Skip to main content

Crate klieo_ops_api

Crate klieo_ops_api 

Source
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 /_ops monitoring endpoints. Each submodule covers one resource family (runs, A2A tasks, MCP resume streams). Every handler is pub(crate) and reached only through the router built by crate::OpsRouterBuilder::build.
types
Response types for the /_ops monitoring endpoints.

Structs§

OpsRouterBuilder
Builds the /_ops monitoring router.

Enums§

OpsBuilderError
Error returned by OpsRouterBuilder::build.