yao/openapi/agent/robot
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
..
activities.go Add Activity Type Filtering to ListActivities API 2026-01-24 18:28:16 +08:00
DESIGN.md Enhance Execution Management with UI Display Fields and Localization Support 2026-01-24 10:10:48 +08:00
detail.go Implement Auto-Generation of Member ID in Robot API 2026-01-22 17:31:36 +08:00
execution.go Enhance Execution Control and Error Handling in Robot Manager 2026-01-28 19:10:01 +08:00
GAPS.md Enhance Robot API and Store Architecture 2026-01-22 11:08:43 +08:00
list.go Enhance ListRobots API to Include Runtime Status 2026-01-24 18:49:39 +08:00
permission.go Enhance Robot API with Permission Fields and Status Management 2026-01-22 12:21:44 +08:00
results.go Add Results and Activities Functionality to ExecutionStore 2026-01-24 17:57:58 +08:00
robot.go Add Results and Activities Functionality to ExecutionStore 2026-01-24 17:57:58 +08:00
TODO.md Add Activity Type Filtering to ListActivities API 2026-01-24 18:28:16 +08:00
trigger.go Enhance Execution Management with UI Display Fields and Localization Support 2026-01-24 10:10:48 +08:00
types.go Enhance ListRobots API to Include Runtime Status 2026-01-24 18:49:39 +08:00
utils.go Implement Auto-Generation of Member ID in Robot API 2026-01-22 17:31:36 +08:00