- 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. |
||
|---|---|---|
| .. | ||
| activities.go | ||
| DESIGN.md | ||
| detail.go | ||
| execution.go | ||
| GAPS.md | ||
| interact.go | ||
| interact_test.go | ||
| list.go | ||
| permission.go | ||
| results.go | ||
| robot.go | ||
| TODO.md | ||
| trigger.go | ||
| types.go | ||
| utils.go | ||