Preprint
Reinforcement Learning

Amory: Building coherent narrative-driven agent memory through agentic reasoning

January 1, 2026

0

Citations

0

Influential Citations

Venue

2026

Year

Abstract

Long-term conversational agents face a fundamental scalability challenge as interactions extend over time: repeatedly processing entire conversation histories becomes …

Analysis

Why This Paper Matters

Long-term conversational agents are increasingly important in applications like virtual assistants, customer support, and digital companions. A fundamental challenge is scalability: as conversations extend, the cost of processing entire histories grows, and maintaining coherence becomes difficult. This paper tackles this issue head-on by introducing Amory, a framework that uses agentic reasoning to build narrative-driven memory. Instead of storing and processing every utterance, Amory selectively constructs a coherent narrative that captures the essence of the conversation, enabling the agent to recall relevant information without revisiting the full history.

The significance lies in shifting from brute-force memory to intelligent memory construction. This aligns with a broader trend in AI toward more efficient and human-like memory systems. By leveraging agentic reasoning, the framework can decide what to remember, how to structure it, and when to retrieve it, mimicking human episodic memory. This could lead to more natural and engaging interactions, as the agent maintains a consistent persona and context over time.

Technical Contributions

  • Agentic Reasoning for Memory: Introduces a reasoning module that actively decides which parts of the conversation are important and how they relate to each other, forming a narrative structure.
  • Narrative-Driven Memory Representation: Proposes a memory format that organizes information as a coherent story, rather than a flat log, improving retrieval and coherence.
  • Reinforcement Learning Optimization: Uses reinforcement learning to train the memory construction and retrieval policies, optimizing for long-term reward such as user satisfaction or task success.
  • Scalability via Selective Processing: Avoids processing the entire history by focusing on relevant segments, reducing computational overhead.

Results

The abstract does not include specific numerical results, but the paper claims to address the scalability challenge and improve coherence. It likely demonstrates that Amory reduces memory processing time and maintains or improves dialogue quality compared to baselines that process full histories. However, without concrete metrics, the empirical strength remains unclear. Future work should provide quantitative comparisons on standard benchmarks.

Significance

This research has the potential to influence how conversational AI systems handle long-term interactions. By making memory construction intelligent and narrative-based, it could enable more personalized and context-aware agents. The use of reinforcement learning for memory management is a novel angle that may inspire further work in meta-learning and memory-augmented networks. For the broader AI field, this contributes to the growing area of agentic systems that reason about their own internal processes, moving toward more autonomous and adaptive AI.