Skip to main content

Envisioning is an emerging technology research institute and advisory.

LinkedInInstagramGitHub

Since 2010

research
  • Observatory
  • Adaptive capacity
  • Newsletter
  • Methodology
  • Origins
  • Vocab
  • RSS feeds
services
  • Signals Session
  • Bespoke Projects
  • Build Sessions
  • Pricing
  • Use cases
  • Signals
  • Signal Scan↗free
impact
  • ANBIMAFuture of Brazilian Capital Markets
  • IEEECharting the Energy Transition
  • Horizon 2045Future of Human and Planetary Security
  • WKOTechnology Scanning for Austria
solutions
  • Innovation
  • Strategy
  • Consultants
  • Foresight
  • Associations
  • Governments
  • L&D
resources
  • Partners
  • Coding for Non-Coders
  • How we work
  • Data visualization
  • Multi-Model Convergence
  • FAQ
  • Security and privacy
  • Public sector
about
  • Manifesto
  • Community
  • Events
  • Support
  • Contact
ResearchCapabilityServicesSignalsAbout
ResearchCapabilityServicesSignalsAbout
  1. Home
  2. Vocab
  3. Agent Memory

Agent Memory

The persistent storage and retrieval infrastructure that allows an AI agent to maintain, recall, and reason over information across sessions, conversations, and task executions.

Year: 2024Generality: 600Added: Aug 28, 2026
Back to Vocab

Agent Memory refers to the persistent storage and retrieval infrastructure that allows an LLM-based AI agent to maintain, recall, and reason over information across sessions, conversations, and task executions. Unlike the bounded context window of an LLM (which limits how much information the model can directly attend to within a single inference), agent memory operates as an external store that the agent can write to, read from, and search over time. Agent memory systems address three core challenges: (1) unified representation — supporting diverse memory types (conversations, entities, events, facts, preferences) in a single framework; (2) efficient hybrid retrieval — combining vector similarity, keyword matching, and graph traversal to find relevant memories without cross-database orchestration; and (3) accurate denoised retrieval — filtering, deduplicating, and resolving conflicts in retrieved memories before they enter the LLM context.

The mechanics typically involve a write path that converts agent experiences into structured memory items (often using an LLM to extract facts, entities, and relationships), a storage layer that organizes those items into a queryable format (vector indexes, knowledge graphs, or hybrid structures), and a read path that retrieves relevant items for each new query—often with denoising, conflict resolution, and token-budget control. Modern systems include Mem0 (Apr 2025), MemOS, Memoria, Mandol (Microsoft/ISCAS, Jun 2026), Zep, and a long lineage of retrieval-augmented memory architectures.

Agent memory is distinct from long-term-memory (the broader concept from cognitive science) and from rag (the foundational retrieval-augmented-generation framework). It is the application of RAG-like retrieval to an agent's own accumulated experiences rather than to a static corpus. Closely related to parametric-memory, episodic-memory, agent-harness, and world-model.

Sources

  1. Mem0: Building Production-Ready AI Agents with Scalable Long-Term Memory

    arXiv · Apr 28, 2025

  2. Graph-based Agent Memory: Taxonomy, Techniques, and Applications

    arXiv · Feb 5, 2026

  3. Mandol: An Agglomerative Agent Memory System for Long-Term Conversations

    arXiv (Microsoft Research + ISCAS) · Jun 29, 2026

  4. Memory

    Wikipedia

Research this in Signals

Scan Agent Memory for yourself.

Signals turns a topic into a sourced research record you can inspect and rerun. Your first scan is free, and this one starts with Agent Memory already loaded, so edit it or scan as is.