yao/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
..
api Add Description Field to Task Struct and Enhance Execution Management 2026-01-24 12:16:02 +08:00
cache Enhance Robot API with Bio Field and CRUD Operations 2026-01-22 11:50:25 +08:00
dedup Update TODO.md to Reflect Completion of Phases 1 and 2 2026-01-14 18:03:08 +08:00
executor Add Description Field to Task Struct and Enhance Execution Management 2026-01-24 12:16:02 +08:00
manager Implement Auto-Generation of Member ID in Robot API 2026-01-22 17:31:36 +08:00
plan Update TODO.md to Reflect Completion of Phases 1 and 2 2026-01-14 18:03:08 +08:00
pool Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00
store Add Description Field to Task Struct and Enhance Execution Management 2026-01-24 12:16:02 +08:00
trigger Refactor Cache Auto-Refresh Tests for Stability and Clarity 2026-01-15 11:00:28 +08:00
types Add Description Field to Task Struct and Enhance Execution Management 2026-01-24 12:16:02 +08:00
utils Enhance Robot API with Bio Field and CRUD Operations 2026-01-22 11:50:25 +08:00
DESIGN.md Add Description Field to Task Struct and Enhance Execution Management 2026-01-24 12:16:02 +08:00
robot.go Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00
TECHNICAL.md Add Description Field to Task Struct and Enhance Execution Management 2026-01-24 12:16:02 +08:00
TODO.md Refactor Job System Integration to Execution Storage 2026-01-22 18:24:50 +08:00