Documentation Map

August 17, 2026 · View on GitHub

Start here. Everything under docs/ organized by what you're looking for.

Looking for…Go to
What this project is, quick start, benchmarksREADME.md
How to activate the MCP tools in your agentCLAUDE.md
Version historyCHANGELOG.md
Where the project is headedroadmap.md

Layout

docs/
├── design/        Architecture & algorithm design docs
├── benchmarks/    Benchmark harnesses, protocols & results
├── evaluations/   Audit reports, experiment logs, optimization plans
├── paper/         Paper drafts, outline, review & LaTeX source
└── research/      Literature survey (notes, references.bib, 中文翻译)

design/ — how it works

DocWhat it covers
design.mdOriginal founding design: the causal-layer beachhead diagnosis
complete-memory-system.md完整记忆系统架构 — one graph, one engine, one loop (the full system)
unified-memory-design.md三层统一记忆架构 — facts + causal + unified retrieval (RRF)
architecture.mdComponent-level architecture (MCP server, store, engine)
algorithm-design.mdAlgorithm formalization: gated propagation + online learning + graph sparsification
hippocampus-design.mdHippocampus engine: CSR spreading activation, DG/CA3/CA1, SWR
refutation-design.mdCausal-edge refutation: real-time confidence scoring (A/B/C/D/F) for LLM-extracted edges
multi-hop-expansion.mdMulti-hop / open-domain retrieval via graph expansion

benchmarks/ — measuring it

DocWhat it covers
causal-eval-2026.mdCausalEval — our graph-grounded causal memory benchmark (primary)
locomo.mdLoCoMo fact-recall results & optimization matrix
longmemeval.mdLongMemEval results
memora.mdMemora weekly persona results
tau2-airline.mdτ²-bench airline behavioral A/B
amc-2026.mdAgent Memory Challenge (AMC/01) submission details

evaluations/ — what we found

DocWhat it covers
edge-accuracy-audit.mdCausal-edge labeling accuracy audit (83% agreement, 0 severe)
performance-audit-2026-08.mdPerformance & precision audit
optimization-plan-2026-08.md2026-08 optimization plan
code-review-retrieval.mdRetrieval & write-path code review (2026-08-01)
p8-p9-experiments.mdP8/P9 实验设计
mem0-eval-alignment.mdmem0 评测对齐设计与实施
mem0-eval-followup.mdmem0 对齐后续任务 (F1-F4)
mem0-eval-final.mdmem0 对齐收尾 (F5-F8)
insights-didi-memory-2026.mdDiDi Darwinian Memory + UltraHorizon research notes

paper/ — writing it up

DocWhat it covers
paper-outline.mdPaper outline
paper-full-draft.mdFull draft
paper-section4-experiments.mdSection 4 (experiments)
paper-review.mdNature-style reviewer assessment
paper-latex/LaTeX source

research/ — background

Literature survey across causal inference, neuroscience, cognitive psychology, and computational AI. See research/README.md for the index, design-lineage.md for how the papers map to design decisions, and references.bib for the bibliography. 中文翻译在 zh/

Project-level research backdrop: research-backdrop.md (中文).