All-Mem: Agentic Lifelong Memory via Dynamic Topology Evolution

arXiv cs.CL / 3/23/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • All-Mem proposes an online/offline lifelong memory framework that maintains a topology-structured memory bank with non-destructive consolidation to avoid irreversible information loss typical of summarization-based compression.
  • It anchors retrieval on a bounded visible surface in online operation to keep coarse search cost bounded.
  • Offline, an LLM diagnoser proposes topology edits using SPLIT, MERGE, and UPDATE operators while preserving immutable evidence for traceability.
  • At query time, typed links enable hop-bounded, budgeted expansion from active anchors to archived evidence when needed.
  • Experiments on LOCOMO and LONGMEMEVAL show improved retrieval and QA over representative baselines.

Abstract

Lifelong interactive agents are expected to assist users over months or years, which requires continually writing long term memories while retrieving the right evidence for each new query under fixed context and latency budgets. Existing memory systems often degrade as histories grow, yielding redundant, outdated, or noisy retrieved contexts. We present All-Mem, an online/offline lifelong memory framework that maintains a topology structured memory bank via explicit, non destructive consolidation, avoiding the irreversible information loss typical of summarization based compression. In online operation, it anchors retrieval on a bounded visible surface to keep coarse search cost bounded. Periodically offline, an LLM diagnoser proposes confidence scored topology edits executed with gating using three operators: SPLIT, MERGE, and UPDATE, while preserving immutable evidence for traceability. At query time, typed links enable hop bounded, budgeted expansion from active anchors to archived evidence when needed. Experiments on LOCOMO and LONGMEMEVAL show improved retrieval and QA over representative baselines.

All-Mem: Agentic Lifelong Memory via Dynamic Topology Evolution | AI Navigate