ICML 2026poster0 citations

EvoMAS: Heuristics in the Loop—Evolving Smarter Agentic Workflows

Yangbo Wei, Zhen Huang, Ronghao Xu, Hong Wang, WEI XING

Abstract

The rapid development of Large Language Models has driven Multi-Agent Systems (MAS) growth, but constructing efficient MAS still requires labor-intensive manual design. Current automation methods often generate templated agents, rely on monolithic optimization, and ignore task complexity gradients. This paper presents Evolutionary MAS (EvoMAS), a biologically inspired framework that addresses these limitations through three interconnected dimensions: (1) dynamic and diverse evolutionary strategies with six biologically inspired operators (3 exploration, 3 exploitation) and adaptive strategy selection; (2) role-level evolution that dynamically optimizes agent specialization and collaboration patterns; and (3) curriculum-guided evolution that partitions tasks by difficulty and evolves sequentially from simple to complex under cross-stage stability constraints. To bridge the inefficiency of pure evolutionary search and the rigidity of manual design, we introduce the Cyber Creator, a meta-control system that combines dynamic rule formulation with reflective updates. Experiments show EvoMAS consistently outperforms existing methods across multiple domains while remaining cost-efficient, with agent roles evolving from homogeneous actors to specialized reasoning ensembles.

LLMAgentsOptimization
BibTeX
@inproceedings{
wei2026evomas,
title={Evo{MAS}: Heuristics in the Loop{\textemdash}Evolving Smarter Agentic Workflows},
author={Yangbo Wei and Zhen Huang and Ronghao Xu and Hong Wang and WEI W. XING},
booktitle={Forty-third International Conference on Machine Learning},
year={2026},
url={https://openreview.net/forum?id=cdWnpXkcQo}
}