A-MEM Agentic Memory (Xu et al., 2025)

URL: https://arxiv.org/abs/2502.12110

The paper proposes A-MEM (Agentic Memory), a memory system for LLM agents that dynamically organizes memories using the Zettelkasten method -- creating interconnected knowledge networks through dynamic indexing and linking. The empirical claim is an 85-93 percent reduction in token usage compared to MemGPT, indicating the lineage's progression toward more substrate-shaped memory organization while still operating in user-space.

Adopted

A-MEM is one node in the agent-memory lineage that this graph cites as evidence for the substrate-vs-glue diagnostic. The improvement over MemGPT signals that user-space memory frameworks are progressively moving toward substrate-shaped abstractions (interconnected typed-edge networks, dynamic linking) -- which is exactly what the eOS Continuum substrate provides as primitives via [[Runtime State Is Persistent by Default, Not by Application Discipline|orthogonal persistence]] and [[Runtime State Is Queryable Directly, Not Through a Synthesized API|state introspection]].

Not adopted (yet)

A-MEM operates as user-space orchestration over a vector-database substrate. The Zettelkasten-inspired link structure is conceptually similar to the typed-edge graph this DeepContext convention uses, but it lives as application-layer indexing rather than as a runtime primitive. eOS Continuum's substrate-LAYER position is that this kind of structure should be a substrate property, not a memory framework's contribution.

Sources

Relations