yao/agent/robot
Max 387e254f44 Add Execution Completion Callback to Worker Pool
- Introduced an `OnCompleteCallback` type and updated the `Pool` struct to include an optional callback for execution completion.
- Implemented `SetOnComplete` method to allow setting the completion callback.
- Enhanced worker execution logic to notify the completion callback with the execution status (success, failure, or cancellation) after each execution, improving tracking and management of execution states.
2026-01-28 19:35:38 +08:00
..
api Enhance Execution Control and Error Handling in Robot Manager 2026-01-28 19:10:01 +08:00
cache Enhance Robot Delivery Logic and Context Management 2026-01-28 14:44:42 +08:00
dedup Update TODO.md to Reflect Completion of Phases 1 and 2 2026-01-14 18:03:08 +08:00
executor Enhance Execution Control and Error Handling in Robot Manager 2026-01-28 19:10:01 +08:00
manager Add Execution Completion Callback to Worker Pool 2026-01-28 19:35:38 +08:00
plan Update TODO.md to Reflect Completion of Phases 1 and 2 2026-01-14 18:03:08 +08:00
pool Add Execution Completion Callback to Worker Pool 2026-01-28 19:35:38 +08:00
store Enhance Robot Configuration with Agents and MCP Servers Integration 2026-01-27 15:59:14 +08:00
trigger Refactor Cache Auto-Refresh Tests for Stability and Clarity 2026-01-15 11:00:28 +08:00
types Enhance Execution Control and Error Handling in Robot Manager 2026-01-28 19:10:01 +08:00
utils Enhance Robot API with Bio Field and CRUD Operations 2026-01-22 11:50:25 +08:00
DESIGN.md Refine MCP Task Implementation and Documentation 2026-01-27 18:44:25 +08:00
robot.go Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00
TECHNICAL.md Refine MCP Task Implementation and Documentation 2026-01-27 18:44:25 +08:00
TODO.md Refactor Job System Integration to Execution Storage 2026-01-22 18:24:50 +08:00