crabmate 0.5.0

Rust AI agent: OpenAI-compatible chat/completions, function calling, HTTP serve, ops CLI
Documentation
1
2
3
4
5
//! P / R / 回合起点启发式:向模型要输出、反思终答、Act 句执行约束。

pub(crate) mod intent;
pub(crate) mod plan;
pub(crate) mod reflect;