yao/agent/robot/pool
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
..
goroutine_test.go Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00
pool.go Add Execution Completion Callback to Worker Pool 2026-01-28 19:35:38 +08:00
pool_test.go Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00
queue.go Enhance Execution Control and Error Handling in Robot Manager 2026-01-28 19:10:01 +08:00
queue_test.go Enhance Robot Pool and Executor Implementations 2026-01-14 20:30:27 +08:00
worker.go Update executor to support V2 execution model and enhance event handling 2026-02-25 18:40:48 +08:00
worker_test.go Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00