yao/agent/robot/manager
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
..
integration_clock_test.go Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00
integration_concurrent_test.go Enhance Execution Control and Error Handling in Robot Manager 2026-01-28 19:10:01 +08:00
integration_control_test.go Enhance Execution Control and Error Handling in Robot Manager 2026-01-28 19:10:01 +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
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