clawdb 0.1.2

The cognitive database for AI agents — unified memory, semantic retrieval, branching, sync, and governance.
Documentation
1
2
3
4
5
//! Small lifecycle helpers exposed by the wrapper crate.

mod shutdown;

pub use shutdown::GracefulShutdown;