Remember When It Matters: Proactive Memory Agent for Long-Horizon Agents
Summary
This paper introduces a proactive memory agent that runs alongside an action agent to prevent behavioral state decay in long-horizon tasks, achieving significant improvements on Terminal-Bench2.0 and τ^2-Bench. The authors also train Qwen3.5-27B using SFT and GRPO as an early step toward open-weight memory policies.
View Cached Full Text
Cached at: 07/10/26, 10:12 PM
Paper page - Remember When It Matters: Proactive Memory Agent for Long-Horizon Agents
Source: https://huggingface.co/papers/2607.08716
Abstract
Inlong-horizontasks,decision-relevantstateisoftenscatteredacrossanexpandingtrajectory,whiletheactionagentmustsurfaceitandact.Astrajectoriesgrow,taskrequirements,environmentfacts,priorattempts,diagnoses,andopensubgoalscanbeburiedinthecontextwindoworpushedbeyondit,failingtoinfluencedecisionswhenneeded.Wecallthisfailuremode“behavioralstatedecay“.Westudymemoryasanactiveinterventionmechanismratherthanpassiveretrieval.Aseparatememoryagentrunsalongsideanunmodifiedactionagent,updatingastructuredmemorybankfromtherecenttrajectoryanddecidingwhethertoinjectamemory-groundedreminderorremainsilent.Themoduleisplug-and-playwithfrontieractionagentsandexistingagentharnesses.AcrossTerminal-Bench2.0andτ^2-Bench,itimprovespass@1forbothweakerandstrongeractionagents,withgainsof+8.3pponTerminal-Benchand+6.8pponτ^2-Bench.Ablationsshowthatselectiveinterventionoutperformspassivebankexposure,always-oninjection,advisor-onlyguidance,andgeneralretrieval.Asanearlysteptowardopen-weightmemorypolicies,wetrainQwen3.5-27BonSETAusingSFTandGRPO,improvingvalidationrewardandachievingpartialtransfertoTerminal-Bench.
View arXiv pageView PDFGitHub0Add to collection
Get this paper in your agent:
hf papers read 2607\.08716
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2607.08716 in a model README.md to link it from this page.
Datasets citing this paper1
#### cy0307/awesome-loop-engineering Viewer• Updatedabout 5 hours ago • 430 • 1.2k • 2
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.08716 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Proactive Memory for Long-Horizon Agents (16 minute read)
This paper introduces a proactive memory agent that operates alongside a standard action agent to selectively inject memory-grounded reminders during long-horizon tasks, mitigating behavioral state decay. Experiments on Terminal-Bench and τ²-Bench show significant improvements in pass@1, and the approach is demonstrated with both weak and strong action agents.
@omarsar0: New research from Meta. (bookmark it) It's on how to fix agents that forget previously made decisions. It's well know t…
Meta researchers propose a proactive memory agent that runs alongside an unmodified action agent to surface relevant past decisions and prevent forgetting in long-horizon tasks. Their method improves pass@1 on Terminal-Bench 2.0 and tau-squared-Bench by 8.3 and 6.8 percentage points respectively.
Personalize-then-Store: Benchmarking and Learning Personalized Memory for Long-horizon Agents
This paper introduces PerMemBench, the first benchmark for evaluating personalized memory systems in LLM-based agents, and proposes a session-level storage gating framework that adapts memory policies to individual user contexts.
SAM: State-Adaptive Memory for Long-Horizon Reasoning Agent
This paper proposes SAM, a state-adaptive memory framework that dynamically manages interaction histories for long-horizon agentic reasoning, enabling intent-driven recall without retraining the backbone model. It outperforms strong baselines across multiple benchmarks like BrowseComp and HLE.
PREPING: Building Agent Memory without Tasks
Presents PREPING, a framework for constructing agent memory before any task-specific experience using proposer-guided synthetic practice, achieving competitive performance with reduced deployment costs.