mempal 0.9.0

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

pub mod db;
pub mod protocol;

pub use mempal_agent_memory::{anchor, types};
pub use mempal_runtime::core::{config, phase3, utils};