All open source
Open SourceAgents45k

AutoGen

Microsoft's framework for building multi-agent conversations that solve tasks together.

AutoGen is a framework from Microsoft Research for creating LLM applications using multiple agents that converse with each other to accomplish tasks. Its core abstraction is conversable agents that can use tools, run code, and loop in a human, with an event-driven AgentChat layer for high-level orchestration. It is one of the most widely adopted multi-agent frameworks and ships with AutoGen Studio, a low-code UI for prototyping agent teams.

Repository

microsoft/autogen

Language

Python

What you'd build with it

  • Build multi-agent teams where a planner, coder, and reviewer agent collaborate to solve a task
  • Run agents that execute and debug generated code in a sandboxed loop
  • Prototype agent workflows visually in AutoGen Studio before moving to code

Tags

microsoftmulti-agentconversationorchestration