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
Plus a full cross-session memory system for persistent memory across conversations.
Quick Start
use ;
# async