cortex-memory 0.3.1

Self-organizing graph memory for AI agents. Single binary, zero dependencies.
Documentation
1
2
3
4
5
//! Warren NATS integration — delegates to the `warren-adapter` crate.
//! This module exists for backward compatibility during transition.
mod ingest;

pub use ingest::NatsIngest;