Papers › EvoAgentX: An Automated Framework for Evolving Agentic Workflows

EvoAgentX: An Automated Framework for Evolving Agentic Workflows

4 Jul 2025arXiv:2507.03616archive 2025-07-28

Yingxu Wang, Siwei Liu, Jinyuan Fang, Zaiqiao Meng

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

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2507.03616")

Code

Syntology Ran 0 of 20 code samples harvested from 3 repositories linked to this paper; 20 have no recorded run.

By repository: official repository: 9 samples from 1 repository, 0 ran; found in paper text by Syntology: 11 samples from 2 repositories, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

evoagentx/evoagentx officialmentioned in papermentioned on GitHubNOASSERTION report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

20 samples harvested; 0 ran; 0 honoured the contract we drafted; 20 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

20unverified

Licence: 16 of the 20 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 3 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

async_atomic_method evoagentx/evoagentx/evoagentx/core/decorators.py official repository unverified licence not identified · pointer only · c4510329d1144c5a · report
atomic evoagentx/evoagentx/evoagentx/core/decorators.py official repository unverified licence not identified · pointer only · 742fc6649af34b00 · report
atomic_method evoagentx/evoagentx/evoagentx/core/decorators.py official repository unverified licence not identified · pointer only · 836255b849eb0b86 · report
escape_json_values evoagentx/evoagentx/evoagentx/core/module_utils.py official repository unverified licence not identified · pointer only · fa5a9f8373e5853c · report
load_json evoagentx/evoagentx/evoagentx/core/module_utils.py official repository unverified licence not identified · pointer only · 2c12d75b45786664 · report
register_action_function evoagentx/evoagentx/evoagentx/core/registry.py official repository unverified licence not identified · pointer only · eb30b225a4ed29f4 · report
register_model evoagentx/evoagentx/evoagentx/core/registry.py official repository unverified licence not identified · pointer only · bd3d0641cc6740b7 · report
register_parse_function evoagentx/evoagentx/evoagentx/core/registry.py official repository unverified licence not identified · pointer only · 48384f7a2e75685b · report
save_json evoagentx/evoagentx/evoagentx/core/module_utils.py official repository unverified licence not identified · pointer only · bfef62d8dc3b0cfe · report
deduplicate_and_format_sources langchain-ai/open_deep_research/src/legacy/utils.py found in paper text by Syntology unverified MIT (permissive) · a94e85e0d27a66d4 · report
find_license_end_line camel-ai/owl/licenses/update_license.py found in paper text by Syntology unverified no licence file found · pointer only · b82e216b9c242c24 · report
fine_license_start_line camel-ai/owl/licenses/update_license.py found in paper text by Syntology unverified no licence file found · pointer only · b282d1daf310745e · report
format_chat_history camel-ai/owl/owl/webapp_backup.py found in paper text by Syntology unverified no licence file found · pointer only · e5d623fe40406e37 · report
get_config_value langchain-ai/open_deep_research/src/legacy/utils.py found in paper text by Syntology unverified MIT (permissive) · e0a405ae305ccb30 · report
get_latest_logs camel-ai/owl/owl/webapp.py found in paper text by Syntology unverified no licence file found · pointer only · 268d344ed6ea1f8b · report
get_search_params langchain-ai/open_deep_research/src/legacy/utils.py found in paper text by Syntology unverified MIT (permissive) · 1228b1bec1c1fd36 · report
override_reducer langchain-ai/open_deep_research/src/open_deep_research/state.py found in paper text by Syntology unverified MIT (permissive) · 5072d44bceb233fe · report
update_license_in_file camel-ai/owl/licenses/update_license.py found in paper text by Syntology unverified no licence file found · pointer only · 24fb63fa5ec7ab51 · report
validate_input camel-ai/owl/owl/webapp.py found in paper text by Syntology unverified no licence file found · pointer only · 915290bf848b1866 · report
validate_input camel-ai/owl/owl/webapp_backup.py found in paper text by Syntology unverified no licence file found · pointer only · 8ee326fc86de3a48 · report

Tasks

Code GenerationMathMathematical Problem-Solving

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections