yao/openapi/agent/robot
Max bb7638f1e5 Implement Autonomous Mode Filtering in Robot API
- Added support for filtering robots by `autonomous_mode` in the ListRobots API.
- Enhanced ListQuery structure to include an optional `AutonomousMode` field.
- Updated listRobotsFromDB function to apply the autonomous mode filter based on the query.
- Created new test cases to validate the filtering functionality for both autonomous and on-demand robots.
- Revised related OpenAPI endpoints and frontend integration to accommodate the new filtering options.
2026-01-22 16:14:59 +08:00
..
DESIGN.md Enhance Robot API and Store Architecture 2026-01-22 11:08:43 +08:00
detail.go Enhance Robot API with Permission Fields and Status Management 2026-01-22 12:21:44 +08:00
GAPS.md Enhance Robot API and Store Architecture 2026-01-22 11:08:43 +08:00
list.go Implement Autonomous Mode Filtering in Robot API 2026-01-22 16:14:59 +08:00
permission.go Enhance Robot API with Permission Fields and Status Management 2026-01-22 12:21:44 +08:00
robot.go Enhance Robot API with Permission Fields and Status Management 2026-01-22 12:21:44 +08:00
TODO.md Implement Autonomous Mode Filtering in Robot API 2026-01-22 16:14:59 +08:00
types.go Enhance Robot API with Permission Fields and Status Management 2026-01-22 12:21:44 +08:00
utils.go Enhance Robot API with Permission Fields and Status Management 2026-01-22 12:21:44 +08:00