yao/agent/robot
Max 4a36090d8f Add Timezone Deduplication Tests for Manager
- Introduced comprehensive tests for the Manager's timezone deduplication functionality, ensuring correct behavior across different timezones.
- Verified that the robot does not trigger multiple times within the same minute on the same day and correctly triggers on different days.
- Added tests for handling cross-timezone day boundaries and comparisons between UTC and local timezones, enhancing the robustness of the time management logic.
- Updated the shouldTriggerTimes method to utilize the correct timezone for LastRun comparisons, improving accuracy in execution triggers.
2026-01-15 10:01:39 +08:00
..
api Refactor Structs for Consistency and Enhanced Readability 2026-01-14 18:08:19 +08:00
cache Enhance Robot Pool and Executor Implementations 2026-01-14 20:30:27 +08:00
dedup Update TODO.md to Reflect Completion of Phases 1 and 2 2026-01-14 18:03:08 +08:00
executor Refactor Robot Execution and Pool Management 2026-01-14 20:41:02 +08:00
job Update TODO.md to Reflect Completion of Phases 1 and 2 2026-01-14 18:03:08 +08:00
manager Add Timezone Deduplication Tests for Manager 2026-01-15 10:01:39 +08:00
plan Update TODO.md to Reflect Completion of Phases 1 and 2 2026-01-14 18:03:08 +08:00
pool Refactor Robot Execution and Pool Management 2026-01-14 20:41:02 +08:00
store Update TODO.md to Reflect Completion of Phases 1 and 2 2026-01-14 18:03:08 +08:00
trigger Update TODO.md to Reflect Completion of Phases 1 and 2 2026-01-14 18:03:08 +08:00
types Refactor Robot Execution and Pool Management 2026-01-14 20:41:02 +08:00
utils Enhance Robot Cache Implementation and Documentation 2026-01-14 18:54:18 +08:00
DESIGN.md Refactor Task and TriggerRequest Structures for Rich Input Support 2026-01-14 17:18:50 +08:00
robot.go Refactor Robot Execution and Pool Management 2026-01-14 20:41:02 +08:00
TECHNICAL.md Refactor Task and TriggerRequest Structures for Rich Input Support 2026-01-14 17:18:50 +08:00
TODO.md Enhance Manager Implementation and Update TODO.md 2026-01-15 09:48:05 +08:00