omk 0.5.0

A Rust runtime for Kimi CLI. Turns prompts into proof-backed engineering runs with gates, worktrees, and replay.
Documentation
1
2
3
4
5
6
7
8
9
pub mod backends;
pub mod mocks;
pub mod overrides;
pub mod planner;
pub mod preflight;
pub mod router;

pub use overrides::{handle_escalate, handle_quick};
pub use router::{Router, RouterConfig};