meme
Long-term memory for AI agents.
A Rust implementation of the SimpleMem three-stage pipeline:
- Semantic Structured Compression — dialogues → compact memory entries
- Online Semantic Synthesis — deduplication during write
- Intent-Aware Retrieval Planning — multi-view hybrid retrieval
Memory is persistent across sessions — the vector store is stored on disk.
Quick Start
use ;
# async