yao/agent/robot/store
Max 3fee0e3fc3 Enhance execution listing and interaction with pagination and streaming support
- Refactor execution listing to support pagination with `Page` and `PageSize` options, replacing previous `Limit` and `Offset` parameters.
- Introduce `ExcludeStatuses` in execution queries to filter out specific execution statuses.
- Implement streaming interaction methods in the manager, allowing real-time responses from the host agent during interactions.
- Update API endpoints to accommodate new query parameters and enhance interaction capabilities with streaming support.
- Modify tests to ensure coverage for new pagination and streaming functionalities.
2026-02-27 16:38:30 +08:00
..
execution.go Enhance execution listing and interaction with pagination and streaming support 2026-02-27 16:38:30 +08:00
execution_test.go Enhance execution listing and interaction with pagination and streaming support 2026-02-27 16:38:30 +08:00
robot.go Enhance Robot Configuration with Agents and MCP Servers Integration 2026-01-27 15:59:14 +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