yao/agent/robot/store
Max 3ef536c1e7 Add Activity Type Filtering to ListActivities API
- Introduced a new `Type` field in the `ActivityQuery` struct to allow filtering activities by type (e.g., execution.started, execution.completed, execution.failed, execution.cancelled).
- Updated the `ListActivities` method in `ExecutionStore` to handle the new type filter, mapping it to corresponding execution statuses.
- Enhanced unit tests in `execution_test.go` to validate filtering by activity type, including tests for valid and invalid type scenarios.
- Modified OpenAPI definitions and related types to support the new type filter in the activities endpoint, improving API usability and flexibility.
2026-01-24 18:28:16 +08:00
..
execution.go Add Activity Type Filtering to ListActivities API 2026-01-24 18:28:16 +08:00
execution_test.go Add Activity Type Filtering to ListActivities API 2026-01-24 18:28:16 +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