yao/agent/robot/manager
Max bc4787f857 Update executor to support V2 execution model and enhance event handling
- Implement V2 execution model in the standard executor, simplifying task execution to a single call without validation loops.
- Introduce support for resuming suspended executions, allowing for human input during task processing.
- Enhance event handling by pushing task completion and failure events to the event bus for better tracking and integration.
- Update tests to reflect changes in execution flow and ensure robust handling of task statuses and results.
2026-02-25 18:40:48 +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 Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00
interact.go Update executor to support V2 execution model and enhance event handling 2026-02-25 18:40:48 +08:00
interact_helpers_test.go Update executor to support V2 execution model and enhance event handling 2026-02-25 18:40:48 +08:00
interact_test.go Update executor to support V2 execution model and enhance event handling 2026-02-25 18:40:48 +08:00
manager.go Add Execution Completion Callback to Worker Pool 2026-01-28 19:35:38 +08:00
manager_test.go Implement Auto-Generation of Member ID in Robot API 2026-01-22 17:31:36 +08:00