yao/agent/robot/store
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
..
execution.go Add Description Field to Task Struct and Enhance Execution Management 2026-01-24 12:16:02 +08:00
execution_test.go Add Description Field to Task Struct and Enhance Execution Management 2026-01-24 12:16:02 +08:00
robot.go Enhance Robot API with Permission Fields and Status Management 2026-01-22 12:21:44 +08:00
robot_test.go Enhance Robot API with Bio Field and CRUD Operations 2026-01-22 11:50:25 +08:00
store.go Update TODO.md to Reflect Completion of Phases 1 and 2 2026-01-14 18:03:08 +08:00