yao/agent/robot/utils
Max df5836d8cc Enhance Robot API with Bio Field and CRUD Operations
- Added a `Bio` field to the `Robot` structure, allowing for a description of the robot.
- Updated the `cleanupAPITestRobots` function to delete robots with member IDs starting with both "robot_api_" and "api_robot_".
- Implemented new API functions for creating, updating, and removing robots, ensuring proper validation and cache management.
- Enhanced request and response types in `api/types.go` to include the new `Bio` field.
- Added comprehensive tests for the new CRUD operations in `robot_test.go`, ensuring robust validation and error handling.
2026-01-22 11:50:25 +08:00
..
convert.go Enhance Robot API with Bio Field and CRUD Operations 2026-01-22 11:50:25 +08:00
convert_test.go Enhance Robot API with Bio Field and CRUD Operations 2026-01-22 11:50:25 +08:00
id.go Update TODO.md to Reflect Completion of Phases 1 and 2 2026-01-14 18:03:08 +08:00
time.go Enhance Robot Cache Implementation and Documentation 2026-01-14 18:54:18 +08:00
utils_test.go Enhance Robot Cache Implementation and Documentation 2026-01-14 18:54:18 +08:00
validate.go Enhance Robot Cache Implementation and Documentation 2026-01-14 18:54:18 +08:00