yao/agent/robot/pool
Max 454da5208b Enhance Execution Control and Error Handling in Robot Manager
- Updated execution control methods (`PauseExecution`, `ResumeExecution`, `StopExecution`) to include error handling and database status updates for paused, running, and cancelled states.
- Introduced `ExecuteWithControl` method in the Executor interface to manage execution with pause/resume capabilities, allowing for better control during execution.
- Enhanced the `Execute` methods across different executors (DryRun, Sandbox, Standard) to support pre-generated execution IDs and control mechanisms.
- Improved error messages in the execution handling API to provide clearer feedback on execution status and errors.
- Added support for a new execution status `ExecPaused` in the execution model, enhancing the tracking of execution states.
2026-01-28 19:10:01 +08:00
..
goroutine_test.go Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00
pool.go Enhance Execution Control and Error Handling in Robot Manager 2026-01-28 19:10:01 +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 Enhance Execution Control and Error Handling in Robot Manager 2026-01-28 19:10:01 +08:00
worker_test.go Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00