agentic-aiFast-moving

AutoGen

Multi-agent conversation framework from Microsoft Research

View on GitHub

What it solves

How to coordinate multiple specialized agents toward a shared goal without writing low-level orchestration logic by hand.

Overview

AutoGen is a framework for building multi-agent systems through conversable agents; each agent can participate in conversations, use tools, generate code, and execute it. Best suited for tasks where splitting work across specialized agents outperforms a single capable generalist.

Key facts

Language
Python
License
MIT
Maturity
Fast-moving
Maintainer
microsoft
Reviewed
2026-06-11

Where to start

The two-agent example is the clearest starting point for AutoGen's conversation model.

python/samples/agentchat_two_agents.py

Technologies

autogenpython

More in this domain