Skip to content

TeleAI-UAGI/Awesome-Agent-Memory

Repository files navigation

🧠 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.

    • TeleMemStar [code] [docs] [paper] API-compatible drop-in replacement for Mem0 (import telemem as mem0); listed as a sub-item of Mem0 rather than ranked by stars. Maintainer-affiliated.
  3. Zep (powered by Graphiti) Star [code] [paper] [blog] Real-time temporal knowledge graphs for AI agents.

  4. Cognee Star [code] [paper] [blog] Memory engine that ingests data into a hybrid graph + vector knowledge graph for cross-session agent recall.

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

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

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

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

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

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

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

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

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

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

  15. 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.

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

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

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

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

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

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

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

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

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

  25. Omnigraph Star [code] Object-storage-native graph engine for agent memory with git-style branch/merge 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. 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.

  28. 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.

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

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

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

  32. 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.

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

  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. Mnemory Star [code] Multi-type agent memory (facts, preferences, episodic) with TTLs, user/agent scoping, and an MCP server.

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

  37. 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.

  38. 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. widemem-ai Star [code] Lightweight memory layer with importance scoring, temporal decay, and 3-tier hierarchy.

  3. Origin Star [code] [docs] Local-first AI work memory for coding agents and MCP clients: session handoffs, source-backed wiki pages, graph context, and hybrid retrieval via one local daemon.

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

  5. 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.

  6. 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.

  7. 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.

  8. 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.

  9. 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.

  10. 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.

  11. 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.

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

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

  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. 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.

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

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

  18. 溯忆 (Suyi) Star [code] Dual-temporal memory engine for AI agents — SQLite-backed, zero-dependency, Ebbinghaus-decayed fact storage with skill crystallization.

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


🔒 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


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

About

Curated systems, benchmarks, and papers etc. on memory for LLMs/MLLMs --- long-term context, retrieval, and reasoning.

Topics

Resources

License

Code of conduct

Contributing

Stars

536 stars

Watchers

7 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages