AutoGen: Enabling Next-Gen LLM Applications with 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.08155 (arXiv)DOI: 10.48550/arXiv.2308.08155 - Introduces the AutoGen framework for building multi-agent LLM applications through conversable agents, providing the core research and architectural details.
LangChain Documentation, LangChain Contributors, 2024 - Official documentation providing comprehensive guidance on LangChain's modular components, chains, and agent development patterns.
CrewAI Documentation, CrewAI Developers, 2024 - Official documentation for CrewAI, detailing its approach to orchestrating collaborative, role-playing agent teams for complex task execution.
ReAct: Synergizing Reasoning and Acting in Language Models, Shunyu Yao, Jeffrey Zhao, Dian Yu, Nan Du, Izhak Shafran, Karthik Narasimhan, Yuan Cao, 2023International Conference on Learning Representations (ICLR)DOI: 10.48550/arXiv.2210.03629 - Presents the ReAct framework, which combines reasoning and acting to enhance language models' ability to perform complex tasks by generating both reasoning traces and task-specific actions.