An Introduction to MultiAgent Systems, Michael Wooldridge, 2020 (John Wiley & Sons) - A comprehensive guide to the principles, architectures, and applications of multi-agent systems, including coordination and communication.
ReAct: Synergizing Reasoning and Acting in Language Models, Shunyu Yao, Jeffrey Zhao, Dian Yu, Nan Du, Izhak Shafran, Karthik Narasimhan, Yuan Cao, 2022arXiv preprint arXiv:2210.03629DOI: 10.48550/arXiv.2210.03629 - Introduces the ReAct framework, which combines reasoning traces with task-specific actions for language models, a core pattern for autonomous agents.
AutoGen: Enabling Next-Gen LLM Applications via Multi-Agent Conversation, Qingyun Wu, Gagan Bansal, Jieyu Zhang, Yiran Wu, Beibin Li, Erkang Zhu, Li Jiang, Xiaoyun Zhang, Shaokun Zhang, Jiale Liu, Ahmed Hassan Awadallah, Ryen W White, Doug Burger, Chi Wang, 2023arXiv preprint arXiv:2308.08155DOI: 10.48550/arXiv.2308.08155 - Presents a customizable framework for building multi-agent conversations, showcasing practical patterns for agent orchestration and collaboration with LLMs.
MetaGPT: Meta Programming for AGI, Sirui Hong, Mingchen Zhuge, Jiaqi Chen, Xiawu Zheng, Yuheng Cheng, Ceyao Zhang, Jinlin Wang, Zili Wang, Steven Ka Shing Yau, Zijuan Lin, Liyang Zhou, Chenyu Ran, Lingfeng Xiao, Chenglin Wu, Jürgen Schmidhuber, 2023arXiv preprint arXiv:2308.00352DOI: 10.48550/arXiv.2308.00352 - Proposes a multi-agent framework that assigns structured roles for collaborative software development, illustrating complex orchestration patterns and workflows.