Search papers, labs, and topics across Lattice.
This paper addresses the challenge of "behavioral state decay" in long-horizon tasks, where critical decision-relevant information becomes inaccessible due to the limitations of the context window. By introducing a proactive memory agent that actively updates a structured memory bank and selectively injects reminders, the authors demonstrate significant improvements in task performance across multiple benchmarks. The method yields an increase of +8.3 percentage points on Terminal-Bench and +6.8 percentage points on $\tau^2$-Bench, outperforming traditional memory retrieval approaches.
A proactive memory agent can significantly enhance decision-making in long-horizon tasks by preventing critical information from being forgotten.
In long-horizon tasks, decision-relevant state is often scattered across an expanding trajectory, while the action agent must surface it and act. As trajectories grow, task requirements, environment facts, prior attempts, diagnoses, and open subgoals can be buried in the context window or pushed beyond it, failing to influence decisions when needed. We call this failure mode"behavioral state decay". We study memory as an active intervention mechanism rather than passive retrieval. A separate memory agent runs alongside an unmodified action agent, updating a structured memory bank from the recent trajectory and deciding whether to inject a memory-grounded reminder or remain silent. The module is plug-and-play with frontier action agents and existing agent harnesses. Across Terminal-Bench 2.0 and $\tau^2$-Bench, it improves pass@1 for both weaker and stronger action agents, with gains of +8.3 pp on Terminal-Bench and +6.8 pp on $\tau^2$-Bench. Ablations show that selective intervention outperforms passive bank exposure, always-on injection, advisor-only guidance, and general retrieval. As an early step toward open-weight memory policies, we train Qwen3.5-27B on SETA using SFT and GRPO, improving validation reward and achieving partial transfer to Terminal-Bench.