Search papers, labs, and topics across Lattice.
The paper introduces AgentSwing, a state-aware adaptive context management framework for long-horizon web agents that addresses the limitations of static context management strategies. AgentSwing expands multiple context-managed branches in parallel and uses lookahead routing to select the most promising continuation, optimizing for both search efficiency and terminal precision. Experiments demonstrate that AgentSwing outperforms strong static context management methods, achieving comparable or superior performance with up to 3x fewer interaction turns and improving the overall performance ceiling.
Web agents can achieve 3x faster search and higher final accuracy by dynamically adapting their context management strategy based on the current state, rather than sticking to a single fixed approach.
As large language models (LLMs) evolve into autonomous agents for long-horizon information-seeking, managing finite context capacity has become a critical bottleneck. Existing context management methods typically commit to a single fixed strategy throughout the entire trajectory. Such static designs may work well in some states, but they cannot adapt as the usefulness and reliability of the accumulated context evolve during long-horizon search. To formalize this challenge, we introduce a probabilistic framework that characterizes long-horizon success through two complementary dimensions: search efficiency and terminal precision. Building on this perspective, we propose AgentSwing, a state-aware adaptive parallel context management routing framework. At each trigger point, AgentSwing expands multiple context-managed branches in parallel and uses lookahead routing to select the most promising continuation. Experiments across diverse benchmarks and agent backbones show that AgentSwing consistently outperforms strong static context management methods, often matching or exceeding their performance with up to $3\times$ fewer interaction turns while also improving the ultimate performance ceiling of long-horizon web agents. Beyond the empirical gains, the proposed probabilistic framework provides a principled lens for analyzing and designing future context management strategies for long-horizon agents.