paper-with-me

Papers

EvoAgent: Towards Automatic Multi-Agent Generation via Evolutionary Algorithms

2024-06-20 · Siyu Yuan, Kaitao Song, Jiangjie Chen, Xu Tan, Dongsheng Li, Deqing Yang

The rise of powerful large language models (LLMs) has spurred a new trend in building LLM-based autonomous agents for solving complex tasks, especially multi-agent systems. Despite the remarkable progress, we notice that existing works are heavily dependent on human-designed frameworks, which greatly limits the functional scope and scalability of agent systems. How to automatically extend the specialized agent to multi-agent systems to improve task-solving capability still remains a significant challenge. In this paper, we introduce EvoAgent, a generic method to automatically extend expert agents to multi-agent systems via the evolutionary algorithm, thereby improving the effectiveness of LLM-based agents in solving tasks. Specifically, we consider the existing agent frameworks as the initial individual and then apply a series of evolutionary operators (e.g., mutation, crossover, selection, etc.) to generate multiple agents with diverse agent settings. EvoAgent can be generalized to any LLM-based agent framework, and can automatically extend the existing agent framework to multi-agent systems without any extra human designs. Experimental results across various tasks have shown that EvoAgent can automatically generate multiple expert agents and significantly enhance the task-solving capabilities of LLM-based agents.

📄 PDF Abstract BibTeX arXiv:2406.14228

Code (1)

siyuyuan/evoagent 공식 구현 pytorch

Tasks

Evolutionary Algorithms

Similar Papers 제목 키워드 기반

EvoAgentX: An Automated Framework for Evolving Agentic Workflows

2025-07-04 · 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 …

Code GenerationMathMathematical Problem-Solvingmbpp

EvoAgent: An Evolvable Agent Framework with Skill Learning and Multi-Agent Delegation

2026-04-22 · Aimin Zhang, Jiajing Guo, Fuwei Jia, Chen Lv 외 arxiv

This paper proposes EvoAgent--an evolvable large language model (LLM) agent framework that integrates structured skill learning with a hierarchical sub-agent delegation mechanism. EvoAgent models skills as multi-file str…

EvoMAS: Evolutionary Generation of Multi-Agent Systems

2026-02-06 · Yuntong Hu, Yuting Zhang, Matthew Trager, Yi Zhang 외 arxiv

Large language model (LLM)-based multi-agent systems (MAS) show strong promise for complex reasoning, planning, and tool-augmented tasks, but designing effective MAS architectures remains labor-intensive, brittle, and ha…

Code Generation

RedEvoAgent: Automatic Red-Teaming Agent with Experience-Driven Skill Evolution

2026-08-27 · Junjie Zhang, Hui Liu, Kecheng Chen, Xianbo Mo 외 arxiv

LLM-based agents are increasingly deployed in product-level execution harnesses, where jailbreaks can trigger harmful tool use and persistent state changes, creating greater risks than unsafe text generation alone. Exist…

Text Generation

EvoAgentBench: Benchmarking Agent Self-Evolution via Ability Transfer

2026-07-06 · Xingze Gao, Chuanrui Hu, Hongda Chen, Pengfei Yao 외 arxiv

Agent self-evolution in long-horizon LLM systems is largely procedural: useful experience is not merely stored information, but reusable procedures for searching, debugging, and verification. Yet current evaluations do n…