klieo-ops 0.2.0

Operational layer above klieo-core: supervisor, governor, gates, escalation, worklog, handoff.
Documentation
1
2
3
4
5
6
7
//! `OpsRuntime` builder + supervised-agent wrapper.

mod builder;
mod supervised;

pub use builder::OpsRuntime;
pub use supervised::SupervisedAgent;