What problem does it solve?
File-based memory system organized by PARA to store, retrieve, and organize knowledge across sessions. It provides three layers: a knowledge graph with atomic YAML facts, daily notes as a raw timeline, and tacit knowledge about user patterns, plus planning files, memory decay rules, and weekly synthesis, all accessible via a consistent $AGENT_HOME file structure.
Core Features & Use Cases
- Knowledge Graph layer at
$AGENT_HOME/life/ with per-entity folders containing summary.md and items.yaml for durable facts.
- Daily Notes layer in
$AGENT_HOME/memory/YYYY-MM-DD.md for raw timeline and context capture.
- Tacit Knowledge repository in
$AGENT_HOME/MEMORY.md to record user patterns and operational lessons.
- Planning, weekly synthesis, and recall via qmd to surface relevant context across sessions.
- Use cases include saving durable facts, recalling past context, and planning ongoing work.
Quick Start
Create a new entity under $AGENT_HOME/life with a summary.md and items.yaml, then start saving durable facts to items.yaml and writing daily notes to memory/YYYY-MM-DD.md.