TeleAI-UAGI/Awesome-Agent-Memory

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

Python

648

626 commits

updated Sep 21, 2026

See the code

README

๐Ÿง  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 the same ranking, format, and style rules as every other entry. One convention applies to all entries regardless of affiliation: an API-compatible drop-in replacement for a listed product is nested under that product as an unranked sub-item rather than given its own star-ranked position.
  • 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. An API-compatible drop-in replacement for a listed product appears as an unranked sub-item under that product.

  1. Claude-Mem Star [code] [docs] [blog] Hook-based session capture compressed into searchable observations and re-injected into later sessions across Claude Code, Codex, Cursor, OpenClaw and other hosts; optional hosted cloud sync.

  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 an unranked sub-item of Mem0 per the drop-in replacement convention. Maintainer-affiliated.
  3. OpenViking Star [code] [docs] [paper1] [paper2] [blog] 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.

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

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

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

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

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

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

  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 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] [eval] Memory library for stateful agents with a focus on user modeling.

  17. engram (by Gentleman-Programming) 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. ByteRover Star [code] [paper] [docs] LLM-curated hierarchical context tree for coding agents, with git-like branching, cloud sync, and MCP; formerly Cipher, source-available under Elastic License 2.0.

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

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

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

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

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

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

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

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

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

  31. deja Star [code] Indexes the session transcripts twenty coding agents already write to disk, retroactively โ€” local BM25 recall over them, with credentials redacted at index time.

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

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

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

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

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

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

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

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

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

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

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

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

  44. Belief Context Graph Star [code] [docs] Confidence-aware belief graph organizing long-horizon agent context into trackable, updatable belief states; includes SDK, graph-building tools, visualization UI, and agent benchmark.

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

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

  47. 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. causal-memory Star [code] [eval] Local-first agent memory in Rust: facts and typed decisionโ†’outcome causal edges (caused/enabled/prevented) on one SQLite store, with inhibitory spreading activation, MCP server, CLI, Python bindings.

  2. taOSmd Star [code] [eval] 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.

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

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

  5. RetainDB Star [code] Local-first agent memory with noise filtering, typed facts, reuse-based reinforcement, and BM25 + vector + graph retrieval with RRF and reranking; Apache-2.0 core, BSL-1.1 server.

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

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

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

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

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

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

  12. Fidelis Memory Star [code] [eval] Local-first memory for coding agents: hybrid BM25/dense/RRF retrieval returns original passages verbatim through MCP, with no LLM in the default retrieval path.

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

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

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

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

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

  18. ReFind Star [code] Memory retriever that plans iterative searches over a conversation-level BM25 index and returns contextual evidence blocks; #2, Agent Memory Leaderboard (academic textual, 2026-08).

  19. Agentic Task System Star [code] 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.

  20. myc Star [code] [docs] Local task-and-memory layer for coding agents: decision oplog with hybrid search, session/repo-scoped recall, PreCompact hook saving the episode before compaction; Bun + SQLite.

  21. AtMem Star [code] Local-first agent memory with governed retrieval, provenance, lifecycle controls, delegated context delivery, execution evidence, SQLite storage, MCP, and an audit dashboard.

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

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

  24. Lockstep Star [code] Shared decision ledger for teams using AI coding agents: records accepted decisions, rationale, and rejected options, and briefs new agent sessions via MCP.

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

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

  27. ActiveMemoryIndex Star [code] Dual store of verbatim timestamped turns and atomic first-person facts, retrieved in the same register; #3, Agent Memory Leaderboard (academic textual, 2026-08).

  28. inspeximus (formerly mnemo) Star [code] 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.

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

  30. chamnan Star [code] [data] Repository-local context for coding agents: an architecture index, impact map, and decision records committed beside the code.

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

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

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

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

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

  36. Hybrid Episodic Memory Star [code] Deterministic weighted reciprocal-rank fusion of BM25 and dense retrieval over raw conversational turns, no LLM in the path; #6, Agent Memory Leaderboard (academic textual, 2026-08).

  37. Verified Memory Vault Star [code] Obsidian vault doubling as Claude Code memory: deterministic health-score linter (undated entries, duplicates, dead links) plus a git pre-commit hook refusing mass deletions.

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

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

  40. engram (by FBISiri) Star [code] Go memory service on Qdrant with write-time dedup and importance gating, type-based TTL decay, reflection into insights, and MCP plus REST interfaces.

  41. AML Memory MVP Star [code] Evidence-only, typo-tolerant retriever over English and CJK text using SQLite FTS5, character n-grams, and conversation-neighbor expansion; #10, Agent Memory Leaderboard (academic textual, 2026-08).

  42. ExperienceNet Star [code] [docs] Self-hosted experience network for agents: search and write real technical attempts (problem/conditions/action/outcome), lexical + semantic hybrid retrieval over PostgreSQL/pgvector, gap capture, reuse feedback.

  43. Hyperconsciousness Star [code] Encrypted, append-only knowledge store for humans and agents: signed records sync across devices and are exposed through scoped, expiring grants over MCP.

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

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

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

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

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

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

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

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

  52. claude-memory-tidy Star [code] Maintenance layer for always-loaded agent memory files: deterministic budget guard, orphan-note coverage, and verbatim folding into warm sub-indexes, guarding against silent truncation.

  53. RCLL Star [code] [docs] [eval] Self-hosted shared memory for a fleet of agents: topic rooms, L0โ€“L3 depth, Postgres/pgvector; the read path invokes no language model. Fork of Hindsight.

  54. notebook.py Star [code] Single-file Python tool for Claude Code transcript memory, stored as editable Markdown with source references and retained history of retired entries.

Closed-Source

  • MemoraX [spec] [platform] Memory layer for long-horizon agents from MemoraX AI; core system is API-only; #1, Agent Memory Leaderboard (industry textual, 2026-08).

    • MemoraX Code
      [code] Coding-agent memory productโ€”not a text-chatbot memory layerโ€”that carries engineering experience, repository knowledge, preferences, and procedures across tasks and sessions.
  • MemoryLake [blog]

  • Supermemory [code] [docs] Memory API, hosted or free self-hosted; SDKs, MCP server, and dashboard are MIT, but the memory engine ships only as a prebuilt binary.

  • Memories.ai [research] [paper] [blog]

  • Macaron Mind Lab [blog] [paper]

  • Mem 2.0 [blog]

  • M-Flow

  • TwinMind [blog]

  • Penfield [blog]

  • Sonzai

  • Threadline [partial-code] [schema] [docs]

  • Remio Local-first personal knowledge base that indexes files, webpages, recordings, notes, emails, and messages for agent retrieval via search and RAG.

  • AccInt [partial-code] Local-first MCP Work Model for coding agents that retrieves scored memory, records actions, and credits real outcomes; engine is a closed-source binary.

  • Agentage Memory Remote MCP memory server (OAuth 2.1 + PKCE + DCR) giving Claude, Cursor, and ChatGPT one shared markdown memory mirrored locally as files you own.

  • screenpipe [source-available] [license] [docs] Local-first work memory that captures screen, audio, input, browser, and meeting context for search and agent retrieval.

  • Firekeep [source-available] [license] [docs] Self-hosted shared memory, working context, coordination, and evidence for Claude Code, Codex, Kiro, OpenCode, and other MCP clients.

  • ORANO [docs] [blog] Consumer app that distills saved Reels, videos, articles, and PDFs into projects and memory facts that the user's agent reads over a read-only MCP server.

  • Wontopos (Tablet 2) [paper] [eval] Memory API with no language model in the retrieval path; paper-reported 95.7% LongMemEval-S, 95.2% recall@5 over 70 language pairs, and BEAM-1M 67.5% with published harness.

  • Perseus Vault (formerly Mimir) [docs] Local MCP memory server as a single Rust binary: SQLite FTS5 plus vector hybrid search, AES-256-GCM at rest; GitHub source repository not publicly accessible (2026-09).

  • ContextStream [partial-code] [docs] [eval] Hosted MCP context layer for coding agents: persistent decisions and lessons, semantic code search, post-compaction recovery; MIT-licensed Rust client, hosted backend 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
agent-memory
ai-agent
ai-agent-memory
awesome
awesome-agent-memory
awesome-list
continual-learning
llm
llm-memory
long-term-memory
memory
memory-management
multimodal-llm-memory
rag

Contributors

(top 30 of 45)

dell-zhang

563 commits

changzhisun

9 commits

GiulioDER

2 commits

TeleAI-UAGI/Awesome-Agent-Memory

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

Python

648

626 commits

updated Sep 21, 2026

See the code

README

๐Ÿง  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 the same ranking, format, and style rules as every other entry. One convention applies to all entries regardless of affiliation: an API-compatible drop-in replacement for a listed product is nested under that product as an unranked sub-item rather than given its own star-ranked position.
  • 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. An API-compatible drop-in replacement for a listed product appears as an unranked sub-item under that product.

  1. Claude-Mem Star [code] [docs] [blog] Hook-based session capture compressed into searchable observations and re-injected into later sessions across Claude Code, Codex, Cursor, OpenClaw and other hosts; optional hosted cloud sync.

  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 an unranked sub-item of Mem0 per the drop-in replacement convention. Maintainer-affiliated.
  3. OpenViking Star [code] [docs] [paper1] [paper2] [blog] 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.

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

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

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

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

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

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

  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 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] [eval] Memory library for stateful agents with a focus on user modeling.

  17. engram (by Gentleman-Programming) 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. ByteRover Star [code] [paper] [docs] LLM-curated hierarchical context tree for coding agents, with git-like branching, cloud sync, and MCP; formerly Cipher, source-available under Elastic License 2.0.

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

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

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

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

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

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

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

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

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

  31. deja Star [code] Indexes the session transcripts twenty coding agents already write to disk, retroactively โ€” local BM25 recall over them, with credentials redacted at index time.

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

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

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

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

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

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

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

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

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

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

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

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

  44. Belief Context Graph Star [code] [docs] Confidence-aware belief graph organizing long-horizon agent context into trackable, updatable belief states; includes SDK, graph-building tools, visualization UI, and agent benchmark.

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

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

  47. 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. causal-memory Star [code] [eval] Local-first agent memory in Rust: facts and typed decisionโ†’outcome causal edges (caused/enabled/prevented) on one SQLite store, with inhibitory spreading activation, MCP server, CLI, Python bindings.

  2. taOSmd Star [code] [eval] 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.

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

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

  5. RetainDB Star [code] Local-first agent memory with noise filtering, typed facts, reuse-based reinforcement, and BM25 + vector + graph retrieval with RRF and reranking; Apache-2.0 core, BSL-1.1 server.

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

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

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

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

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

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

  12. Fidelis Memory Star [code] [eval] Local-first memory for coding agents: hybrid BM25/dense/RRF retrieval returns original passages verbatim through MCP, with no LLM in the default retrieval path.

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

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

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

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

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

  18. ReFind Star [code] Memory retriever that plans iterative searches over a conversation-level BM25 index and returns contextual evidence blocks; #2, Agent Memory Leaderboard (academic textual, 2026-08).

  19. Agentic Task System Star [code] 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.

  20. myc Star [code] [docs] Local task-and-memory layer for coding agents: decision oplog with hybrid search, session/repo-scoped recall, PreCompact hook saving the episode before compaction; Bun + SQLite.

  21. AtMem Star [code] Local-first agent memory with governed retrieval, provenance, lifecycle controls, delegated context delivery, execution evidence, SQLite storage, MCP, and an audit dashboard.

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

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

  24. Lockstep Star [code] Shared decision ledger for teams using AI coding agents: records accepted decisions, rationale, and rejected options, and briefs new agent sessions via MCP.

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

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

  27. ActiveMemoryIndex Star [code] Dual store of verbatim timestamped turns and atomic first-person facts, retrieved in the same register; #3, Agent Memory Leaderboard (academic textual, 2026-08).

  28. inspeximus (formerly mnemo) Star [code] 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.

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

  30. chamnan Star [code] [data] Repository-local context for coding agents: an architecture index, impact map, and decision records committed beside the code.

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

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

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

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

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

  36. Hybrid Episodic Memory Star [code] Deterministic weighted reciprocal-rank fusion of BM25 and dense retrieval over raw conversational turns, no LLM in the path; #6, Agent Memory Leaderboard (academic textual, 2026-08).

  37. Verified Memory Vault Star [code] Obsidian vault doubling as Claude Code memory: deterministic health-score linter (undated entries, duplicates, dead links) plus a git pre-commit hook refusing mass deletions.

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

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

  40. engram (by FBISiri) Star [code] Go memory service on Qdrant with write-time dedup and importance gating, type-based TTL decay, reflection into insights, and MCP plus REST interfaces.

  41. AML Memory MVP Star [code] Evidence-only, typo-tolerant retriever over English and CJK text using SQLite FTS5, character n-grams, and conversation-neighbor expansion; #10, Agent Memory Leaderboard (academic textual, 2026-08).

  42. ExperienceNet Star [code] [docs] Self-hosted experience network for agents: search and write real technical attempts (problem/conditions/action/outcome), lexical + semantic hybrid retrieval over PostgreSQL/pgvector, gap capture, reuse feedback.

  43. Hyperconsciousness Star [code] Encrypted, append-only knowledge store for humans and agents: signed records sync across devices and are exposed through scoped, expiring grants over MCP.

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

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

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

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

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

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

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

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

  52. claude-memory-tidy Star [code] Maintenance layer for always-loaded agent memory files: deterministic budget guard, orphan-note coverage, and verbatim folding into warm sub-indexes, guarding against silent truncation.

  53. RCLL Star [code] [docs] [eval] Self-hosted shared memory for a fleet of agents: topic rooms, L0โ€“L3 depth, Postgres/pgvector; the read path invokes no language model. Fork of Hindsight.

  54. notebook.py Star [code] Single-file Python tool for Claude Code transcript memory, stored as editable Markdown with source references and retained history of retired entries.

Closed-Source

  • MemoraX [spec] [platform] Memory layer for long-horizon agents from MemoraX AI; core system is API-only; #1, Agent Memory Leaderboard (industry textual, 2026-08).

    • MemoraX Code
      [code] Coding-agent memory productโ€”not a text-chatbot memory layerโ€”that carries engineering experience, repository knowledge, preferences, and procedures across tasks and sessions.
  • MemoryLake [blog]

  • Supermemory [code] [docs] Memory API, hosted or free self-hosted; SDKs, MCP server, and dashboard are MIT, but the memory engine ships only as a prebuilt binary.

  • Memories.ai [research] [paper] [blog]

  • Macaron Mind Lab [blog] [paper]

  • Mem 2.0 [blog]

  • M-Flow

  • TwinMind [blog]

  • Penfield [blog]

  • Sonzai

  • Threadline [partial-code] [schema] [docs]

  • Remio Local-first personal knowledge base that indexes files, webpages, recordings, notes, emails, and messages for agent retrieval via search and RAG.

  • AccInt [partial-code] Local-first MCP Work Model for coding agents that retrieves scored memory, records actions, and credits real outcomes; engine is a closed-source binary.

  • Agentage Memory Remote MCP memory server (OAuth 2.1 + PKCE + DCR) giving Claude, Cursor, and ChatGPT one shared markdown memory mirrored locally as files you own.

  • screenpipe [source-available] [license] [docs] Local-first work memory that captures screen, audio, input, browser, and meeting context for search and agent retrieval.

  • Firekeep [source-available] [license] [docs] Self-hosted shared memory, working context, coordination, and evidence for Claude Code, Codex, Kiro, OpenCode, and other MCP clients.

  • ORANO [docs] [blog] Consumer app that distills saved Reels, videos, articles, and PDFs into projects and memory facts that the user's agent reads over a read-only MCP server.

  • Wontopos (Tablet 2) [paper] [eval] Memory API with no language model in the retrieval path; paper-reported 95.7% LongMemEval-S, 95.2% recall@5 over 70 language pairs, and BEAM-1M 67.5% with published harness.

  • Perseus Vault (formerly Mimir) [docs] Local MCP memory server as a single Rust binary: SQLite FTS5 plus vector hybrid search, AES-256-GCM at rest; GitHub source repository not publicly accessible (2026-09).

  • ContextStream [partial-code] [docs] [eval] Hosted MCP context layer for coding agents: persistent decisions and lessons, semantic code search, post-compaction recovery; MIT-licensed Rust client, hosted backend 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
agent-memory
ai-agent
ai-agent-memory
awesome
awesome-agent-memory
awesome-list
continual-learning
llm
llm-memory
long-term-memory
memory
memory-management
multimodal-llm-memory
rag

Contributors

(top 30 of 45)

dell-zhang

563 commits

changzhisun

9 commits

GiulioDER

2 commits

Languages

Python

100.0%