TsinghuaC3I/Awesome-Memory-for-Agents

A Collection of Papers about Memory for Language Agents

662

98 commits

updated Sep 21, 2026

See the code

README

Awesome-Memory-for-Agents

The paper list is maintained by Hongyi Liu, Yu Fu, Kaiyan Zhang, contributed by Yuxin Zuo, Che Jiang, Guoli Jia, Yuru Wang, Kaikai Zhao, Yuchen Fan, Zhenzhao Yuan, Kai Tian, Weizhi Wang.

Table of Contents

Overview

This repository provides a curated list of papers on agent memory, structured by a core taxonomy. We first divide agent memory based on its persistence:

  • Short-Term Memory: Transient information managed within the context window for a single task;
  • Long-Term Memory: Persistent information stored externally across tasks.

Within Long-Term Memory, we further distinguish based on its reliance on task outcomes (success/failure) for curation:

  • Experience involves knowledge explicitly validated by task outcomes;
  • Memory denotes information without reference to task outcomes.

This taxonomy maps directly to the three primary application scenarios that organize the papers in this repository:

ApplicationMemory ContentDescription
PersonalizationUser profiles, interaction history, facts, etc.Continuous personalized interaction, mainly targeting the conversation scenario and using an external memory pool with retrieval-based memory interaction
Learning from ExperienceTrajectories, success/failure lessons, reusable skills, etc.Cross-task experience accumulation & transfer
Long-horizon Agentic TaskIntermediate results, reasoning traces, environmental observations, etc.Context management within a single long-horizon task via summarization, reflection, or scratchpad, etc.

Paper List

Application

Personalization

DateTitlePaper
2026-07MemRec: Collaborative Memory-Augmented Agentic Recommender SystemPaper
2026-04Memanto: Typed Semantic Memory with Information-Theoretic Retrieval for Long-Horizon AgentsPaper
2026-04StructMem: Structured Memory for Long-Horizon Behavior in LLMsPaper
2026-04FileGram: Grounding Agent Personalization in File-System Behavioral TracesPaper
2026-01Membox: Weaving Topic Continuity into Long-Range Memory for LLM AgentsPaper
2026-01Grounding Agent Memory in Contextual IntentPaper
2026-01Continuum Memory Architectures for Long-Horizon LLM AgentsPaper
2026-01SwiftMem: Fast Agentic Memory via Query-aware IndexingPaper
2026-01AtomMem : Learnable Dynamic Agentic Memory with Atomic Memory OperationPaper
2026-01Beyond Static Summarization: Proactive Memory Extraction for LLM AgentsPaper
2026-01TeleMem: Building Long-Term and Multimodal Memory for Agentic AIPaper
2026-01HiMem: Hierarchical Long-Term Memory for LLM Long-Horizon AgentsPaper
2026-01SYNAPSE: Empowering LLM Agents with Episodic-Semantic Memory via Spreading ActivationPaper
2026-01TiMem: Temporal-Hierarchical Memory Consolidation for Long-Horizon Conversational AgentsPaper
2026-01SimpleMem: Efficient Lifelong Memory for LLM AgentsPaper
2026-01MAGMA: A Multi-Graph based Agentic Memory Architecture for AI AgentsPaper
2026-01EverMemOS: A Self-Organizing Memory Operating System for Structured Long-Horizon ReasoningPaper
2026-01CogCanvas: Verbatim-Grounded Artifact Extraction for Long LLM ConversationsPaper
2026-01Agentic Memory: Learning Unified Long-Term and Short-Term Memory Management for Large Language Model AgentsPaper
2026-01Beyond Dialogue Time: Temporal Semantic Memory for Personalized LLM AgentsPaper
2025-12Memory-T1: Reinforcement Learning for Temporal Reasoning in Multi-session AgentsPaper
2025-11O-Mem: Omni Memory System for Personalized, Long Horizon, Self-Evolving AgentsPaper
2025-11LiCoMemory: Lightweight and Cognitive Agentic Memory for Efficient Long-Term ReasoningPaper
2025-11Mem-PAL: Towards Memory-based Personalized Dialogue Assistants for Long-term User-Agent InteractionPaper
2025-10TOM-SWE: User Mental Modeling For Software Engineering AgentsPaper
2025-10PISA: A Pragmatic Psych-Inspired Unified Memory System for Enhanced AI AgencyPaper
2025-10EvolveR: Self-Evolving LLM Agents through an Experience-Driven LifecyclePaper
2025-10Improving Code Localization with Repository MemoryPaper
2025-10Mnemosyne: An Unsupervised, Human-Inspired Long-Term Memory Architecture for Edge-Based LLMsPaper
2025-10AssoMem: Scalable Memory QA with Multi-Signal Associative RetrievalPaper
2025-10LightMem: Lightweight and Efficient Memory-Augmented GenerationPaper
2025-09MEM-$\alpha$: Learning Memory Construction via Reinforcement LearningPaper
2025-09Look Back to Reason Forward: Revisitable Memory for Long-Context LLM AgentsPaper
2025-09MIRA: Memory-Integrated Reinforcement Learning Agent with Limited LLM GuidancePaper
2025-09REMem: Reasoning with Episodic Memory in Language AgentPaper
2025-09Adaptive Friend Agent: Personalized Multi-User Memory for Conversational AIPaper
2025-08Orchid: Orchestrating Context Across Creative Workflows with Generative AIPaper
2025-08Memory-R1: Enhancing Large Language Model Agents to Manage and Utilize Memories via Reinforcement LearningPaper
2025-08Learn to Memorize: Optimizing LLM-based Agents with Adaptive Memory FrameworkPaper
2025-07MemOS: A Memory OS for AI SystemPaper
2025-07Hierarchical Memory for High-Efficiency Long-Term Reasoning in LLM AgentsPaper
2025-07MIRIX: Multi-Agent Memory System for LLM-Based AgentsPaper
2025-06PersonaAgent: When Large Language Model Agents Meet Personalization at Test TimePaper
2025-06Cognitive Weave: Synthesizing Abstracted Knowledge with a Spatio-Temporal Resonance GraphPaper
2025-05From Single to Multi-Granularity: Toward Long-Term Memory Association and Selection of Conversational AgentsPaper
2025-04Mem0: Building production-ready ai agents with scalable long-term memoryPaper
2025-03Meminsight: Autonomous memory augmentation for llm agentsPaper
2025-02M+: Extending MemoryLLM with Scalable Long-Term MemoryPaper
2025-02A-MEM: Agentic Memory for LLM AgentsPaper
2025-01Wormhole Memory: A Rubik's Cube for Cross-Dialogue RetrievalPaper
2025-01Zep: A Temporal Knowledge Graph Architecture for Agent MemoryPaper
2024-12On the Structural Memory of LLM AgentsPaper
2024-07MemoCRS: Memory-enhanced Sequential Conversational Recommender Systems with Large Language ModelsPaper
2024-03Larimar: Large language models with episodic memory controlPaper
2024-01From llm to conversational agent: A memory enhanced architecture with fine-tuning of large language modelsPaper
2023-10MemGPT: Towards LLMs as operating systemsPaper
2023-08Memochat: Tuning llms to use memos for consistent long-range open-domain conversationPaper
2023-06Chatdb: Augmenting llms with databases as their symbolic memoryPaper
2023-05MemoryBank: Enhancing large language models with long-term memoryPaper
2023-04Unleashing infinite-length input capacity for large-scale language models with self-controlled memory systemPaper

Learning from Experience

DateTitlePaper
2026-08ForeDreamer: A Self-Evolving Dual-Agent Memory Architecture for Future Event PredictionPaper
2026-08ThinkRetrieve: Retrieval-Augmented Reasoning Traces for Test-Time ScalingPaper
2026-01Controlled Self-Evolution for Algorithmic Code OptimizationPaper
2026-01Beyond Static Tools: Test-Time Tool Evolution for Scientific ReasoningPaper
2026-01MemGovern: Enhancing Code Agents through Learning from Governed Human ExperiencesPaper
2026-01Learning How to Remember: A Meta-Cognitive Management Method for Structured and Transferable Agent MemoryPaper
2026-01Distilling Feedback into Memory-as-a-ToolPaper
2026-01EvoRoute: Experience-Driven Self-Routing LLM Agent SystemsPaper
2025-12WebOperator: Action-Aware Tree Search for Autonomous Agents in Web EnvironmentPaper
2025-12Unifying Dynamic Tool Creation and Cross-Task Experience Sharing through Cognitive Memory ArchitecturePaper
2025-12LoongFlow: Directed Evolutionary Search via a Cognitive Plan-Execute-Summarize ParadigmPaper
2025-12CASCADE: Cumulative Agentic Skill Creation through Autonomous Development and EvolutionPaper
2025-12MemEvolve: Meta-Evolution of Agent Memory SystemsPaper
2025-12Memento 2: Learning by Stateful Reflective MemoryPaper
2025-11Improving Language Agents through BREWPaper
2025-11Scaling Agent Learning via Experience SynthesisPaper
2025-11FLEX: Continuous Agent Evolution via Forward Learning from ExperiencePaper
2025-11Multi-agent In-context Coordination via Decentralized Memory RetrievalPaper
2025-11AgentEvolver: Towards Efficient Self-Evolving Agent SystemPaper
2025-11Experience-Guided Adaptation of Inference-Time Reasoning StrategiesPaper
2025-11WebCoach: Self-Evolving Web Agents with Cross-Session Memory GuidancePaper
2025-11Real-Time Procedural Learning From Experience for AI AgentsPaper
2025-11SkillGen: Learning Domain Skills for In-Context Sequential Decision MakingPaper
2025-11Live-SWE-agent: Can Software Engineering Agents Self-Evolve on the Fly?Paper
2025-10Alita-G: Self-Evolving Generative Agent for Agent GenerationPaper
2025-10Dyna-Mind: Learning to Simulate from Experience for Better AI AgentsPaper
2025-10LEGOMem: Modular Procedural Memory for Multi-agent LLM Systems for Workflow AutomationPaper
2025-10The Cognitive Bandwidth Bottleneck: Shifting Long-Horizon Agent from Planning with Actions to Planning with SchemasPaper
2025-10Agentic Context Engineering: Evolving Contexts for Self-Improving Language ModelsPaper
2025-10TokMem: Tokenized Procedural Memory for Large Language ModelsPaper
2025-10Training-Free Group Relative Policy OptimizationPaper
2025-10Self-evolving expertise in complex non-verifiable subject domains: dialogue as implicit meta-RLPaper
2025-09Exploratory Memory-Augmented LLM Agent via Hybrid On- and Off-Policy OptimizationPaper
2025-09Automated Stateful Specialization for Adaptive Agent SystemsPaper
2025-09BMAS: A Brain-Inspired Multi-Agent System with PFC-Guided Task Coordination and Hippocampus-Neocortex Dual Memory for Scalable Multi-Step ReasoningPaper
2025-09MemGen: Weaving Generative Latent Memory for Self-Evolving AgentsPaper
2025-09MetaEvo: A Meta-Optimization Framework for Experience-Driven Agent EvolutionPaper
2025-09ReasoningBank: Scaling Agent Self-Evolving with Reasoning MemoryPaper
2025-09MLE-RL: Reinforcement Learning for Self-Improvement in Machine Learning AgentsPaper
2025-09ArcMemo: Abstract Reasoning Composition with Lifelong LLM MemoryPaper
2025-09Metacognitive Reuse: Turning Recurring LLM Reasoning Into Concise BehaviorsPaper
2025-08SEAgent: Self-Evolving Computer Use Agent with Autonomous Learning from ExperiencePaper
2025-08Memento: Fine-tuning LLM Agents without Fine-tuning LLMsPaper
2025-08SE-Agent: Self-Evolution Trajectory Optimization in Multi-Step Reasoning with LLM-Based AgentsPaper
2025-08Memp: Exploring Agent Procedural MemoryPaper
2025-07Agent KB: Leveraging Cross-Domain Experience for Agentic Problem SolvingPaper
2025-07SWE-Exp: Experience-Driven Software Issue ResolutionPaper
2025-06Xolver: Generalist Reasoning and Problem Solving through Federated Multi-Agent Dynamics and Holistic Experience LearningPaper
2025-06G-Memory: Tracing Hierarchical Memory for Multi-Agent SystemsPaper
2025-06Cost-Efficient Serving of LLM Agents via Test-Time Plan CachingPaper
2025-06MAPLE: Multi-Agent Adaptive Planning with Long-Term Memory for Table ReasoningPaper
2025-05ML-Agent: Reinforcing LLM Agents for Autonomous Machine Learning EngineeringPaper
2025-05How Memory Management Impacts LLM Agents: An Empirical Study of Experience-Following BehaviorPaper
2025-05Efficiently enhancing general agents with hierarchical-categorical memoryPaper
2025-04SkillWeaver: Web Agents can Self-Improve by Discovering and Honing SkillsPaper
2025-04Inducing Programmatic Skills for Agentic TasksPaper
2025-04Memorization and knowledge injection in gated llmsPaper
2025-04Dynamic Cheatsheet: Test-Time Learning with Adaptive MemoryPaper
2025-03Mars: Memory-enhanced agents with reflective self-improvementPaper
2024-09Agent workflow memoryPaper
2024-05AutoManual: Constructing Instruction Manuals by LLM Agents via Interactive Environmental LearningPaper
2024-05Iterative experience refinement of software- developing agentsPaper
2024-04An artificial neuron for enhanced problem solving in large language modelsPaper
2024-03Online adaptation of language models with a memory of amortized contextsPaper
2024-02Camelot: Towards large language models with training-free consolidated associative memoryPaper
2023-08Retroformer: Retrospective large language agents with policy gradient optimizationPaper
2023-08ExpeL: LLM Agents Are Experiential LearnersPaper
2023-06Synapse: Trajectory-as-exemplar prompting with memory for computer controlPaper
2023-03Reflexion: Language agents with verbal reinforcement learningPaper
2020-09Meta-learning with sparse experience replay for lifelong language learningPaper

Long-horizon Agentic Task

DateTitlePaper
2026-06TokenPilot: Cache-Efficient Context Management for LLM AgentsPaper
2026-04Corpus2Skill: Distilling Enterprise Knowledge into Navigable Agent Skills for QA and RAGPaper
2026-01To Retrieve or To Think? An Agentic Approach for Context EvolutionPaper
2026-01MemoBrain: Executive Memory as an Agentic Brain for ReasoningPaper
2026-01Agentic Memory: Learning Unified Long-Term and Short-Term Memory Management for Large Language Model AgentsPaper
2025-12ABBEL: LLM Agents Acting Through Belief Bottlenecks Expressed in LanguagePaper
2025-12Context as a Tool: Context Management for Long-Horizon SWE-AgentsPaper
2025-11Efficient On-Device Agents via Adaptive Context ManagementPaper
2025-11MemSearcher: Training LLMs to Reason, Search and Manage Memory via End-to-End Reinforcement LearningPaper
2025-11IterResearch: Rethinking Long-Horizon Agents via Markovian State ReconstructionPaper
2025-10Prompt reinforcing for long-term planning of large language modelsPaper
2025-10Learning on the Job: An Experience-Driven Self-Evolving Agent for Long-Horizon TasksPaper
2025-10ACON: Optimizing Context Compression for Long-horizon LLM AgentsPaper
2025-10BrowserAgent: Building Web Agents with Human-Inspired Web Browsing ActionsPaper
2025-10WebDART: Dynamic Decomposition and Re-planning for Complex Web TasksPaper
2025-10CAM: A Constructivist View of Agentic Memory for LLM-Based Reading ComprehensionPaper
2025-10Scaling LLM Multi-turn RL with End-to-end Summarization-based Context ManagementPaper
2025-10AgentFold: Long-Horizon Web Agents with Proactive Context ManagementPaper
2025-10Beyond Turn Limits: Training Deep Search Agents with Dynamic Context WindowPaper
2025-10Memory as Action: Autonomous Context Curation for Long-Horizon Agentic TasksPaper
2025-10DeepAgent: A General Reasoning Agent with Scalable ToolsetsPaper
2025-09WebWeaver: Structuring Web-Scale Evidence with Dynamic Outlines for Open-Ended Deep ResearchPaper
2025-09Don’t Lose the Thread: Empowering Long-Horizon LLM Agents with Cognitive Resource Self-AllocationPaper
2025-09CEA: Context Engineering Agent for Enhanced Reliability and Sustainability in Deep Research SystemsPaper
2025-09The Pensieve Paradigm: Stateful Language Models with Learned Memory ManagementPaper
2025-09Compressed Step Information Memory for End-to-End Agent Foundation ModelsPaper
2025-09PARL-MT: Learning to Call Functions in Multi-Turn Conversation with Progress AwarenessPaper
2025-09ReSum: Unlocking Long-Horizon Search Intelligence via Context SummarizationPaper
2025-08Sculptor: Empowering LLMs with Cognitive Agency via Active Context ManagementPaper
2025-08Intrinsic Memory Agents: Heterogeneous Multi-Agent LLM Systems through Structured Contextual MemoryPaper
2025-08Cognitive Workspace: Active Memory Management for LLMs - An Empirical Study of Functional Infinite ContextPaper
2025-08Profile-Aware Maneuvering: A Dynamic Multi-Agent System for Robust GAIA Problem Solving by AWorldPaper
2025-07MemAgent: Reshaping Long-Context LLM with Multi-Conv RL-based Memory AgentPaper
2025-07MemTool: Optimizing Short-Term Memory Management for Dynamic Tool Calling in LLM Agent Multi-Turn ConversationsPaper
2025-06MEM1: Learning to Synergize Memory and Reasoning for Efficient Long-Horizon AgentsPaper
2025-06Taskcraft: Automated generation of agentic tasksPaper
2024-10From isolated conversations to hierarchical schemas: Dynamic tree memory representation for LLMsPaper
2024-09Self-evolving Agents with reflective and memory-augmented abilitiesPaper
2024-07Human-like episodic memory for infinite context llmsPaper
2024-07AriGraph: Learning knowledge graph world models with episodic memory for LLM agentsPaper
2024-06QRMeM: Unleash the Length Limitation through Question then Reflection Memory MechanismPaper
  • TWZRD Agent Intel - Persistent on-chain identity and trust memory for AI agents on Solana. Agent wallets accumulate behavioral history used for autonomy scoring and identity verification. Free MCP: {"mcpServers":{"twzrd-agent-intel":{"url":"https://intel.twzrd.xyz/mcp"}}}

Survey

DateTitlePaperGitHub
2025-09The Landscape of Agentic Reinforcement Learning for LLMs: A SurveyPaperGitHub Stars
2025-08OS Agents: A Survey on MLLM-based Agents for General Computing Devices UsePaperGitHub Stars
2025-08A Comprehensive Survey of Self-Evolving AI Agents: A New Paradigm Bridging Foundation Models and Lifelong Agentic SystemsPaperGitHub Stars
2025-07A Survey of Context Engineering for Large Language ModelsPaperGitHub Stars
2025-07A Survey of Self-Evolving Agents: On Path to Artificial Super IntelligencePaperGitHub Stars
2025-05Rethinking Memory in AI: Taxonomy, Operations, Topics, and Future DirectionsPaperGitHub Stars
2025-04From Human Memory to AI Memory: A Survey on Memory Mechanisms in the Era of LLMsPaper
2025-04Advances and Challenges in Foundation Agents: From Brain-Inspired Intelligence to Evolutionary, Collaborative, and Safe SystemsPaperGitHub Stars
2025-03Agentic Large Language Models, a surveyPaper
2024-04A Survey on the Memory Mechanism of Large Language Model-based AgentsPaperGitHub Stars

Benchmark

DateNameTitlePaperGitHub
2026-05PrecisionMemBenchStructured Belief State and the First Precision-Aware Benchmark for LLM Memory RetrievalPaperGitHub Stars
2026-01CloneMemCloneMem: Benchmarking Long-Term Memory for AI ClonesPaperGitHub Stars
2026-01KnowMe-BenchKnowMe-Bench: Benchmarking Person Understanding for Lifelong Digital CompanionsPaperGitHub Stars
2026-01RealMemRealMem: Benchmarking LLMs in Real-World Memory-Driven InteractionPaperGitHub Stars
2025-12PersonaMem-v2PersonaMem-v2: Towards Personalized Intelligence via Learning Implicit User Personas and Agentic MemoryPaperGitHub Stars
2025-11LoCoBench-AgentLoCoBench-Agent: An Interactive Benchmark for LLM Agents in Long-Context Software EngineeringPaperGitHub Stars
2025-11ConvoMemConvomem Benchmark: Why Your First 150 Conversations Don't Need RAGPaperGitHub Stars
2025-08StuLifeBuilding Self-Evolving Agents via Experience-Driven Lifelong Learning: A Framework and BenchmarkPaperGitHub Stars
2025-07MemoryAgentBenchEvaluating Memory in LLM Agents via Incremental Multi-Turn InteractionsPaperGitHub Stars
2025-06StoryBenchStoryBench: A Dynamic Benchmark for Evaluating Long-Term Memory with Multi TurnsPaper
2025-06WebChoreArenaWebChoreArena: Evaluating Web Browsing Agents on Realistic Tedious Web TasksPaperGitHub Stars
2025-06MemBenchMemBench: Towards More Comprehensive Evaluation on the Memory of LLM-based AgentsPaperGitHub Stars
2025-05LifelongAgentBenchLifelongAgentBench: Evaluating LLM Agents as Lifelong LearnersPaperGitHub Stars
2025-02RealTalkREALTALK: A 21-Day Real-World Dataset for Long-Term ConversationPaperGitHub Stars
2024-10LongMemEvalLongMemEval: Benchmarking Chat Assistants on Long-Term Interactive MemoryPaperGitHub Stars
2024-09MADail-BenchMADial-Bench: Towards Real-world Evaluation of Memory-Augmented Dialogue GenerationPaperGitHub Stars
2024-09LTMBeyond Prompts: Dynamic Conversational Benchmarking of Large Language ModelsPaperGitHub Stars
2024-02LoCoMoEvaluating Very Long-Term Conversational Memory of LLM AgentsPaperGitHub Stars

Product & Project

DateNameTitlePaperWebsiteGitHub
2026-09Wontopos (Tablet 2)Managed long-term memory API with no lexical matching and no language model in the retrieval path, so recall is deterministic and language-agnostic: paper-reported 95.7% on LongMemEval-S and 95.2% mean recall@5 across 70 store-and-query language pairs where BM25 scores 19.0%, plus 91.4% recall@5 on caption-free photos across 14 languages. BEAM-1M 67.5%, with the harness and per-question records published.PaperWebsiteGitHub Stars
2026-08sqlite-graph-memoryGraph RAG on SQLite for a single-user agent: vector retrieval for entry points, hand-curated Obsidian [[wikilinks]] as the graph (no entity-extraction pass, no graph database), a cross-encoder rerank, and a zero-token per-turn memory ledger — three Python files, one SQLite file, stdlib driver. Pilot, MIT.GitHub Stars
2026-08RCLL (fleet-memory)Self-hosted shared memory for a team of AI agents: topic-scoped rooms over one store, hierarchical L0–L3 depth, Postgres + pgvector, MCP. The read path never invokes a language model, so a recall costs CPU and zero model tokens. Publishes its own LoCoMo ablation of what one pooled store costs against ten private ones, including the arms that lose. Fork of Hindsight, MIT.WebsiteGitHub Stars
2026-08Verified Memory VaultSelf-checking Obsidian vault for AI agent memory: plain-Markdown storage with a hygiene self-audit (memory_check) and a git pre-commit guard against bulk deletions (memory_guard); no database or server required.WebsiteGitHub Stars
2026-08kgaiDecision memory for AI coding teams: an immutable, append-only decision log that syncs across a team over an S3 bucket you own, no server in between. Content-addressed events from parallel writers cannot produce a textual conflict. Superseded decisions and rejected approaches stay queryable with the reason they were dropped. Local-first, MIT.WebsiteGitHub Stars
2026-08OpenVikingSelf-evolving context database for AI agents that unifies agent memory, knowledge RAG, and reusable skills behind one storage/retrieval layer, with an MCP server for cross-session read/write.WebsiteGitHub Stars
2026-07dejaShared session memory for coding agents built from the transcripts 25 agents already write on disk, including sessions from before install. Lexical retrieval with no LLM and no embeddings; MCP server plus hooks; published hit@1 on LoCoMo and LongMemEval.WebsiteGitHub Stars
2026-07TalamusLocal-first, source-grounded memory for AI agents: readable Markdown as the source of truth, bitemporal history and provenance, deterministic SQLite/FTS5 recall, review-gated corrections, and CLI/MCP integrations for coding agents.WebsiteGitHub Stars
2026-07Tree Ring MemoryFramework-agnostic, local-first memory lifecycle layer for AI agents: Rust-native CLI/TUI with SQLite/FTS recall, forgetting, audit, consolidation, DOX/Revolve adapters, and agent-framework discovery.WebsiteGitHub Stars
2026-07Data OlympusGovernance-grade project knowledge MCP server and CLI for coding agents, with reviewed rules, proposals, validity windows, and supersession-aware retrieval.GitHub Stars
2026-07GoodMemoryLocal-first, auditable memory layer for AI products and coding agents, with managed Codex and Claude Code setup, scoped SQLite/Postgres storage, read-only MCP recall and inspection by default, and opt-in governed writeback with review, audit, forget, and export controls.GitHub Stars
2026-06projectmemLocal-first, event-sourced memory + judgment layer for AI coding agents (Claude Code, Cursor, Antigravity, Codex): an append-only, plain-text event log of issues, failed attempts, fixes, and decisions, re-injected via MCP so the agent starts experienced — plus a deterministic pre-commit gate that warns before it repeats a previously failed fix. 100% local, MIT, with cross-project library memory and a cross-project dashboard.PaperWebsiteGitHub Stars
2026-06kaeruLocal-first cognitive memory for any LLM agent over MCP: a bi-temporal typed knowledge graph (CozoDB / RocksDB) giving cross-session and multi-agent continuity via episodes, provenance chains, and consolidated outcomes — a single Rust binary, with an optional shared cloud tier for teams.WebsiteGitHub Stars
2026-06TeleMemLong-term and multimodal memory for agentic AI — a drop-in replacement for Mem0 with character-isolated memory profiles, LLM-based semantic deduplication, video memory with ReAct-style QA, an MCP server, and a fully local option (FAISS + Ollama/Qwen).PaperWebsiteGitHub Stars
2026-06AccIntLocal-first Work Model for AI agents: records commitments, actions, approval gates, outcomes, and reusable runtimes, then uses outcome-scored memory to predict and replay verified paths across Claude Code, Codex, OpenCode, and Cursor via MCP.WebsiteGitHub Stars
2026-05Agent Memory Techniques30 runnable Jupyter notebooks on memory for LLM agents: conversation buffers, vector stores, knowledge graphs, episodic and semantic memory, MemGPT, Mem0, Letta, Zep, Graphiti, LoCoMo benchmarks, and production patterns.GitHub Stars
2026-05DakeraSelf-hosted AI agent memory server scoring 87.8% on the LoCoMo benchmark. Features decay-weighted vector recall, hybrid BM25+HNSW retrieval, 83 MCP tools, and a knowledge graph layer — all in a single Rust binary with RocksDB persistence and zero external LLM dependencies.WebsiteGitHub Stars
2026-05VestigeLocal-first cognitive memory MCP server for coding agents. Supports FSRS-6 decay, spreading activation, contradiction inspection, active suppression, Receipt Lock, and an inspectable dashboard.WebsiteGitHub Stars
2026-05MisakaNetGit-based distributed swarm memory for AI agents. Cross-agent lesson/knowledge sync via GitHub Issues. Decentralized, no vector DB needed. "Lessons learned. Lessons shared."WebsiteGitHub Stars
2026-04MemantoMemanto: Typed Semantic Memory with Information-Theoretic Retrieval for Long-Horizon AgentsPaperWebsiteGitHub Stars
2026-04OmnigraphTyped graph database where agents branch and merge like Git. S3-native, Rust, traversal + vector + BM25 in one runtime.GitHub Stars
2026-04ZenBrainNeuroscience-inspired 7-layer memory architecture for autonomous AI agents — zero-dependency TypeScript, Apache-2.0, fully inspectable. 91.3% Oracle-Accuracy on LongMemEval-500 at 1/106 token cost; 9/9 Bonferroni-corrected head-to-head wins vs. Letta, Mem0, and A-Mem.PaperWebsiteGitHub Stars
2026-03MnemoverseManaged persistent memory API for AI agents over MCP: one API key or OAuth gives Claude Code, Cursor, VS Code, Windsurf and ChatGPT the same memory. Mnemoverse scores importance on write, links concepts through Hebbian associations tuned by a Rescorla-Wagner update, and re-ranks recall from reported outcomes. Open-source MCP server and Python SDK (MIT), managed engine, free tier.PaperWebsiteGitHub Stars
2026-03LorgPermanent intelligence archive for AI agents. Structured contributions (prompts, workflows, insights, patterns) pass an automated quality gate and are hash-chained. Trust scores are cryptographically backed and publicly auditable.WebsiteGitHub Stars
2026-02SuperLocalMemory V2Universal local-first memory infrastructure for AI agents with dual MCP + A2A protocol supportWebsiteGitHub Stars
2026-08StatewaveOpen-source memory runtime for AI agents that compiles durable, provenance-tagged memories into deterministic, token-bounded context bundles. Self-hosted on Postgres + pgvector, with Python and TypeScript SDKs, multi-tenant support, policy controls, and MCP integrations.WebsiteGitHub Stars
2025-12ReMe (prev. MemoryScope)Remember Me, Refine Me: A Dynamic Procedural Memory Framework for Experience-Driven Agent EvolutionPaperWebsiteGitHub Stars
2026-04su-memorysu-memory SDK: Open-source memory engine for AI agents with causal reasoning, temporal awareness, and spatial cognition. Works as Memory component in VMC world model architecture.GitHub
2025-12HindsightHindsight is 20/20: Building Agent Memory that Retains, Recalls, and ReflectsPaperWebsiteGitHub Stars
2025-05CogneeOptimizing the Interface Between Knowledge Graphs and LLMs for Complex ReasoningPaperWebsiteGitHub Stars
2025-04Mem0Mem0: Building Production-Ready AI Agents with Scalable Long-Term MemoryPaperWebsiteGitHub Stars
2025-01Graphiti (prev. Zep)Zep: A Temporal Knowledge Graph Architecture for Agent MemoryPaperWebsiteGitHub Stars
2023-10Letta (prev. MemGPT)MemGPT: Towards LLMs as Operating SystemsPaperWebsiteGitHub Stars
2026-08CauraGoverned shared memory for AI agent fleets. Multi-agent, multi-tenant and MCP-native, with trust tiers, scoped memory, audit trails, knowledge graphs, and self-improving retrieval. Open-source and Apache 2.0 licensed.WebsiteGitHub Stars
MemMachineWebsiteGitHub Stars
AcontextWebsiteGitHub Stars
MemobaseWebsiteGitHub Stars
Claude-MemWebsiteGitHub Stars
MemoVWebsiteGitHub Stars
MemlayerWebsiteGitHub Stars
OpenContextWebsiteGitHub Stars
MemoriWebsiteGitHub Stars
Agent Brain7-layer cognitive memory for AI agents with perception gate, dream cycle, and predictive capabilitiesWebsiteGitHub Stars
MemUWebsiteGitHub Stars
OpenMemoryWebsiteGitHub Stars
MemaryWebsiteGitHub Stars
LangChainWebsiteGitHub Stars
MemoryBearWebsiteGitHub Stars

Contributors

(top 30 of 36)

iseesaw

44 commits

Magnicord

12 commits

jy7lsna

4 commits

fuyu12345

4 commits

TsinghuaC3I/Awesome-Memory-for-Agents

A Collection of Papers about Memory for Language Agents

662

98 commits

updated Sep 21, 2026

See the code

README

Awesome-Memory-for-Agents

The paper list is maintained by Hongyi Liu, Yu Fu, Kaiyan Zhang, contributed by Yuxin Zuo, Che Jiang, Guoli Jia, Yuru Wang, Kaikai Zhao, Yuchen Fan, Zhenzhao Yuan, Kai Tian, Weizhi Wang.

Table of Contents

Overview

This repository provides a curated list of papers on agent memory, structured by a core taxonomy. We first divide agent memory based on its persistence:

  • Short-Term Memory: Transient information managed within the context window for a single task;
  • Long-Term Memory: Persistent information stored externally across tasks.

Within Long-Term Memory, we further distinguish based on its reliance on task outcomes (success/failure) for curation:

  • Experience involves knowledge explicitly validated by task outcomes;
  • Memory denotes information without reference to task outcomes.

This taxonomy maps directly to the three primary application scenarios that organize the papers in this repository:

ApplicationMemory ContentDescription
PersonalizationUser profiles, interaction history, facts, etc.Continuous personalized interaction, mainly targeting the conversation scenario and using an external memory pool with retrieval-based memory interaction
Learning from ExperienceTrajectories, success/failure lessons, reusable skills, etc.Cross-task experience accumulation & transfer
Long-horizon Agentic TaskIntermediate results, reasoning traces, environmental observations, etc.Context management within a single long-horizon task via summarization, reflection, or scratchpad, etc.

Paper List

Application

Personalization

DateTitlePaper
2026-07MemRec: Collaborative Memory-Augmented Agentic Recommender SystemPaper
2026-04Memanto: Typed Semantic Memory with Information-Theoretic Retrieval for Long-Horizon AgentsPaper
2026-04StructMem: Structured Memory for Long-Horizon Behavior in LLMsPaper
2026-04FileGram: Grounding Agent Personalization in File-System Behavioral TracesPaper
2026-01Membox: Weaving Topic Continuity into Long-Range Memory for LLM AgentsPaper
2026-01Grounding Agent Memory in Contextual IntentPaper
2026-01Continuum Memory Architectures for Long-Horizon LLM AgentsPaper
2026-01SwiftMem: Fast Agentic Memory via Query-aware IndexingPaper
2026-01AtomMem : Learnable Dynamic Agentic Memory with Atomic Memory OperationPaper
2026-01Beyond Static Summarization: Proactive Memory Extraction for LLM AgentsPaper
2026-01TeleMem: Building Long-Term and Multimodal Memory for Agentic AIPaper
2026-01HiMem: Hierarchical Long-Term Memory for LLM Long-Horizon AgentsPaper
2026-01SYNAPSE: Empowering LLM Agents with Episodic-Semantic Memory via Spreading ActivationPaper
2026-01TiMem: Temporal-Hierarchical Memory Consolidation for Long-Horizon Conversational AgentsPaper
2026-01SimpleMem: Efficient Lifelong Memory for LLM AgentsPaper
2026-01MAGMA: A Multi-Graph based Agentic Memory Architecture for AI AgentsPaper
2026-01EverMemOS: A Self-Organizing Memory Operating System for Structured Long-Horizon ReasoningPaper
2026-01CogCanvas: Verbatim-Grounded Artifact Extraction for Long LLM ConversationsPaper
2026-01Agentic Memory: Learning Unified Long-Term and Short-Term Memory Management for Large Language Model AgentsPaper
2026-01Beyond Dialogue Time: Temporal Semantic Memory for Personalized LLM AgentsPaper
2025-12Memory-T1: Reinforcement Learning for Temporal Reasoning in Multi-session AgentsPaper
2025-11O-Mem: Omni Memory System for Personalized, Long Horizon, Self-Evolving AgentsPaper
2025-11LiCoMemory: Lightweight and Cognitive Agentic Memory for Efficient Long-Term ReasoningPaper
2025-11Mem-PAL: Towards Memory-based Personalized Dialogue Assistants for Long-term User-Agent InteractionPaper
2025-10TOM-SWE: User Mental Modeling For Software Engineering AgentsPaper
2025-10PISA: A Pragmatic Psych-Inspired Unified Memory System for Enhanced AI AgencyPaper
2025-10EvolveR: Self-Evolving LLM Agents through an Experience-Driven LifecyclePaper
2025-10Improving Code Localization with Repository MemoryPaper
2025-10Mnemosyne: An Unsupervised, Human-Inspired Long-Term Memory Architecture for Edge-Based LLMsPaper
2025-10AssoMem: Scalable Memory QA with Multi-Signal Associative RetrievalPaper
2025-10LightMem: Lightweight and Efficient Memory-Augmented GenerationPaper
2025-09MEM-$\alpha$: Learning Memory Construction via Reinforcement LearningPaper
2025-09Look Back to Reason Forward: Revisitable Memory for Long-Context LLM AgentsPaper
2025-09MIRA: Memory-Integrated Reinforcement Learning Agent with Limited LLM GuidancePaper
2025-09REMem: Reasoning with Episodic Memory in Language AgentPaper
2025-09Adaptive Friend Agent: Personalized Multi-User Memory for Conversational AIPaper
2025-08Orchid: Orchestrating Context Across Creative Workflows with Generative AIPaper
2025-08Memory-R1: Enhancing Large Language Model Agents to Manage and Utilize Memories via Reinforcement LearningPaper
2025-08Learn to Memorize: Optimizing LLM-based Agents with Adaptive Memory FrameworkPaper
2025-07MemOS: A Memory OS for AI SystemPaper
2025-07Hierarchical Memory for High-Efficiency Long-Term Reasoning in LLM AgentsPaper
2025-07MIRIX: Multi-Agent Memory System for LLM-Based AgentsPaper
2025-06PersonaAgent: When Large Language Model Agents Meet Personalization at Test TimePaper
2025-06Cognitive Weave: Synthesizing Abstracted Knowledge with a Spatio-Temporal Resonance GraphPaper
2025-05From Single to Multi-Granularity: Toward Long-Term Memory Association and Selection of Conversational AgentsPaper
2025-04Mem0: Building production-ready ai agents with scalable long-term memoryPaper
2025-03Meminsight: Autonomous memory augmentation for llm agentsPaper
2025-02M+: Extending MemoryLLM with Scalable Long-Term MemoryPaper
2025-02A-MEM: Agentic Memory for LLM AgentsPaper
2025-01Wormhole Memory: A Rubik's Cube for Cross-Dialogue RetrievalPaper
2025-01Zep: A Temporal Knowledge Graph Architecture for Agent MemoryPaper
2024-12On the Structural Memory of LLM AgentsPaper
2024-07MemoCRS: Memory-enhanced Sequential Conversational Recommender Systems with Large Language ModelsPaper
2024-03Larimar: Large language models with episodic memory controlPaper
2024-01From llm to conversational agent: A memory enhanced architecture with fine-tuning of large language modelsPaper
2023-10MemGPT: Towards LLMs as operating systemsPaper
2023-08Memochat: Tuning llms to use memos for consistent long-range open-domain conversationPaper
2023-06Chatdb: Augmenting llms with databases as their symbolic memoryPaper
2023-05MemoryBank: Enhancing large language models with long-term memoryPaper
2023-04Unleashing infinite-length input capacity for large-scale language models with self-controlled memory systemPaper

Learning from Experience

DateTitlePaper
2026-08ForeDreamer: A Self-Evolving Dual-Agent Memory Architecture for Future Event PredictionPaper
2026-08ThinkRetrieve: Retrieval-Augmented Reasoning Traces for Test-Time ScalingPaper
2026-01Controlled Self-Evolution for Algorithmic Code OptimizationPaper
2026-01Beyond Static Tools: Test-Time Tool Evolution for Scientific ReasoningPaper
2026-01MemGovern: Enhancing Code Agents through Learning from Governed Human ExperiencesPaper
2026-01Learning How to Remember: A Meta-Cognitive Management Method for Structured and Transferable Agent MemoryPaper
2026-01Distilling Feedback into Memory-as-a-ToolPaper
2026-01EvoRoute: Experience-Driven Self-Routing LLM Agent SystemsPaper
2025-12WebOperator: Action-Aware Tree Search for Autonomous Agents in Web EnvironmentPaper
2025-12Unifying Dynamic Tool Creation and Cross-Task Experience Sharing through Cognitive Memory ArchitecturePaper
2025-12LoongFlow: Directed Evolutionary Search via a Cognitive Plan-Execute-Summarize ParadigmPaper
2025-12CASCADE: Cumulative Agentic Skill Creation through Autonomous Development and EvolutionPaper
2025-12MemEvolve: Meta-Evolution of Agent Memory SystemsPaper
2025-12Memento 2: Learning by Stateful Reflective MemoryPaper
2025-11Improving Language Agents through BREWPaper
2025-11Scaling Agent Learning via Experience SynthesisPaper
2025-11FLEX: Continuous Agent Evolution via Forward Learning from ExperiencePaper
2025-11Multi-agent In-context Coordination via Decentralized Memory RetrievalPaper
2025-11AgentEvolver: Towards Efficient Self-Evolving Agent SystemPaper
2025-11Experience-Guided Adaptation of Inference-Time Reasoning StrategiesPaper
2025-11WebCoach: Self-Evolving Web Agents with Cross-Session Memory GuidancePaper
2025-11Real-Time Procedural Learning From Experience for AI AgentsPaper
2025-11SkillGen: Learning Domain Skills for In-Context Sequential Decision MakingPaper
2025-11Live-SWE-agent: Can Software Engineering Agents Self-Evolve on the Fly?Paper
2025-10Alita-G: Self-Evolving Generative Agent for Agent GenerationPaper
2025-10Dyna-Mind: Learning to Simulate from Experience for Better AI AgentsPaper
2025-10LEGOMem: Modular Procedural Memory for Multi-agent LLM Systems for Workflow AutomationPaper
2025-10The Cognitive Bandwidth Bottleneck: Shifting Long-Horizon Agent from Planning with Actions to Planning with SchemasPaper
2025-10Agentic Context Engineering: Evolving Contexts for Self-Improving Language ModelsPaper
2025-10TokMem: Tokenized Procedural Memory for Large Language ModelsPaper
2025-10Training-Free Group Relative Policy OptimizationPaper
2025-10Self-evolving expertise in complex non-verifiable subject domains: dialogue as implicit meta-RLPaper
2025-09Exploratory Memory-Augmented LLM Agent via Hybrid On- and Off-Policy OptimizationPaper
2025-09Automated Stateful Specialization for Adaptive Agent SystemsPaper
2025-09BMAS: A Brain-Inspired Multi-Agent System with PFC-Guided Task Coordination and Hippocampus-Neocortex Dual Memory for Scalable Multi-Step ReasoningPaper
2025-09MemGen: Weaving Generative Latent Memory for Self-Evolving AgentsPaper
2025-09MetaEvo: A Meta-Optimization Framework for Experience-Driven Agent EvolutionPaper
2025-09ReasoningBank: Scaling Agent Self-Evolving with Reasoning MemoryPaper
2025-09MLE-RL: Reinforcement Learning for Self-Improvement in Machine Learning AgentsPaper
2025-09ArcMemo: Abstract Reasoning Composition with Lifelong LLM MemoryPaper
2025-09Metacognitive Reuse: Turning Recurring LLM Reasoning Into Concise BehaviorsPaper
2025-08SEAgent: Self-Evolving Computer Use Agent with Autonomous Learning from ExperiencePaper
2025-08Memento: Fine-tuning LLM Agents without Fine-tuning LLMsPaper
2025-08SE-Agent: Self-Evolution Trajectory Optimization in Multi-Step Reasoning with LLM-Based AgentsPaper
2025-08Memp: Exploring Agent Procedural MemoryPaper
2025-07Agent KB: Leveraging Cross-Domain Experience for Agentic Problem SolvingPaper
2025-07SWE-Exp: Experience-Driven Software Issue ResolutionPaper
2025-06Xolver: Generalist Reasoning and Problem Solving through Federated Multi-Agent Dynamics and Holistic Experience LearningPaper
2025-06G-Memory: Tracing Hierarchical Memory for Multi-Agent SystemsPaper
2025-06Cost-Efficient Serving of LLM Agents via Test-Time Plan CachingPaper
2025-06MAPLE: Multi-Agent Adaptive Planning with Long-Term Memory for Table ReasoningPaper
2025-05ML-Agent: Reinforcing LLM Agents for Autonomous Machine Learning EngineeringPaper
2025-05How Memory Management Impacts LLM Agents: An Empirical Study of Experience-Following BehaviorPaper
2025-05Efficiently enhancing general agents with hierarchical-categorical memoryPaper
2025-04SkillWeaver: Web Agents can Self-Improve by Discovering and Honing SkillsPaper
2025-04Inducing Programmatic Skills for Agentic TasksPaper
2025-04Memorization and knowledge injection in gated llmsPaper
2025-04Dynamic Cheatsheet: Test-Time Learning with Adaptive MemoryPaper
2025-03Mars: Memory-enhanced agents with reflective self-improvementPaper
2024-09Agent workflow memoryPaper
2024-05AutoManual: Constructing Instruction Manuals by LLM Agents via Interactive Environmental LearningPaper
2024-05Iterative experience refinement of software- developing agentsPaper
2024-04An artificial neuron for enhanced problem solving in large language modelsPaper
2024-03Online adaptation of language models with a memory of amortized contextsPaper
2024-02Camelot: Towards large language models with training-free consolidated associative memoryPaper
2023-08Retroformer: Retrospective large language agents with policy gradient optimizationPaper
2023-08ExpeL: LLM Agents Are Experiential LearnersPaper
2023-06Synapse: Trajectory-as-exemplar prompting with memory for computer controlPaper
2023-03Reflexion: Language agents with verbal reinforcement learningPaper
2020-09Meta-learning with sparse experience replay for lifelong language learningPaper

Long-horizon Agentic Task

DateTitlePaper
2026-06TokenPilot: Cache-Efficient Context Management for LLM AgentsPaper
2026-04Corpus2Skill: Distilling Enterprise Knowledge into Navigable Agent Skills for QA and RAGPaper
2026-01To Retrieve or To Think? An Agentic Approach for Context EvolutionPaper
2026-01MemoBrain: Executive Memory as an Agentic Brain for ReasoningPaper
2026-01Agentic Memory: Learning Unified Long-Term and Short-Term Memory Management for Large Language Model AgentsPaper
2025-12ABBEL: LLM Agents Acting Through Belief Bottlenecks Expressed in LanguagePaper
2025-12Context as a Tool: Context Management for Long-Horizon SWE-AgentsPaper
2025-11Efficient On-Device Agents via Adaptive Context ManagementPaper
2025-11MemSearcher: Training LLMs to Reason, Search and Manage Memory via End-to-End Reinforcement LearningPaper
2025-11IterResearch: Rethinking Long-Horizon Agents via Markovian State ReconstructionPaper
2025-10Prompt reinforcing for long-term planning of large language modelsPaper
2025-10Learning on the Job: An Experience-Driven Self-Evolving Agent for Long-Horizon TasksPaper
2025-10ACON: Optimizing Context Compression for Long-horizon LLM AgentsPaper
2025-10BrowserAgent: Building Web Agents with Human-Inspired Web Browsing ActionsPaper
2025-10WebDART: Dynamic Decomposition and Re-planning for Complex Web TasksPaper
2025-10CAM: A Constructivist View of Agentic Memory for LLM-Based Reading ComprehensionPaper
2025-10Scaling LLM Multi-turn RL with End-to-end Summarization-based Context ManagementPaper
2025-10AgentFold: Long-Horizon Web Agents with Proactive Context ManagementPaper
2025-10Beyond Turn Limits: Training Deep Search Agents with Dynamic Context WindowPaper
2025-10Memory as Action: Autonomous Context Curation for Long-Horizon Agentic TasksPaper
2025-10DeepAgent: A General Reasoning Agent with Scalable ToolsetsPaper
2025-09WebWeaver: Structuring Web-Scale Evidence with Dynamic Outlines for Open-Ended Deep ResearchPaper
2025-09Don’t Lose the Thread: Empowering Long-Horizon LLM Agents with Cognitive Resource Self-AllocationPaper
2025-09CEA: Context Engineering Agent for Enhanced Reliability and Sustainability in Deep Research SystemsPaper
2025-09The Pensieve Paradigm: Stateful Language Models with Learned Memory ManagementPaper
2025-09Compressed Step Information Memory for End-to-End Agent Foundation ModelsPaper
2025-09PARL-MT: Learning to Call Functions in Multi-Turn Conversation with Progress AwarenessPaper
2025-09ReSum: Unlocking Long-Horizon Search Intelligence via Context SummarizationPaper
2025-08Sculptor: Empowering LLMs with Cognitive Agency via Active Context ManagementPaper
2025-08Intrinsic Memory Agents: Heterogeneous Multi-Agent LLM Systems through Structured Contextual MemoryPaper
2025-08Cognitive Workspace: Active Memory Management for LLMs - An Empirical Study of Functional Infinite ContextPaper
2025-08Profile-Aware Maneuvering: A Dynamic Multi-Agent System for Robust GAIA Problem Solving by AWorldPaper
2025-07MemAgent: Reshaping Long-Context LLM with Multi-Conv RL-based Memory AgentPaper
2025-07MemTool: Optimizing Short-Term Memory Management for Dynamic Tool Calling in LLM Agent Multi-Turn ConversationsPaper
2025-06MEM1: Learning to Synergize Memory and Reasoning for Efficient Long-Horizon AgentsPaper
2025-06Taskcraft: Automated generation of agentic tasksPaper
2024-10From isolated conversations to hierarchical schemas: Dynamic tree memory representation for LLMsPaper
2024-09Self-evolving Agents with reflective and memory-augmented abilitiesPaper
2024-07Human-like episodic memory for infinite context llmsPaper
2024-07AriGraph: Learning knowledge graph world models with episodic memory for LLM agentsPaper
2024-06QRMeM: Unleash the Length Limitation through Question then Reflection Memory MechanismPaper
  • TWZRD Agent Intel - Persistent on-chain identity and trust memory for AI agents on Solana. Agent wallets accumulate behavioral history used for autonomy scoring and identity verification. Free MCP: {"mcpServers":{"twzrd-agent-intel":{"url":"https://intel.twzrd.xyz/mcp"}}}

Survey

DateTitlePaperGitHub
2025-09The Landscape of Agentic Reinforcement Learning for LLMs: A SurveyPaperGitHub Stars
2025-08OS Agents: A Survey on MLLM-based Agents for General Computing Devices UsePaperGitHub Stars
2025-08A Comprehensive Survey of Self-Evolving AI Agents: A New Paradigm Bridging Foundation Models and Lifelong Agentic SystemsPaperGitHub Stars
2025-07A Survey of Context Engineering for Large Language ModelsPaperGitHub Stars
2025-07A Survey of Self-Evolving Agents: On Path to Artificial Super IntelligencePaperGitHub Stars
2025-05Rethinking Memory in AI: Taxonomy, Operations, Topics, and Future DirectionsPaperGitHub Stars
2025-04From Human Memory to AI Memory: A Survey on Memory Mechanisms in the Era of LLMsPaper
2025-04Advances and Challenges in Foundation Agents: From Brain-Inspired Intelligence to Evolutionary, Collaborative, and Safe SystemsPaperGitHub Stars
2025-03Agentic Large Language Models, a surveyPaper
2024-04A Survey on the Memory Mechanism of Large Language Model-based AgentsPaperGitHub Stars

Benchmark

DateNameTitlePaperGitHub
2026-05PrecisionMemBenchStructured Belief State and the First Precision-Aware Benchmark for LLM Memory RetrievalPaperGitHub Stars
2026-01CloneMemCloneMem: Benchmarking Long-Term Memory for AI ClonesPaperGitHub Stars
2026-01KnowMe-BenchKnowMe-Bench: Benchmarking Person Understanding for Lifelong Digital CompanionsPaperGitHub Stars
2026-01RealMemRealMem: Benchmarking LLMs in Real-World Memory-Driven InteractionPaperGitHub Stars
2025-12PersonaMem-v2PersonaMem-v2: Towards Personalized Intelligence via Learning Implicit User Personas and Agentic MemoryPaperGitHub Stars
2025-11LoCoBench-AgentLoCoBench-Agent: An Interactive Benchmark for LLM Agents in Long-Context Software EngineeringPaperGitHub Stars
2025-11ConvoMemConvomem Benchmark: Why Your First 150 Conversations Don't Need RAGPaperGitHub Stars
2025-08StuLifeBuilding Self-Evolving Agents via Experience-Driven Lifelong Learning: A Framework and BenchmarkPaperGitHub Stars
2025-07MemoryAgentBenchEvaluating Memory in LLM Agents via Incremental Multi-Turn InteractionsPaperGitHub Stars
2025-06StoryBenchStoryBench: A Dynamic Benchmark for Evaluating Long-Term Memory with Multi TurnsPaper
2025-06WebChoreArenaWebChoreArena: Evaluating Web Browsing Agents on Realistic Tedious Web TasksPaperGitHub Stars
2025-06MemBenchMemBench: Towards More Comprehensive Evaluation on the Memory of LLM-based AgentsPaperGitHub Stars
2025-05LifelongAgentBenchLifelongAgentBench: Evaluating LLM Agents as Lifelong LearnersPaperGitHub Stars
2025-02RealTalkREALTALK: A 21-Day Real-World Dataset for Long-Term ConversationPaperGitHub Stars
2024-10LongMemEvalLongMemEval: Benchmarking Chat Assistants on Long-Term Interactive MemoryPaperGitHub Stars
2024-09MADail-BenchMADial-Bench: Towards Real-world Evaluation of Memory-Augmented Dialogue GenerationPaperGitHub Stars
2024-09LTMBeyond Prompts: Dynamic Conversational Benchmarking of Large Language ModelsPaperGitHub Stars
2024-02LoCoMoEvaluating Very Long-Term Conversational Memory of LLM AgentsPaperGitHub Stars

Product & Project

DateNameTitlePaperWebsiteGitHub
2026-09Wontopos (Tablet 2)Managed long-term memory API with no lexical matching and no language model in the retrieval path, so recall is deterministic and language-agnostic: paper-reported 95.7% on LongMemEval-S and 95.2% mean recall@5 across 70 store-and-query language pairs where BM25 scores 19.0%, plus 91.4% recall@5 on caption-free photos across 14 languages. BEAM-1M 67.5%, with the harness and per-question records published.PaperWebsiteGitHub Stars
2026-08sqlite-graph-memoryGraph RAG on SQLite for a single-user agent: vector retrieval for entry points, hand-curated Obsidian [[wikilinks]] as the graph (no entity-extraction pass, no graph database), a cross-encoder rerank, and a zero-token per-turn memory ledger — three Python files, one SQLite file, stdlib driver. Pilot, MIT.GitHub Stars
2026-08RCLL (fleet-memory)Self-hosted shared memory for a team of AI agents: topic-scoped rooms over one store, hierarchical L0–L3 depth, Postgres + pgvector, MCP. The read path never invokes a language model, so a recall costs CPU and zero model tokens. Publishes its own LoCoMo ablation of what one pooled store costs against ten private ones, including the arms that lose. Fork of Hindsight, MIT.WebsiteGitHub Stars
2026-08Verified Memory VaultSelf-checking Obsidian vault for AI agent memory: plain-Markdown storage with a hygiene self-audit (memory_check) and a git pre-commit guard against bulk deletions (memory_guard); no database or server required.WebsiteGitHub Stars
2026-08kgaiDecision memory for AI coding teams: an immutable, append-only decision log that syncs across a team over an S3 bucket you own, no server in between. Content-addressed events from parallel writers cannot produce a textual conflict. Superseded decisions and rejected approaches stay queryable with the reason they were dropped. Local-first, MIT.WebsiteGitHub Stars
2026-08OpenVikingSelf-evolving context database for AI agents that unifies agent memory, knowledge RAG, and reusable skills behind one storage/retrieval layer, with an MCP server for cross-session read/write.WebsiteGitHub Stars
2026-07dejaShared session memory for coding agents built from the transcripts 25 agents already write on disk, including sessions from before install. Lexical retrieval with no LLM and no embeddings; MCP server plus hooks; published hit@1 on LoCoMo and LongMemEval.WebsiteGitHub Stars
2026-07TalamusLocal-first, source-grounded memory for AI agents: readable Markdown as the source of truth, bitemporal history and provenance, deterministic SQLite/FTS5 recall, review-gated corrections, and CLI/MCP integrations for coding agents.WebsiteGitHub Stars
2026-07Tree Ring MemoryFramework-agnostic, local-first memory lifecycle layer for AI agents: Rust-native CLI/TUI with SQLite/FTS recall, forgetting, audit, consolidation, DOX/Revolve adapters, and agent-framework discovery.WebsiteGitHub Stars
2026-07Data OlympusGovernance-grade project knowledge MCP server and CLI for coding agents, with reviewed rules, proposals, validity windows, and supersession-aware retrieval.GitHub Stars
2026-07GoodMemoryLocal-first, auditable memory layer for AI products and coding agents, with managed Codex and Claude Code setup, scoped SQLite/Postgres storage, read-only MCP recall and inspection by default, and opt-in governed writeback with review, audit, forget, and export controls.GitHub Stars
2026-06projectmemLocal-first, event-sourced memory + judgment layer for AI coding agents (Claude Code, Cursor, Antigravity, Codex): an append-only, plain-text event log of issues, failed attempts, fixes, and decisions, re-injected via MCP so the agent starts experienced — plus a deterministic pre-commit gate that warns before it repeats a previously failed fix. 100% local, MIT, with cross-project library memory and a cross-project dashboard.PaperWebsiteGitHub Stars
2026-06kaeruLocal-first cognitive memory for any LLM agent over MCP: a bi-temporal typed knowledge graph (CozoDB / RocksDB) giving cross-session and multi-agent continuity via episodes, provenance chains, and consolidated outcomes — a single Rust binary, with an optional shared cloud tier for teams.WebsiteGitHub Stars
2026-06TeleMemLong-term and multimodal memory for agentic AI — a drop-in replacement for Mem0 with character-isolated memory profiles, LLM-based semantic deduplication, video memory with ReAct-style QA, an MCP server, and a fully local option (FAISS + Ollama/Qwen).PaperWebsiteGitHub Stars
2026-06AccIntLocal-first Work Model for AI agents: records commitments, actions, approval gates, outcomes, and reusable runtimes, then uses outcome-scored memory to predict and replay verified paths across Claude Code, Codex, OpenCode, and Cursor via MCP.WebsiteGitHub Stars
2026-05Agent Memory Techniques30 runnable Jupyter notebooks on memory for LLM agents: conversation buffers, vector stores, knowledge graphs, episodic and semantic memory, MemGPT, Mem0, Letta, Zep, Graphiti, LoCoMo benchmarks, and production patterns.GitHub Stars
2026-05DakeraSelf-hosted AI agent memory server scoring 87.8% on the LoCoMo benchmark. Features decay-weighted vector recall, hybrid BM25+HNSW retrieval, 83 MCP tools, and a knowledge graph layer — all in a single Rust binary with RocksDB persistence and zero external LLM dependencies.WebsiteGitHub Stars
2026-05VestigeLocal-first cognitive memory MCP server for coding agents. Supports FSRS-6 decay, spreading activation, contradiction inspection, active suppression, Receipt Lock, and an inspectable dashboard.WebsiteGitHub Stars
2026-05MisakaNetGit-based distributed swarm memory for AI agents. Cross-agent lesson/knowledge sync via GitHub Issues. Decentralized, no vector DB needed. "Lessons learned. Lessons shared."WebsiteGitHub Stars
2026-04MemantoMemanto: Typed Semantic Memory with Information-Theoretic Retrieval for Long-Horizon AgentsPaperWebsiteGitHub Stars
2026-04OmnigraphTyped graph database where agents branch and merge like Git. S3-native, Rust, traversal + vector + BM25 in one runtime.GitHub Stars
2026-04ZenBrainNeuroscience-inspired 7-layer memory architecture for autonomous AI agents — zero-dependency TypeScript, Apache-2.0, fully inspectable. 91.3% Oracle-Accuracy on LongMemEval-500 at 1/106 token cost; 9/9 Bonferroni-corrected head-to-head wins vs. Letta, Mem0, and A-Mem.PaperWebsiteGitHub Stars
2026-03MnemoverseManaged persistent memory API for AI agents over MCP: one API key or OAuth gives Claude Code, Cursor, VS Code, Windsurf and ChatGPT the same memory. Mnemoverse scores importance on write, links concepts through Hebbian associations tuned by a Rescorla-Wagner update, and re-ranks recall from reported outcomes. Open-source MCP server and Python SDK (MIT), managed engine, free tier.PaperWebsiteGitHub Stars
2026-03LorgPermanent intelligence archive for AI agents. Structured contributions (prompts, workflows, insights, patterns) pass an automated quality gate and are hash-chained. Trust scores are cryptographically backed and publicly auditable.WebsiteGitHub Stars
2026-02SuperLocalMemory V2Universal local-first memory infrastructure for AI agents with dual MCP + A2A protocol supportWebsiteGitHub Stars
2026-08StatewaveOpen-source memory runtime for AI agents that compiles durable, provenance-tagged memories into deterministic, token-bounded context bundles. Self-hosted on Postgres + pgvector, with Python and TypeScript SDKs, multi-tenant support, policy controls, and MCP integrations.WebsiteGitHub Stars
2025-12ReMe (prev. MemoryScope)Remember Me, Refine Me: A Dynamic Procedural Memory Framework for Experience-Driven Agent EvolutionPaperWebsiteGitHub Stars
2026-04su-memorysu-memory SDK: Open-source memory engine for AI agents with causal reasoning, temporal awareness, and spatial cognition. Works as Memory component in VMC world model architecture.GitHub
2025-12HindsightHindsight is 20/20: Building Agent Memory that Retains, Recalls, and ReflectsPaperWebsiteGitHub Stars
2025-05CogneeOptimizing the Interface Between Knowledge Graphs and LLMs for Complex ReasoningPaperWebsiteGitHub Stars
2025-04Mem0Mem0: Building Production-Ready AI Agents with Scalable Long-Term MemoryPaperWebsiteGitHub Stars
2025-01Graphiti (prev. Zep)Zep: A Temporal Knowledge Graph Architecture for Agent MemoryPaperWebsiteGitHub Stars
2023-10Letta (prev. MemGPT)MemGPT: Towards LLMs as Operating SystemsPaperWebsiteGitHub Stars
2026-08CauraGoverned shared memory for AI agent fleets. Multi-agent, multi-tenant and MCP-native, with trust tiers, scoped memory, audit trails, knowledge graphs, and self-improving retrieval. Open-source and Apache 2.0 licensed.WebsiteGitHub Stars
MemMachineWebsiteGitHub Stars
AcontextWebsiteGitHub Stars
MemobaseWebsiteGitHub Stars
Claude-MemWebsiteGitHub Stars
MemoVWebsiteGitHub Stars
MemlayerWebsiteGitHub Stars
OpenContextWebsiteGitHub Stars
MemoriWebsiteGitHub Stars
Agent Brain7-layer cognitive memory for AI agents with perception gate, dream cycle, and predictive capabilitiesWebsiteGitHub Stars
MemUWebsiteGitHub Stars
OpenMemoryWebsiteGitHub Stars
MemaryWebsiteGitHub Stars
LangChainWebsiteGitHub Stars
MemoryBearWebsiteGitHub Stars

Contributors

(top 30 of 36)

iseesaw

44 commits

Magnicord

12 commits

jy7lsna

4 commits

fuyu12345

4 commits