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
10
mod payload;
mod results;
mod scheduler;
mod wave;

#[cfg(test)]
mod tests;

pub(crate) use results::append_agent_execution_task_events;
pub(crate) use wave::run_goal_agent_task_wave;