🤖 AI Summary
Existing LLM-driven multi-agent systems (MAS) suffer from weak agent coordination and excessive reliance on manually predefined standard operating procedures (SOPs). To address these limitations, this paper proposes the first SOP-free, fully autonomous MAS architecture, enabling task-complexity-aware dynamic agent generation, automatic task decomposition, parallel execution, and real-time collaborative monitoring. Core technical contributions include LLM-powered agent self-generation, dynamic task graph orchestration, asynchronous message-bus communication, distributed state monitoring, and adaptive load scheduling. Experimental evaluation demonstrates that the system autonomously develops a functional Gomoku game within 800 seconds. In national policy simulation, it scales to 590 agents and generates cross-domain policy proposals with significantly higher quality than MetaGPT, validating its dynamic scalability and cross-domain generalization capability.
📝 Abstract
LLM-based multi-agent systems (MAS) have shown promise in tackling complex tasks. However, existing solutions often suffer from limited agent coordination and heavy reliance on predefined Standard Operating Procedures (SOPs), which demand extensive human input. To address these limitations, we propose MegaAgent, a large-scale autonomous LLM-based multi-agent system. MegaAgent generates agents based on task complexity and enables dynamic task decomposition, parallel execution, efficient communication, and comprehensive system monitoring of agents. In evaluations, MegaAgent demonstrates exceptional performance, successfully developing a Gobang game within 800 seconds and scaling up to 590 agents in a national policy simulation to generate multi-domain policies. It significantly outperforms existing systems, such as MetaGPT, in both task completion efficiency and scalability. By eliminating the need for predefined SOPs, MegaAgent demonstrates exceptional scalability and autonomy, setting a foundation for advancing true autonomy in MAS. Our code is available at https://github.com/Xtra-Computing/MegaAgent .