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§
Structs§
- OpsRouter
Builder - Builds the
/_opsmonitoring router.
Enums§
- OpsBuilder
Error - Error returned by
OpsRouterBuilder::build.