yao/agent/robot/types
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
..
clock.go Enhance Robot Cache Implementation and Documentation 2026-01-14 18:54:18 +08:00
clock_test.go Update TODO.md to Reflect Completion of Phases 1 and 2 2026-01-14 18:03:08 +08:00
config.go Enhance Execution Management with UI Display Fields and Localization Support 2026-01-24 10:10:48 +08:00
config_global.go Update dependencies and enhance email body handling in Delivery Center 2026-01-28 15:32:24 +08:00
config_test.go Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00
context.go Enhance Robot Cache Implementation and Documentation 2026-01-14 18:54:18 +08:00
enums.go Enhance Execution Control and Error Handling in Robot Manager 2026-01-28 19:10:01 +08:00
enums_test.go Enhance Execution Control and Error Handling in Robot Manager 2026-01-28 19:10:01 +08:00
errors.go Refactor Robot Execution and Pool Management 2026-01-14 20:41:02 +08:00
inspiration.go Update TODO.md to Reflect Completion of Phases 1 and 2 2026-01-14 18:03:08 +08:00
interfaces.go Enhance Execution Control and Error Handling in Robot Manager 2026-01-28 19:10:01 +08:00
request.go Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00
robot.go Enhance Robot Delivery Logic and Context Management 2026-01-28 14:44:42 +08:00
robot_test.go Refactor Job System Integration to Execution Storage 2026-01-22 18:24:50 +08:00