cerebro 1.1.1

A high-performance semantic memory engine + multi-agent swarm orchestrator for AI, written in pure Rust.
Documentation
1
2
3
4
5
6
pub mod mock;
pub mod openai;
pub mod anthropic;

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