yao/agent/robot/cache
Max 8fdd1a3a6c feat(robot): add workspace support to robot management
- Introduced a new `workspace` field across various robot-related structures, including `CreateRobotRequest`, `UpdateRobotRequest`, and `RobotResponse`, allowing for better organization and management of robots within specific workspaces.
- Updated database queries and response mappings to accommodate the new workspace field, ensuring seamless integration with existing functionalities.
- Enhanced agent execution context to include workspace information, improving the contextual awareness of agents during operations.
- Added tests to validate the creation and updating of robots with workspace data, ensuring robust functionality and backward compatibility.
2026-03-28 16:59:52 +08:00
..
cache.go Enhance Robot Cache Implementation and Documentation 2026-01-14 18:54:18 +08:00
cache_test.go refactor(robot): rename ListRobots to ListAllRobots and enhance caching logic 2026-03-23 12:25:17 +08:00
load.go feat(robot): add workspace support to robot management 2026-03-28 16:59:52 +08:00
refresh.go refactor(robot): rename ListRobots to ListAllRobots and enhance caching logic 2026-03-23 12:25:17 +08:00