Abstract
Autonomous agents empowered by Large Language Models (LLMs) have undergonesignificant improvements, enabling them to generalize across a broad spectrumof tasks. However, in real-world scenarios, cooperation among individuals isoften required to enhance the efficiency and effectiveness of taskaccomplishment. Hence, inspired by human group dynamics, we propose amulti-agent framework \framework that can collaboratively and dynamicallyadjust its composition as a greater-than-the-sum-of-its-parts system. Ourexperiments demonstrate that \framework framework can effectively deploymulti-agent groups that outperform a single agent. Furthermore, we delve intothe emergence of social behaviors among individual agents within a group duringcollaborative task accomplishment. In view of these behaviors, we discuss somepossible strategies to leverage positive ones and mitigate negative ones forimproving the collaborative potential of multi-agent groups. Our codes for\framework will soon be released at\url{https://github.com/OpenBMB/AgentVerse}.