A chapter-by-chapter walkthrough of autogen, generated from its source code and tutorial markdown.
autogen is organized as connected concepts and components. Start broad, then drill down chapter by chapter.
AutoGen is a framework for building multi-agent AI systems where Agents act as autonomous units that can converse, execute code, and interact with LLMs. These agents are organized into Teams to collaborate on complex workflows, communicating via a structured Agent Runtime that handles message delivery and state management. The system supports modular components like Model Clients for swapping AI backends, Code Executors for running generated scripts, and Termination Conditions to control when a task is complete.
Source Repository: https://github.com/microsoft/autogen
Follow sequentially or jump to any topic. Start with Agents (The Actors).
This tutorial was automatically generated by Code IQ and rendered with the shared tutorial site builder. It can be produced for any repository tutorial folder that follows the numbered markdown chapter layout.
View Code IQ ↗