yao/openapi/agent
Max 6fa808c875 Enhance ListRobots API to Include Runtime Status
- Added concurrent fetching of runtime status for each robot in the ListRobots function, improving response efficiency.
- Updated the Response struct to include new fields for runtime status: Running, MaxRunning, LastRun, and NextRun, optimizing dashboard display.
- Implemented unit tests to verify the inclusion of runtime status fields in the ListRobots response, ensuring accurate data representation for users.
2026-01-24 18:49:39 +08:00
..
robot Enhance ListRobots API to Include Runtime Status 2026-01-24 18:49:39 +08:00
agent.go Enhance Robot API with Permission Fields and Status Management 2026-01-22 12:21:44 +08:00
assistant.go Enhance Assistant Filtering with Multi-Type Support 2026-01-22 19:21:51 +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 Filtering with Multi-Type Support 2026-01-22 19:21:51 +08:00