yao/agent/robot
Max 421d946971 feat(buffer): refine step retrieval for resume functionality
- Updated the GetStepsForResume method to return only steps with valid resume statuses (failed or interrupted), improving recovery context handling.
- Enhanced error handling in message processing across various integrations, including friendly error messages for users in different locales.
- Modified file handling in message integrations (Dingtalk, Discord, Feishu, Telegram, Weixin) to differentiate between image and file types, ensuring appropriate content delivery.
2026-05-08 10:14:26 +08:00
..
api feat(workspace): enhance attachment handling and execution context 2026-05-07 19:32:48 +08:00
cache feat(robot): add workspace support to robot management 2026-03-28 16:59:52 +08:00
dedup Update TODO.md to Reflect Completion of Phases 1 and 2 2026-01-14 18:03:08 +08:00
events feat(buffer): refine step retrieval for resume functionality 2026-05-08 10:14:26 +08:00
executor feat(workspace): enhance attachment handling and execution context 2026-05-07 19:32:48 +08:00
logger feat(logging): enhance logger output control and add trace diagnostics 2026-04-28 10:37:04 +08:00
manager feat(workspace): enhance attachment handling and execution context 2026-05-07 19:32:48 +08:00
plan Update TODO.md to Reflect Completion of Phases 1 and 2 2026-01-14 18:03:08 +08:00
pool feat(robot): enhance execution management and slot acquisition 2026-03-24 22:30:37 +08:00
store feat(robot): add workspace support to robot management 2026-03-28 16:59:52 +08:00
trigger Refactor Cache Auto-Refresh Tests for Stability and Clarity 2026-01-15 11:00:28 +08:00
types feat(workspace): enhance attachment handling and execution context 2026-05-07 19:32:48 +08:00
utils Enhance Robot API with Bio Field and CRUD Operations 2026-01-22 11:50:25 +08:00
DESIGN-V2-REVIEW-FINDINGS.md Update executor to support V2 execution model and enhance event handling 2026-02-25 18:40:48 +08:00
DESIGN.md Refine MCP Task Implementation and Documentation 2026-01-27 18:44:25 +08:00
doc.go feat(doc): add yao doc CLI commands and YAML documentation for all packages 2026-04-23 21:37:43 +08:00
doc.yml feat(doc): add yao doc CLI commands and YAML documentation for all packages 2026-04-23 21:37:43 +08:00
process.go refactor(robot): rename ListRobots to ListAllRobots and enhance caching logic 2026-03-23 12:25:17 +08:00
process_test.go Add chat metadata persistence and enhance executor goals injection tests 2026-02-28 13:57:45 +08:00
robot.go feat(robot): add Weixin integration and enhance existing adapters 2026-03-23 23:47:25 +08:00
TECHNICAL.md Refine MCP Task Implementation and Documentation 2026-01-27 18:44:25 +08:00
TODO.md Refactor Job System Integration to Execution Storage 2026-01-22 18:24:50 +08:00
V2-IMPROVEMENTS.md Update executor to support V2 execution model and enhance event handling 2026-02-25 18:40:48 +08:00
watcher.go feat(robot): enhance manager and execution handling 2026-03-23 17:46:32 +08:00
watcher_test.go refactor(robot): streamline execution insertion logic in tests 2026-03-23 18:42:57 +08:00