paper-with-me

홈 › Papers

AgentFold: Long-Horizon Web Agents with Proactive Context Management

2025-10-28 · Rui Ye, Zhongwang Zhang, Kuan Li, Huifeng Yin, Zhengwei Tao, Yida Zhao, Liangcai Su, Liwen Zhang, Zile Qiao, Xinyu Wang, Pengjun Xie, Fei Huang, Siheng Chen, Jingren Zhou, Yong Jiang arxiv

LLM-based web agents show immense promise for information seeking, yet their effectiveness on long-horizon tasks is hindered by a fundamental trade-off in context management. Prevailing ReAct-based agents suffer from context saturation as they accumulate noisy, raw histories, while methods that fixedly summarize the full history at each step risk the irreversible loss of critical details. Addressing these, we introduce AgentFold, a novel agent paradigm centered on proactive context management, inspired by the human cognitive process of retrospective consolidation. AgentFold treats its context as a dynamic cognitive workspace to be actively sculpted, rather than a passive log to be filled. At each step, it learns to execute a `folding' operation, which manages its historical trajectory at multiple scales: it can perform granular condensations to preserve vital, fine-grained details, or deep consolidations to abstract away entire multi-step sub-tasks. The results on prominent benchmarks are striking: with simple supervised fine-tuning (without continual pre-training or RL), our AgentFold-30B-A3B agent achieves 36.2% on BrowseComp and 47.3% on BrowseComp-ZH. Notably, this performance not only surpasses or matches open-source models of a dramatically larger scale, such as the DeepSeek-V3.1-671B-A37B, but also surpasses leading proprietary agents like OpenAI's o4-mini.

📄 PDF Abstract BibTeX arXiv:2510.24699

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LongSeeker: Elastic Context Orchestration for Long-Horizon Search Agents

2026-05-06 · Yijun Lu, Rui Ye, Yuwen Du, Jiajun Wang 외 arxiv

Long-horizon search agents must manage a rapidly growing working context as they reason, call tools, and observe information. Naively accumulating all intermediate content can overwhelm the agent, increasing costs and th…

Context as a Tool: Context Management for Long-Horizon SWE-Agents

2025-12-26 · Shukai Liu, Jian Yang, Bo Jiang, Yizhi Li 외 arxiv

Agents based on large language models have recently shown strong potential on real-world software engineering (SWE) tasks that require long-horizon interaction with repository-scale codebases. However, most existing agen…

SWE-MeM: Learning Adaptive Memory Management for Long-Horizon Coding Agents

2026-06-26 · Shuzheng Gao, Wenhao Zeng, Zhaojian Yu, Jianqiao Wangni 외 arxiv

Long-horizon software engineering agents often need to manage lengthy and noisy interaction histories under limited context budgets. Existing memory management methods typically rely on static compression workflows or im…

AgentFold: Closed-Loop Agentic Search for Protein Folding Model Design

2026-08-27 · Mingquan Liu, Jiangyu Chen, Hanqun Cao, Xujun Zhang 외 arxiv

Scientific LLM agents have shown promise in literature reasoning, tool use, and experiment planning, but it remains unclear whether they can autonomously improve large, tightly coupled scientific machine-learning systems…

Agentic Coding Needs Proactivity, Not Just Autonomy

2026-05-07 · Nghi D. Q. Bui, Georgios Evangelopoulos arxiv

Coding agents are rapidly changing the landscape of software development, moving from inline completion to autonomous systems that edit repositories, open pull requests, respond to issues, and run scheduled or webhook tr…