Amory: Building Coherent Narrative-Driven Agent Memory through Agentic Reasoning
By: Yue Zhou , Xiaobo Guo , Belhassen Bayar and more
Long-term conversational agents face a fundamental scalability challenge as interactions extend over time: repeatedly processing entire conversation histories becomes computationally prohibitive. Current approaches attempt to solve this through memory frameworks that predominantly fragment conversations into isolated embeddings or graph representations and retrieve relevant ones in a RAG style. While computationally efficient, these methods often treat memory formation minimally and fail to capture the subtlety and coherence of human memory. We introduce Amory, a working memory framework that actively constructs structured memory representations through enhancing agentic reasoning during offline time. Amory organizes conversational fragments into episodic narratives, consolidates memories with momentum, and semanticizes peripheral facts into semantic memory. At retrieval time, the system employs coherence-driven reasoning over narrative structures. Evaluated on the LOCOMO benchmark for long-term reasoning, Amory achieves considerable improvements over previous state-of-the-art, with performance comparable to full context reasoning while reducing response time by 50%. Analysis shows that momentum-aware consolidation significantly enhances response quality, while coherence-driven retrieval provides superior memory coverage compared to embedding-based approaches.
Similar Papers
LiCoMemory: Lightweight and Cognitive Agentic Memory for Efficient Long-Term Reasoning
Information Retrieval
Gives AI a better memory for long talks.
Memoria: A Scalable Agentic Memory Framework for Personalized Conversational AI
Artificial Intelligence
Helps AI remember you and talk better.
Memory Matters More: Event-Centric Memory as a Logic Map for Agent Searching and Reasoning
Artificial Intelligence
Helps AI remember and use past events better.