yao/agent/robot/manager
Max ce19e9bdb7 feat(robot): enhance manager and execution handling
- Added GetManager function to retrieve the global manager instance, returning nil if not started.
- Introduced ExecRecovered event to notify about recovered non-terminal executions during manager startup.
- Updated execution store to support querying by multiple statuses with ListByStatuses method.
- Enhanced integration tests to accommodate longer tick intervals and added sleep delays for stability.
- Improved cleanup logic in integration tests to prevent interference from previous execution records.
2026-03-23 17:46:32 +08:00
..
integration_clock_test.go feat(robot): enhance manager and execution handling 2026-03-23 17:46:32 +08:00
integration_concurrent_test.go feat(robot): enhance manager and execution handling 2026-03-23 17:46:32 +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 feat(robot): enhance manager and execution handling 2026-03-23 17:46:32 +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 feat(robot): enhance manager and execution handling 2026-03-23 17:46:32 +08:00
manager_test.go refactor(robot): rename ListRobots to ListAllRobots and enhance caching logic 2026-03-23 12:25:17 +08:00
recovery.go feat(robot): enhance manager and execution handling 2026-03-23 17:46:32 +08:00
recovery_test.go feat(robot): enhance manager and execution handling 2026-03-23 17:46:32 +08:00