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
#[cfg(feature = "python")]
pub mod python;

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