README.md

August 18, 2026 ยท View on GitHub

๐Ÿง  Awesome Agent Memory

A curated map of memory for AI agents โ€” the systems, benchmarks, and research that give LLM and multimodal agents long-term context, persistent recall, and the ability to improve from experience.

๐Ÿ‘€ Open-source resources (e.g. papers with reproducible code publicly available on Github) are marked in bold font and ranked higher.

Awesome License: Apache 2.0 PRs Welcome Last Commit


๐Ÿงญ Start Here

If you want toโ€ฆJump to
Add a memory layer to an agent you're building๐Ÿ’ฟ Products
Choose a benchmark to evaluate a memory system๐Ÿ“ Benchmarks
Get oriented in the field๐Ÿ“– Tutorials ยท ๐Ÿ“š Surveys
Follow research on memory architectures๐Ÿ”ค Nonparametric Memory ยท ๐Ÿ”ข Parametric Memory
Build agents that learn from experience๐Ÿ“ˆ Memory for Agent Evolution
Protect agent memory from poisoning and abuse๐Ÿ”’ Memory Security & Defense
๐Ÿ“‹ How this list is curated
  • Open-source products are ordered by GitHub star count โ€” an objective, CI-checked popularity signal, not a quality ranking or an endorsement. Products with fewer than 100 stars sit in a collapsed Emerging projects section and graduate into the main list once they cross that threshold.
  • Bold marks resources with reproducible code publicly available.
  • Descriptions are factual, not promotional (see the contributing guide).
  • This list is maintained by Bloo-Mind AI and the Ubiquitous AGI team at TeleAI. Entries affiliated with the maintainers are marked with โ€  and follow exactly the same ranking, format, and style rules as every other entry.
  • Projects that are inactive, archived, or whose claims are disputed move to the Archival subsection with a neutral status label, links to the evidence, and the date the status was last checked.
๐Ÿ“ฐ In the News

๐Ÿ—‚๏ธ Table of Contents

If you find this page helpful, please give it a โญ๏ธ โ€” starring also keeps updates in your GitHub feed.

๐Ÿค Contributions welcome! Feel free to open an issue or submit a pull request to add papers, fix links, or improve categorization โ€” see the contributing guide for entry formats.


๐Ÿ’ฟ Products

Open-Source

Ordered by the number of GitHub stars. Products with fewer than 100 stars continue the list inside the collapsed Emerging projects section below โ€” they graduate into the main list once they cross that threshold.

  1. Claude-Mem (A Plug-in for Claude-Code) Star [code] [docs] Session capture and compression that re-injects past activity into future sessions across coding agents.

  2. Mem0 Star [code] [docs] [paper] [blog] Universal memory layer for AI agents.

    • TeleMem โ€  Star [code] [docs] [paper] API-compatible high-performance drop-in replacement for Mem0 (import telemem as mem0); listed as a sub-item of Mem0 rather than ranked by stars. Maintainer-affiliated.
  3. Cognee Star [code] [paper] [blog] Memory engine that ingests data into a hybrid graph + vector knowledge graph for cross-session agent recall.

  4. Zep (powered by Graphiti) Star [code] [paper] [blog] Real-time temporal knowledge graphs for AI agents.

  5. OpenViking Star [code] Self-evolving context database for AI agents that unifies agent memory, knowledge RAG, and skills behind one storage/retrieval layer, with an MCP server for cross-session read/write.

  6. gbrain Star [code] Garry's opinionated OpenClaw/Hermes agent brain.

  7. agentmemory Star [code] Persistent memory for AI coding agents.

  8. Letta (formerly MemGPT) Star [code] [paper] [research] [blog] Stateful-agent platform with hierarchical memory that learns and self-improves over time.

  9. TencentDB Agent Memory Star [code] Fully local long-term memory for AI agents via a 4-tier progressive pipeline, with zero external API dependencies.

  10. Hindsight Star [code] [paper] Agent memory layer that learns from interaction feedback to improve recall over time.

  11. Context Mode Star [code] Context-window optimization for AI coding agents โ€” diverts large tool outputs into a locally searchable store and persists session memory across agent platforms via MCP and hooks.

  12. Second Me Star [code] [paper] Personal AI trained on the user to represent them across applications.

  13. MemU Star [code] [blog] Memory layer for 24/7 proactive agents.

  14. EverOS (part of EverMind) Star [code] [blog] Toolkit for building, evaluating, and integrating long-term memory in self-evolving agents.

  15. MemOS (by MemTensor) Star [code] [paper] Memory OS for LLM agents with hybrid retrieval and cross-task skill reuse.

  16. Honcho Star [code] [research] [blog] [evals] Memory library for stateful agents with a focus on user modeling.

  17. engram Star [code] Persistent memory for AI coding agents โ€” agent-agnostic single Go binary with SQLite + FTS5, exposed via MCP server, HTTP API, CLI, and TUI.

  18. MemoryBear Star [code] [paper] Memory framework providing human-like episodic and semantic recall to AI agents.

  19. memory-lancedb-pro Star [code] [blog] [video] Enhanced LanceDB memory plugin for OpenClaw

  20. OpenMemory Star [code] Local persistent memory store for LLM apps (Claude Desktop, Copilot, Codex, etc.).

  21. MIRIX Star [code] [paper] [blog] Multi-agent personal assistant that captures on-screen activity and consolidates it into structured memory.

  22. MemMachine Star [code] [blog] Interoperable memory layer providing extensible storage and retrieval primitives for AI agents.

  23. Memobase Star [code] User profile-based long-term memory for AI chatbot applications.

  24. Memanto Star [code] [paper] [docs] Typed semantic memory with remember/recall/answer operations and information-theoretic retrieval.

  25. LangMem Star [code] [blog] LangChain's memory primitives for storing, recalling, and managing agent state in LangGraph workflows.

  26. Puppyone Star [code] [docs] Filesystem-shaped agent memory with auto-versioning, per-agent ACLs, and data connectors; accessible via MCP/REST/CLI.

  27. Mem9 Star [code] [blog] Local private memory hub for OpenClaw and similar coding agents.

  28. Omnigraph Star [code] Object-storage-native graph engine for agent memory with git-style branch/merge workflows.

  29. Agent QA Star [code] Open-source QA agent that retains persistent test memory to reuse prior runs and self-heal natural-language web and mobile tests.

  30. PowerMem Star [code] Persistent, self-evolving memory for AI agents โ€” hybrid vector/full-text/graph retrieval with LLM-driven extraction, Ebbinghaus-style decay, and two-layer Experience + Skill distillation; from the OceanBase team.

  31. CodeAlmanac Star [code] Repo-local Markdown wiki for AI coding agents that preserves project conversations, decisions, and implementation context.

  32. projectmem Star [code] [docs] [paper] Local-first, event-sourced memory and judgment layer for AI coding agents: an append-only event log served via MCP, plus a pre-commit gate that warns before repeating a failed fix.

  33. Memorix Star [code] Local-first cross-agent memory layer for coding agents via MCP โ€” SQLite-backed project memory with observation, reasoning, and git-derived fact types, plus task-lensed context briefs.

  34. HMS (Holographic Memory System) Star [code] Long-term memory QA framework that wraps OpenAI clients with automatic recall and retain, PostgreSQL-backed, evaluated on LongMemEval.

  35. Vestige Star [code] [release] Local-first cognitive memory MCP server for coding agents, with FSRS-6 decay, spreading activation, active suppression, Receipt Lock, and an inspectable dashboard.

  36. Compartment Star [code] Offline, encrypted-at-rest vector memory for agents via MCP server, Python, or CLI; AEAD-encrypted embeddings, hybrid recall, per-record crypto-shred deletion, hash-chained audit log.

  37. MemClaw (Caura) Star [code] [blog] Governed shared memory for AI agent fleets โ€” cross-agent knowledge sharing with permissions, audit trails, and self-learning.

  38. MisakaNet Star [code] [wiki] Git-based distributed swarm memory; agents share lessons across nodes via GitHub Issues.

  39. Statewave Star [code] [docs] [blog] Open-source memory runtime for AI agents serving reproducible, provenance-tagged context bundles instead of query-time retrieval; self-hosted on Postgres + pgvector with Python/TypeScript SDKs.

  40. Mnemory Star [code] Multi-type agent memory (facts, preferences, episodic) with TTLs, user/agent scoping, and an MCP server.

  41. OMEGA Star [code] [blog] MCP server exposing 25 memory tools for AI coding agents.

  42. Memov Star [code] Git-based, traceable memory layer for Claude Code.

  43. Remnic Star [code] [docs] [paper] Local-first Markdown memory shared across coding agents and MCP clients, with per-result provenance, correction workflows, and the MemCorrect benchmark.

  44. CommonGround Kernel Star [code] PostgreSQL-backed shared work-record substrate for human-agent and multi-agent systems, with durable handoff facts, causal lineage, and pull-first recovery across runtimes.

๐ŸŒฑ Emerging projects โ€” open-source products with fewer than 100 GitHub stars, same format and ordering (click to expand)
  1. taOSmd Star [code] [benchmarks] Local-first, offline agent memory: an append-only transcript yields a typed temporal knowledge graph with source-grounded, verifier-checked facts and hybrid retrieval, tuned for small local models.

  2. Synap Star [code] [docs] Long-term memory layer that extracts facts, preferences, episodes, and temporal events from conversations; integrates with most major agent frameworks.

  3. Mimir Star [code] MCP-native persistent memory for agents as a single Rust binary โ€” embedded SQLite with FTS5 + vector hybrid search, AES-256-GCM encryption at rest, fully local.

  4. widemem-ai Star [code] Lightweight memory layer with importance scoring, temporal decay, and 3-tier hierarchy.

  5. Wenlan Star [code] [docs] Local-first AI knowledge base and LLM wiki that distills agent work into source-cited pages and serves them to MCP clients.

  6. memclaw (Felo) Star [code] Persistent project memory for AI coding agents โ€” isolated per-project workspaces, a web dashboard to review what the agent remembers, and team collaboration.

  7. LWC Star [code] Agent-operated persistent memory CLI with source-cited Wiki pages, full-text search, document graphs, and CodeGraph indexes for cross-session project recall.

  8. Mi-Memory Star [code] [docs] [paper] Lifecycle memory framework for personal assistant agents from Xiaomi's Darwin Agent team; multi-source user state with provenance, editable correction and forgetting, device-adaptive deployment.

  9. Data Olympus Star [code] Governed project memory for AI coding agents: agents propose learnings, humans promote them, and MCP retrieval serves only in-force knowledge after validity and supersession checks.

  10. ZenBrain Star [code] [paper] Neuroscience-inspired 7-layer memory architecture for autonomous agents in zero-dependency TypeScript, with FSRS spaced repetition, Hebbian learning, and sleep-cycle consolidation.

  11. Mnemoverse Star [code] Persistent memory API for agents over MCP: scores importance on write, builds Hebbian associations, and re-ranks recall from outcome feedback; managed engine, open MCP client.

  12. GoodMemory Star [code] [docs] Local-first, auditable memory layer for AI agents and coding hosts, with durable SQLite, embedding-free recall, MCP access, and opt-in governed writeback.

  13. A3M Router Star [code] Multi-model LLM router with persistent memory (MemoryTree), cross-session context-window management, conversation memory with semantic recall, and ObsidianVault integration.

  14. Tree Ring Memory Star [code] Local-first memory lifecycle for AI agents with a Rust CLI, SQLite/FTS recall, audit, forgetting, consolidation, and Ratatui TUI.

  15. Agentic Task System Star [code] [npm] Agent-native context layer over your existing task app (TickTick; Notion/Obsidian planned), exposing hybrid retrieval over tasks/notes to agents via a CLI with pluggable storage adapters.

  16. Lint-AI Star [code] Agent memory and semantic review engine with lexical, temporal, and graph-aware retrieval across conversations, documents, code, and agent sessions.

  17. FluctlightDB Star [code] [paper] Embedded database engine for AI agents with experience()/activate() API and reproducible LoCoMo evaluation.

  18. archon-memory-core Star [code] Local-first agent memory with nightly consolidation, active forgetting, and salience scoring.

  19. Lians agent memory Star [code] [benchmark] Bitemporal agent memory with deterministic supersession, point-in-time recall, MCP access, audit trails, and local SQLite or PostgreSQL storage.

  20. inspeximus (formerly mnemo) Star [code] [pypi] Zero-dependency memory layer and MCP server with value-ranked recall, per-type decay, keyed supersession, revert-based correction, signed provenance, tamper-evident receipts, and cross-store erasure.

  21. ReFind Star [code] Agentic long-term memory retriever that plans iterative searches over a conversation-level BM25 index and returns contextual evidence blocks; #2 on the Agent Memory Leaderboard academic textual track (2026-08).

  22. InvMem Star [code] Vanilla RAG baseline (chunking, embeddings, FAISS/SQLite vector store) behind a synchronous Add/Search API; #1 on the Agent Memory Leaderboard academic textual track (2026-08).

  23. Agent Knowledge Cycle Star [code] [paper] Six-phase knowledge cycle specification (ADRs, JSON schemas, reference implementation) that turns coding-agent sessions into persistent skills, rules, and memory.

  24. Talamus Star [code] [docs] [benchmarks] [pypi] Local-first agent memory that stores source-grounded Markdown, preserves bitemporal history and provenance, and exposes search, recall, and review-gated correction through MCP.

  25. RE-call Star [code] [docs] [benchmarks] Postgres plus pgvector memory retrieval for AI agents, with provenance, trust verdicts, tenant isolation, MCP access, and abstention when evidence is insufficient.

  26. ActiveMemoryIndex Star [code] Stores memories twice โ€” verbatim timestamped turns and atomic first-person facts โ€” and retrieves by matching the log's own first-person register; #3 on the Agent Memory Leaderboard academic textual track (2026-08).

  27. PackRat Star [code] Auto-learning codebook compression that shrinks agent context files while keeping them LLM-readable.

  28. sqlite-graph-memory Star [code] Graph RAG memory for agents over a markdown vault: dense retrieval, hand-curated wikilink 1-hop expansion, cross-encoder rerank, per-turn SQLite ledger.

  29. memgres Star [code] Versioned document memory for AI agents over one Postgres; lexical or semantic recall, diff-based history, git-blame line attribution, GDPR-erasable, multi-tenant via MCP/HTTP.

  30. kgai Star [code] Local-first immutable knowledge graph of engineering decisions for AI coding agents; superseded decisions and rejected approaches stay queryable; embedded graph DB, opt-in team sync.

  31. FlowGrid AML Retriever Star [code] Deterministic, evidence-first Add/Search retriever that stores every original message and returns ranked source evidence with traceable retrieval views; #8 on the Agent Memory Leaderboard academic textual track (2026-08).

  32. AI Unified Memory Star [code] Filesystem-native shared memory for multiple AI agents, with public and private libraries, cross-agent messaging, automated synchronization, snapshots, and no third-party dependencies.

  33. Akephalos Star [code] Local-first, markdown-based portable agent profile (preferences, rules, durable memories) synced across agents via plain files and Git.

  34. ๆบฏๅฟ† (Suyi) Star [code] Dual-temporal memory engine for AI agents โ€” SQLite-backed, zero-dependency, Ebbinghaus-decayed fact storage with skill crystallization.

  35. Panella Star [code] Self-hosted governed memory over MCP; agent writes become durable only after human approval with verifiable receipts; Apache-2.0.

  36. Hybrid Memory Search Star [code] Local hybrid-retrieval memory service with per-user isolation, synchronous embedding on write, and BM25 + dense fused ranking; #4 on the Agent Memory Leaderboard academic textual track (2026-08).

  37. ChronoHybridMem Star [code] Evidence-only textual memory over SQLite FTS5 with optional LLM fact extraction and multi-route candidate recall; #5 on the Agent Memory Leaderboard academic textual track (2026-08).

  38. Hybrid Episodic Memory Star [code] Fully deterministic memory service fusing BM25 and dense retrieval over raw conversational turns via weighted reciprocal rank fusion, with no LLM in the memory path; #6 on the Agent Memory Leaderboard academic textual track (2026-08).

  39. Chronicle Memory Star [code] Evidence-only memory over SQLite with a hybrid lexical scorer adding phrase, temporal, and session-diversity bonuses; #7 on the Agent Memory Leaderboard academic textual track (2026-08).

  40. MemoryAgent Star [code] FastAPI + ChromaDB memory system with local sentence-transformers embeddings and similarity-based write deduplication; #9 (as LLLMemoryAgent) on the Agent Memory Leaderboard academic textual track (2026-08).

  41. AML Memory MVP Star [code] Evidence-only retriever indexing English and CJK text with SQLite FTS5 plus character n-grams, typo-tolerant semantic retrieval, and conversation-neighbor expansion; #10 on the Agent Memory Leaderboard academic textual track (2026-08).

  42. FeedRecall Star [code] Local-first MCP memory for saved social discoveries, with source dates, project relevance, evidence lifecycle, timelines, and bounded recall for coding agents.

Closed-Source

Archival

Projects that are inactive or whose claims have been disputed by third parties. Status labels link to the evidence and note when the status was last checked.

  • MemPalace โš ๏ธ Disputed (third-party critiques challenge the project's core claims; last checked 2026-07) [code] [critique1, critique2] Developed by actress Milla Jovovich and her friends

  • Memvid โš ๏ธ Disputed (technical critique raised in GitHub issues, since deleted but archived; last checked 2026-07) [code] [critique (archived)]

  • Memary โ„๏ธ Inactive (no significant development activity; last checked 2026-07) [code]


๐Ÿ“– Tutorials

๐Ÿ—“๏ธ 2026

๐Ÿ—“๏ธ 2025


๐Ÿ“š Surveys

๐Ÿ—“๏ธ 2026

๐Ÿ—“๏ธ 2025

๐Ÿ—“๏ธ 2024


๐Ÿ“ Benchmarks

๐Ÿ’ฌ Plain-Text Benchmarks

๐Ÿ—“๏ธ 2026

๐Ÿ—“๏ธ 2025

๐Ÿ—“๏ธ 2024

๐Ÿ—“๏ธ 2023

๐ŸŽฌ Multimodal Benchmarks

๐Ÿ—“๏ธ 2026

๐Ÿ—“๏ธ 2025

๐Ÿ—“๏ธ 2024

๐Ÿ—“๏ธ 2023

๐ŸŽฎ Dynamic Benchmarks & Simulation Environments

๐Ÿ—“๏ธ 2026

๐Ÿ—“๏ธ 2025

๐Ÿ—“๏ธ 2024


๐Ÿ”ค Papers - Nonparametric Memory

๐Ÿ“ Text Memory

๐Ÿ—“๏ธ 2026

๐Ÿ—“๏ธ 2025

๐Ÿ—“๏ธ 2024

๐Ÿ—“๏ธ 2023

๐ŸŒ Graph Memory

๐Ÿ—“๏ธ 2026

๐Ÿ—“๏ธ 2025

๐Ÿ—“๏ธ 2024

๐ŸŽฅ Multimodal Memory (for Understanding)

๐Ÿ—“๏ธ 2026

๐Ÿ—“๏ธ 2025

๐Ÿ—“๏ธ 2024

๐ŸŽฅ Multimodal Memory (for Generation)

๐Ÿ—“๏ธ 2026

๐Ÿ—“๏ธ 2025

๐Ÿ”ข Papers - Parametric Memory

๐Ÿ—“๏ธ 2026

๐Ÿ—“๏ธ 2025

๐Ÿ—“๏ธ 2024

๐Ÿ—“๏ธ 2023

๐Ÿ“ˆ Papers - Memory for Agent Evolution

๐Ÿงญ Reinforcement Learning & Continual Learning

๐Ÿ—“๏ธ 2026

๐Ÿ—“๏ธ 2025

๐Ÿงฉ Context Engineering & Harness Engineering

๐Ÿ—“๏ธ 2026

๐Ÿ—“๏ธ 2025

๐Ÿ”ฌ Papers - Memory in Cognitive Science

๐Ÿ—“๏ธ 2026

๐Ÿ—“๏ธ 2025

๐Ÿ—“๏ธ 2024


๐Ÿ”’ Memory Security & Defense


๐Ÿ“ฐ Articles

๐Ÿ—“๏ธ 2026

๐Ÿ—“๏ธ 2025

๐Ÿ—“๏ธ 2024

๐Ÿ—“๏ธ 2023


๐Ÿ‘ฅ Workshops

๐Ÿ—“๏ธ 2026

๐Ÿ—“๏ธ 2025


๐Ÿ“‘ Citation

To cite this collection itself, use the metadata in CITATION.cff (GitHub's "Cite this repository" button), or:

@misc{zhang2025awesomeagentmemory,
        author = {Zhang, Dell and Sun, Changzhi and Luo, Jixiang and Chen, Xiangyu and Li, Xuelong},
        title = {Awesome Agent Memory: Curated Systems, Benchmarks, and Papers on Memory for {LLMs}/{MLLMs}},
        year = {2025},
        howpublished = {\url{https://github.com/TeleAI-UAGI/Awesome-Agent-Memory}}
}

This list grew out of the maintainers' SIGIR-AP 2025 tutorial, which you can cite as the related publication:

@inproceedings{zhangConversationalAgentsRAG2025,
        author = {Zhang, Dell and Feng, Yue and Liu, Haiming and Sun, Changzhi and Luo, Jixiang and Chen, Xiangyu and Li, Xuelong},
        title = {Conversational Agents: From {RAG} to {LTM}},
        year = {2025},
        isbn = {9798400722189},
        doi = {10.1145/3767695.3769671},
        booktitle = {Proceedings of the 2025 Annual International ACM SIGIR Conference on Research and Development in Information Retrieval in the Asia Pacific Region (SIGIR-AP)},
        pages = {447โ€“452},
        location = {China}
}

Star History

Star history chart of TeleAI-UAGI/Awesome-Agent-Memory

Regenerated weekly by a scheduled workflow; the previous star-history.com live chart broke when GitHub restricted the stargazers API to repo admins and collaborators in June 2026.


If you find this page helpful, please give it a โญ๏ธ โ€” starring also keeps updates in your GitHub feed.

Made with โค๏ธ by Bloo-Mind AI Ltd and the Ubiquitous AGI team at TeleAI.

Bloo-Mind Logo ย ย ย  TeleAI Logo