crabmate 0.5.0

Rust AI agent: OpenAI-compatible chat/completions, function calling, HTTP serve, ops CLI
Documentation
1
2
3
4
5
6
7
8
//! Benchmark 测评子系统(核心类型与适配器已提取到 `crabmate-benchmark`)。
//!
//! 批量运行入口 `run_batch` 因依赖根包 `run_agent_turn`,保留在 `runner` 模块中。

// `types` 被外部模块引用;adapter/artifact/metrics 通过 `crate::cm_benchmark` 直接使用。
pub use crate::cm_benchmark::types;

pub mod runner;