paper-with-me

홈 › Papers

AgentRewind: Recoverable Execution for Long-Horizon LLM Agents

2026-08-14 · Yu Zhuang, Kefei Chen, Yitong Duan, Shuxin Zheng, Jian Li, Xu-Yao Zhang arxiv

Many real-world tasks require LLM agents to interact with their environments over long execution horizons. Errors that occur early in execution may propagate through both the agent context and environment state, and their effects may be difficult to reverse through subsequent actions. Existing methods mainly seek to reduce such errors through plan refinement and safety checks but provide little support after errors occur. To enable recovery during long-horizon execution, we present AgentRewind, a runtime recovery framework that records aligned checkpoints of the agent context and controlled environment, allowing agents to return to an earlier state and resume execution with information from previous attempts. We also construct MettleBench, a benchmark for evaluating task completion and partial progress on long-horizon engineering assignments containing a series of related requirements. Experiments across tasks, multiple models, execution strategies, and agent harnesses show that AgentRewind improves task success rate and average checklist progress over the compared baselines.

📄 PDF Abstract BibTeX arXiv:2608.14380

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DynSTEER: Dynamic Stage-wise Trajectory Evaluation and Execution-time Review for Agents

2026-09-13 · Zhichao Shi, Xuhui Jiang, Wenjie Zhang, Xiaojun Wu 외 arxiv

Large language model agents are increasingly deployed for long-horizon task execution, raising a central granularity question for trajectory evaluation: whole-trajectory verification is too coarse to capture concrete fai…

Learning from the Irrecoverable: Error-Localized Policy Optimization for Tool-Integrated LLM Reasoning

2026-02-10 · Qiao Liang, Yuke Zhu, Chao Ge, Lei Yang 외 arxiv

Tool-integrated reasoning (TIR) enables LLM agents to solve tasks through planning, tool use, and iterative revision, but outcome-only reinforcement learning in this setting suffers from sparse, delayed rewards and weak …

Reinforcement Learning

ScienceFlow: A long-horizon agent for ML research, scientific discovery and beyond

2026-08-14 · Mingming Zhao, Jiqian Dong, Kangping Xu, Zadid Hasan 외 arxiv

Enabling LLM agents to sustain productive, stable, and goal-aligned research over extended horizons is a central challenge for autonomous machine learning and scientific discovery, as progress hinges on continuously mana…

Can LLM Agents Sustain Long-Horizon Organizational Dynamics?

2026-05-31 · Xuancheng Zhu, Yang Yue, Shuaibing Wan, Zihan Dou 외 arxiv

Large language agents are increasingly used for social simulation, yet it remains unclear whether they can sustain coherent behavior in structured organizations, where goals must propagate through hierarchy, tasks depend…

LongHorizon-Harness: Advancing Long-Horizon Agents for Real-World Tasks

2026-08-03 · Ziyu Ma, Hailang Huang, Shun Zou, Yong Wang 외 hf

Large language model (LLM) agents increasingly undertake long-horizon tasks that require sustained reasoning, tool use, and revision across many interdependent steps. However, existing agent harnesses maintain task execu…