cerebro 1.1.7

A blazing-fast AI memory layer that enables teams of specialized agents to collaborate through a shared cognitive architecture.
Documentation
1
2
3
4
5
6
pub mod anthropic;
pub mod mock;
pub mod openai;

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