mnemara-protocol 0.3.0

Local-first, explainable AI memory engine for embedded and service-based systems
Documentation
1
2
3
4
5
#![forbid(unsafe_code)]

pub mod v1 {
    tonic::include_proto!("mnemara.v1");
}