English

MemoBrain: Executive Memory as an Agentic Brain for Reasoning

Artificial Intelligence 2026-01-14 v1 Computation and Language Information Retrieval

Abstract

Complex reasoning in tool-augmented agent frameworks is inherently long-horizon, causing reasoning traces and transient tool artifacts to accumulate and strain the bounded working context of large language models. Without explicit memory mechanisms, such accumulation disrupts logical continuity and undermines task alignment. This positions memory not as an auxiliary efficiency concern, but as a core component for sustaining coherent, goal-directed reasoning over long horizons. We propose MemoBrain, an executive memory model for tool-augmented agents that constructs a dependency-aware memory over reasoning steps, capturing salient intermediate states and their logical relations. Operating as a co-pilot alongside the reasoning agent, MemoBrain organizes reasoning progress without blocking execution and actively manages the working context. Specifically, it prunes invalid steps, folds completed sub-trajectories, and preserves a compact, high-salience reasoning backbone under a fixed context budget. Together, these mechanisms enable explicit cognitive control over reasoning trajectories rather than passive context accumulation. We evaluate MemoBrain on challenging long-horizon benchmarks, including GAIA, WebWalker, and BrowseComp-Plus, demonstrating consistent improvements over strong baselines.

Keywords

Cite

@article{arxiv.2601.08079,
  title  = {MemoBrain: Executive Memory as an Agentic Brain for Reasoning},
  author = {Hongjin Qian and Zhao Cao and Zheng Liu},
  journal= {arXiv preprint arXiv:2601.08079},
  year   = {2026}
}

Comments

Our codes are in https://github.com/qhjqhj00/MemoBrain

R2 v1 2026-07-01T09:01:51.058Z