vix.ing · top · new · best · stats · spec

AutoGen: Enabling Next-Gen LLM Applications via Multi-Agent Conversation

2023/08/16 by Qingyun Wu, Wu, Qingyun, Gagan Bansal +26 · 3 voices · 428 citations
Computer Science · #Artificial Intelligence (cs.AI) #Computation and Language (cs.CL) #FOS: Computer and information sciences #Multi-Agent Systems and Negotiation #Natural Language Processing Techniques #Semantic Web and Ontologies #cs.AI #cs.CL

paper · pdf · doi:10.48550/arxiv.2308.08155

openalex publication_date 2023/08/16 · arxiv published 2023/08/16 · openalex created_date 2023/08/18 · arxiv updated 2023/10/03 · openalex updated_date 2026/07/29

Abstract

AutoGen is an open-source framework that allows developers to build LLM applications via multiple agents that can converse with each other to accomplish tasks. AutoGen agents are customizable, conversable, and can operate in various modes that employ combinations of LLMs, human inputs, and tools. Using AutoGen, developers can also flexibly define agent interaction behaviors. Both natural language and computer code can be used to program flexible conversation patterns for different applications. AutoGen serves as a generic infrastructure to build diverse applications of various complexities and LLM capacities. Empirical studies demonstrate the effectiveness of the framework in many example applications, with domains ranging from mathematics, coding, question answering, operations research, online decision-making, entertainment, etc.

Cited by

Discussions

Related