yao/agent/robot/store
Max 64b5ffd154 Enhance Robot API with Permission Fields and Status Management
- Added `YaoCreatedBy` and `YaoTeamID` fields to `RobotState` and `RobotResponse` for improved access control.
- Updated `GetRobotStatus` to retrieve permission fields from the store and populate the robot state.
- Modified `robotFields` in the store to include new Yao permission fields for better management of access control.
- Enhanced OpenAPI integration by registering robot routes and ensuring proper permission checks in handlers.
- Updated documentation in TODO.md to reflect the completion of permission logic and API enhancements.
2026-01-22 12:21:44 +08:00
..
execution.go Refactor Execution Record Model and Update Context Handling 2026-01-18 16:54:39 +08:00
execution_test.go Refactor Execution Record Model and Update Context Handling 2026-01-18 16:54:39 +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