AIJul 4, 2025

EvoAgentX: An Automated Framework for Evolving Agentic Workflows

arXiv:2507.03616v224 citationsh-index: 12Has CodeEMNLP
Originality Incremental advance
AI Analysis

This work addresses the need for automated and optimized multi-agent systems for researchers and practitioners dealing with complex tasks like reasoning and code generation, though it appears incremental as it integrates existing algorithms into a unified framework.

The paper tackles the problem of manual configuration and lack of optimization in multi-agent systems by introducing EvoAgentX, an automated framework for evolving agentic workflows, which achieved performance improvements such as a 7.44% increase in HotPotQA F1 and up to 20.00% accuracy gain on GAIA.

Multi-agent systems (MAS) have emerged as a powerful paradigm for orchestrating large language models (LLMs) and specialized tools to collaboratively address complex tasks. However, existing MAS frameworks often require manual workflow configuration and lack native support for dynamic evolution and performance optimization. In addition, many MAS optimization algorithms are not integrated into a unified framework. In this paper, we present EvoAgentX, an open-source platform that automates the generation, execution, and evolutionary optimization of multi-agent workflows. EvoAgentX employs a modular architecture consisting of five core layers: the basic components, agent, workflow, evolving, and evaluation layers. Specifically, within the evolving layer, EvoAgentX integrates three MAS optimization algorithms, TextGrad, AFlow, and MIPRO, to iteratively refine agent prompts, tool configurations, and workflow topologies. We evaluate EvoAgentX on HotPotQA, MBPP, and MATH for multi-hop reasoning, code generation, and mathematical problem solving, respectively, and further assess it on real-world tasks using GAIA. Experimental results show that EvoAgentX consistently achieves significant performance improvements, including a 7.44% increase in HotPotQA F1, a 10.00% improvement in MBPP pass@1, a 10.00% gain in MATH solve accuracy, and an overall accuracy improvement of up to 20.00% on GAIA. The source code is available at: https://github.com/EvoAgentX/EvoAgentX

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes