crabmate 0.4.0

Rust AI agent: OpenAI-compatible chat/completions, function calling, HTTP serve, ops CLI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! 工作区浏览、文件读写、搜索、画像等 HTTP handler;JSON 形状见 [`crate::web::http_types::workspace`](路由表见 [`crate::web::routes::workspace::router`])。

mod clone_stream;
mod clone_validate;
mod handlers;
mod handlers_dir_tests;
mod handlers_sync;
mod projects;

pub use clone_stream::workspace_clone_stream_handler;
pub use handlers::*;
pub use projects::{workspace_projects_list_handler, workspace_projects_post_handler};