cerebro 1.0.1

A high-performance, lean semantic memory engine for AI Agents — solving the performance bottleneck of bloated memory layers.
1
2
3
4
5
6
pub mod mock;
pub mod openai;
pub mod anthropic;

#[cfg(feature = "local_models")]
pub mod local;