🤖 AI Summary
To address the low efficiency, high computational cost, and poor interpretability of large language model (LLM)-driven free-form code search in automated multi-agent system construction, this paper proposes a syntax-driven structured search framework. It formalizes the agent component space via a compositional grammar and enables efficient, modular multi-agent architecture search through deterministic candidate generation and domain-adapted evaluation—specifically tailored for mathematical reasoning and question answering. This work is the first to introduce formal grammatical modeling into multi-agent architecture search, markedly reducing search overhead while enhancing reusability and debuggability. Evaluated on five benchmark tasks, the method achieves state-of-the-art performance on four, demonstrating superior trade-offs among effectiveness, cost-efficiency, and interpretability.
📝 Abstract
Automatic search for Multi-Agent Systems has recently emerged as a key focus in agentic AI research. Several prior approaches have relied on LLM-based free-form search over the code space. In this work, we propose a more structured framework that explores the same space through a fixed set of simple, composable components. We show that, despite lacking the generative flexibility of LLMs during the candidate generation stage, our method outperforms prior approaches on four out of five benchmarks across two domains: mathematics and question answering. Furthermore, our method offers additional advantages, including a more cost-efficient search process and the generation of modular, interpretable multi-agent systems with simpler logic.