English

AgentSwift: Efficient LLM Agent Design via Value-guided Hierarchical Search

Computation and Language 2025-11-21 v2

Abstract

Large language model (LLM) agents have demonstrated strong capabilities across diverse domains, yet automated agent design remains a significant challenge. Current automated agent design approaches are often constrained by limited search spaces that primarily optimize workflows but fail to integrate crucial human-designed components like memory, planning, and tool use. Furthermore, these methods are hampered by high evaluation costs, as evaluating even a single new agent on a benchmark can require tens of dollars. The difficulty of this exploration is further exacerbated by inefficient search strategies that struggle to navigate the large design space effectively, making the discovery of novel agents a slow and resource-intensive process. To address these challenges, we propose AgentSwift, a novel framework for automated agent design. We formalize a hierarchical search space that jointly models agentic workflow and composable functional components. This structure moves beyond optimizing workflows alone by co-optimizing functional components, which enables the discovery of more complex and effective agent architectures. To make exploration within this expansive space feasible, we mitigate high evaluation costs by training a value model on a high-quality dataset, generated via a novel strategy combining combinatorial coverage and balanced Bayesian sampling for low-cost evaluation. Guiding the entire process is a hierarchical MCTS strategy, which is informed by uncertainty to efficiently navigate the search space. Evaluated across a comprehensive set of seven benchmarks spanning embodied, math, web, tool, and game domains, AgentSwift discovers agents that achieve an average performance gain of 8.34\% over both existing automated agent search methods and manually designed agents. Our framework serves as a launchpad for researchers to rapidly discover powerful agent architectures.

Keywords

Cite

@article{arxiv.2506.06017,
  title  = {AgentSwift: Efficient LLM Agent Design via Value-guided Hierarchical Search},
  author = {Yu Li and Lehui Li and Zhihao Wu and Qingmin Liao and Jianye Hao and Kun Shao and Fengli Xu and Yong Li},
  journal= {arXiv preprint arXiv:2506.06017},
  year   = {2025}
}

Comments

AAAI-2026

R2 v1 2026-07-01T03:03:28.533Z