remembrall-core 0.4.4

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

pub use store::GraphStore;
pub use types::*;