AutoGen
Microsoft's framework for building multi-agent conversations — agents talk to each other in a chat loop, with optional human participation and code execution.
LLM & Agent Frameworks Intermediate
Category
LLM & Agent Frameworks
Difficulty
Intermediate
When to use
You want agents that converse with each other to solve problems, especially when code generation and execution are part of the workflow.
When not to use
You need a simple single-agent pipeline — the conversation loop overhead isn't worth it for straightforward tasks.
Alternatives
CrewAI LangGraph Semantic Kernel