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
9
10
11
//! 长期记忆(向量/SQLite)、工作区备忘文件片段、代码语义索引及其失效策略。

pub mod agent_memory;
pub mod auto_summarize_experience;
pub mod codebase_semantic_index;
pub mod codebase_semantic_invalidation;
#[cfg(feature = "fastembed")]
pub mod fastembed_init;
pub mod long_term_memory;
pub mod long_term_memory_recall;
pub mod long_term_memory_store;