paper-with-me

Papers

A-MEM: Agentic Memory for LLM Agents

2025-02-17 · Wujiang Xu, Kai Mei, Hang Gao, Juntao Tan, Zujie Liang, Yongfeng Zhang

While large language model (LLM) agents can effectively use external tools for complex real-world tasks, they require memory systems to leverage historical experiences. Current memory systems enable basic storage and retrieval but lack sophisticated memory organization, despite recent attempts to incorporate graph databases. Moreover, these systems' fixed operations and structures limit their adaptability across diverse tasks. To address this limitation, this paper proposes a novel agentic memory system for LLM agents that can dynamically organize memories in an agentic way. Following the basic principles of the Zettelkasten method, we designed our memory system to create interconnected knowledge networks through dynamic indexing and linking. When a new memory is added, we generate a comprehensive note containing multiple structured attributes, including contextual descriptions, keywords, and tags. The system then analyzes historical memories to identify relevant connections, establishing links where meaningful similarities exist. Additionally, this process enables memory evolution - as new memories are integrated, they can trigger updates to the contextual representations and attributes of existing historical memories, allowing the memory network to continuously refine its understanding. Our approach combines the structured organization principles of Zettelkasten with the flexibility of agent-driven decision making, allowing for more adaptive and context-aware memory management. Empirical experiments on six foundation models show superior improvement against existing SOTA baselines. The source code for evaluating performance is available at https://github.com/WujiangXu/AgenticMemory, while the source code of agentic memory system is available at https://github.com/agiresearch/A-mem.

📄 PDF Abstract BibTeX arXiv:2502.12110

Code (4)

agiresearch/a-mem 공식 구현
wujiangxu/agenticmemory 공식 구현
agiresearch/aios
agiresearch/litecua

Tasks

Large Language Model

Methods 이 논문이 사용한 방법론

Memory Network 설명 없음

Similar Papers 제목 키워드 기반

MemoryArena: Benchmarking Agent Memory in Interdependent Multi-Session Agentic Tasks

2026-02-18 · Zexue He, Yu Wang, Churan Zhi, Yuanzhe Hu 외 arxiv

Existing evaluations of agents with memory typically assess memorization and action in isolation. One class of benchmarks evaluates memorization by testing recall of past conversations or text but fails to capture how me…

Exploring Cross-Scenario Generality of Agentic Memory Systems: Diagnostics and a Strong Baseline

2026-06-03 · Zhikai Chen, Jialiang Gu, Junyu Yin, Xianxuan Long 외 arxiv

LLM agents accumulate histories that outgrow their context windows, motivating a growing literature on memory systems. Yet most existing designs are tuned to a single scenario (multi-session chat or a single trajectory f…

Architectures for Building Agentic AI

2025-12-10 · Sławomir Nowaczyk arxiv

This chapter argues that the reliability of agentic and generative AI is chiefly an architectural property. We define agentic systems as goal-directed, tool-using decision makers operating in closed loops, and show how r…

Episodic Memory in Agentic Frameworks: Suggesting Next Tasks

2025-11-21 · Sandro Rama Fiorini, Leonardo G. Azevedo, Raphael M. Thiago, Valesca M. de Sousa 외 arxiv

Agentic frameworks powered by Large Language Models (LLMs) can be useful tools in scientific workflows by enabling human-AI co-creation. A key challenge is recommending the next steps during workflow creation without rel…

AdaMEM: Test-Time Adaptive Memory for Language Agents

2026-06-04 · Yunxiang Zhang, Yiheng Li, Ali Payani, Lu Wang arxiv

A central challenge for language agents is utilizing past experience to adapt to dynamic test-time conditions. While recent work demonstrates the promise of agentic memory mechanisms, most systems restrict retrieval to e…

Test-time Adaptation