Expand description
klieo-ops-api — read-only HTTP monitoring router for klieo agents.
Mount the router returned by OpsRouterBuilder::build at /_ops
to expose run history, A2A task state, and MCP stream state.
All three backing stores are optional. Endpoints whose store is not
wired return 501 Not Implemented.
Modules§
- handlers
- Axum handlers for the
/_opsmonitoring endpoints. Each submodule covers one resource family (runs, A2A tasks, MCP resume streams). Every handler ispub(crate)and reached only through the router built bycrate::OpsRouterBuilder::build. - types
- Response types for the
/_opsmonitoring endpoints.
Structs§
- OpsRouter
Builder - Builds the
/_opsmonitoring router.
Enums§
- OpsBuilder
Error - Error returned by
OpsRouterBuilder::build.