yao/openapi/agent
Max cf2a98ccb4 Enhance Robot API and Store Architecture
- Introduced a new `RobotStore` in `store/robot.go` for core CRUD operations on robot members, including methods for saving, retrieving, listing, deleting, and updating configurations.
- Extended the API layer with new thin wrappers in `api/robot.go` for creating, updating, and removing robot members, ensuring cache refresh and validation.
- Added new files `api/results.go` and `api/activities.go` to handle results and activities, respectively, integrating with the execution store for enhanced functionality.
- Updated `DESIGN.md` and `GAPS.md` to reflect the new architecture and decisions regarding the separation of store and API layers, promoting better organization and reuse across different consumers.
2026-01-22 11:08:43 +08:00
..
robot Enhance Robot API and Store Architecture 2026-01-22 11:08:43 +08:00
agent.go Refactor assistant capabilities retrieval and enhance API endpoints 2025-12-03 10:05:23 +08:00
assistant.go Refactor assistant capabilities retrieval and enhance API endpoints 2025-12-03 10:05:23 +08:00
filter.go Refactor assistant capabilities and update data handling 2025-12-02 12:36:47 +08:00
models.go Refactor assistant capabilities and update data handling 2025-12-02 12:36:47 +08:00
types.go Enhance assistant model and query handling 2025-11-08 10:25:28 +08:00