yao/openapi/agent/robot
Max 28d5730289 Add Description Field to Task Struct and Enhance Execution Management
- Introduced a new `Description` field in the `Task` struct for a human-readable task description, improving UI clarity.
- Updated the `ParseTask` function to save the description from input data and convert it to a message if no explicit messages are provided.
- Enhanced the `Executor` to update UI fields with localized messages during task execution phases, ensuring better user feedback.
- Implemented a new method in the `ExecutionStore` to persist task status updates, allowing real-time UI updates.
- Added unit tests to validate the new task description handling and UI updates during execution phases.
2026-01-24 12:16:02 +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 Management with UI Display Fields and Localization Support 2026-01-24 10:10:48 +08:00
GAPS.md Enhance Robot API and Store Architecture 2026-01-22 11:08:43 +08:00
list.go Implement Autonomous Mode Filtering in Robot API 2026-01-22 16:14:59 +08:00
permission.go Enhance Robot API with Permission Fields and Status Management 2026-01-22 12:21:44 +08:00
robot.go Enhance Execution Management with UI Display Fields and Localization Support 2026-01-24 10:10:48 +08:00
TODO.md Add Description Field to Task Struct and Enhance Execution Management 2026-01-24 12:16:02 +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 Execution Management with UI Display Fields and Localization Support 2026-01-24 10:10:48 +08:00
utils.go Implement Auto-Generation of Member ID in Robot API 2026-01-22 17:31:36 +08:00