mempal 0.5.0

Project memory for coding agents. Single binary, hybrid search, knowledge graph.
Documentation
1
2
3
4
5
6
7
8
9
#![warn(clippy::all)]

pub mod anchor;
pub mod config;
pub mod db;
pub mod phase3;
pub mod protocol;
pub mod types;
pub mod utils;