crabmate 0.4.0

Rust AI agent: OpenAI-compatible chat/completions, function calling, HTTP serve, ops CLI
Documentation
1
2
3
//! Web 工具运行时上下文(实现见 `crabmate-tools`)。

pub use crate::cm_tools::tool_runtime::{ToolRuntime, WebToolRuntime};