yao/agent/robot
Max a490617563 Add Auto-Refresh Tests for Cache Functionality
- Implemented comprehensive tests for the auto-refresh feature in the cache, ensuring it operates without leaking goroutines.
- Verified that multiple start calls do not accumulate goroutines and that stopping the refresh does not panic.
- Included tests for concurrent start and stop operations to ensure thread safety and reliability in the cache's behavior.
- Enhanced overall test coverage for the cache module, contributing to improved stability and performance assurance.
2026-01-14 19:01:16 +08:00
..
api Refactor Structs for Consistency and Enhanced Readability 2026-01-14 18:08:19 +08:00
cache Add Auto-Refresh Tests for Cache Functionality 2026-01-14 19:01:16 +08:00
dedup Update TODO.md to Reflect Completion of Phases 1 and 2 2026-01-14 18:03:08 +08:00
executor Update TODO.md to Reflect Completion of Phases 1 and 2 2026-01-14 18:03:08 +08:00
job Update TODO.md to Reflect Completion of Phases 1 and 2 2026-01-14 18:03:08 +08:00
manager Update TODO.md to Reflect Completion of Phases 1 and 2 2026-01-14 18:03:08 +08:00
plan Update TODO.md to Reflect Completion of Phases 1 and 2 2026-01-14 18:03:08 +08:00
pool Update TODO.md to Reflect Completion of Phases 1 and 2 2026-01-14 18:03:08 +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 Enhance Robot Cache Implementation and Documentation 2026-01-14 18:54:18 +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 Update TODO.md to Reflect Completion of Phases 1 and 2 2026-01-14 18:03:08 +08:00
TECHNICAL.md Refactor Task and TriggerRequest Structures for Rich Input Support 2026-01-14 17:18:50 +08:00
TODO.md Enhance Robot Cache Implementation and Documentation 2026-01-14 18:54:18 +08:00