yao/agent/robot/manager
Max 1bddac44a4 refactor(robot): rename ListRobots to ListAllRobots and enhance caching logic
- Renamed ListRobots function to ListAllRobots for clarity and consistency across the codebase.
- Updated related API endpoints and tests to reflect the new function name.
- Improved caching logic to ensure both autonomous and non-autonomous robots are loaded correctly.
- Enhanced filtering and pagination capabilities within the ListAllRobots function.
- Added new test cases to validate the updated functionality and ensure robust performance.
2026-03-23 12:25:17 +08:00
..
integration_clock_test.go Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00
integration_concurrent_test.go Update executor to support V2 execution model and enhance event handling 2026-02-25 18:40:48 +08:00
integration_control_test.go Update executor to support V2 execution model and enhance event handling 2026-02-25 18:40:48 +08:00
integration_event_test.go Enhance Integration Tests with Cache Verification 2026-01-15 17:39:03 +08:00
integration_human_test.go Enhance Integration Tests with Cache Verification 2026-01-15 17:39:03 +08:00
integration_test.go refactor(robot): rename ListRobots to ListAllRobots and enhance caching logic 2026-03-23 12:25:17 +08:00
interact.go Enhance execution listing and interaction with pagination and streaming support 2026-02-27 16:38:30 +08:00
interact_helpers_test.go Enhance execution record tests with status and phase fields 2026-02-25 19:56:08 +08:00
interact_test.go Enhance execution listing and interaction with pagination and streaming support 2026-02-27 16:38:30 +08:00
manager.go refactor(robot): rename ListRobots to ListAllRobots and enhance caching logic 2026-03-23 12:25:17 +08:00
manager_test.go refactor(robot): rename ListRobots to ListAllRobots and enhance caching logic 2026-03-23 12:25:17 +08:00