paper-with-me

Papers

OneDayAgent: Towards a Long-Horizon Harness for Autonomous Agents

2026-08-04 · Jingsheng Zheng, Xinyuan Fang, Jintian Zhang, Zhengke Gui, Huajun Chen, Ningyu Zhang hf

LLM agents are increasingly applied to open-ended everyday requests that span work, study, and life. These tasks are long-horizon, cross-environment, and multimodal, forcing the agent to preserve goals and constraints across many steps while navigating heterogeneous tools and attachments. While prior work has addressed individual failure modes such as goals drift, states loss, and context overflow, whether a single harness can manage them jointly and remain effective across backends has received less study. We present OneDayAgent, a long-horizon harness for autonomous agents. OneDayAgent turns an open-ended request into a managed execution process that decomposes tasks into bounded subtasks, maintains execution memory under context pressure, and verifies and repairs the final deliverable. We evaluate OneDayAgent on AgentIF-OneDay across 104 tasks. With the GLM-5.2 backend, OneDayAgent sets a new state of the art with an overall score of 0.821. The same harness runs across five backend LLMs from three model families, indicating the harness generalizes across backends without tuning, even as different models induce distinct execution styles under the same workflow.

📄 PDF Abstract BibTeX arXiv:2608.05013

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Prime Agent: A Self-Improving RLM Harness

2026-08-24 · Seth Karten, Alex L. Zhang, Kevin Thomas, Sebastian Müller 외 arxiv

Language models are sequential processors, but long-horizon agency requires external information and computation beyond model weights and active context. Prime Agent is an open-source harness for long-horizon evaluation …

Beyond Final Scores: A Systematic Evaluation of Agents for Long-Horizon AI Research and Development

2026-08-13 · Yiwei Li, Wanli Yang, Hexiang Tan, Xiangzhou Huang 외 arxiv

Autonomous agents are increasingly capable of improving models, systems, and other technical artifacts through long-horizon experimentation. To understand the current state of this capability, however, evaluation must go…

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…

AutoLab: Can Frontier Models Solve Long-Horizon Auto Research and Engineering Tasks?

2026-06-03 · Zhangchen Xu, Junda Chen, Yue Huang, Dongfu Jiang 외 arxiv

Scientific and engineering progress is fundamentally a long-horizon iterative process: proposing changes, running experiments, measuring outcomes, and continuously refining artifacts. Yet existing benchmarks for frontier…

LeanMarathon: Toward Reliable AI Co-Mathematicians through Long-Horizon Lean Autoformalization

2026-06-03 · Yuanhe Zhang, Yuekai Sun, Taiji Suzuki, Jason D. Lee 외 arxiv

Long-horizon autoformalization of research mathematics fails not only at hard lemmas, but at scale: statements drift, dependencies tangle, context decays, and local repairs corrupt distant work. We present LeanMarathon, …