remembrall-core 0.4.4

Field-aware code graph plus persistent memory for AI agents - Rust, Postgres + pgvector
Documentation
1
2
3
4
5
pub mod store;
pub mod types;

pub use store::MemoryStore;
pub use types::*;