cerebro 1.1.4

A high-performance semantic memory engine for AI Agents, now featuring SwarmForge for built-in multi-agent orchestration.
Documentation
1
2
3
4
5
6
pub mod memory;
pub mod pgvector;
pub mod kv;

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