Conversational multi-agent framework by Microsoft
Microsoft's framework for building multi-agent systems through conversational patterns. Supports group chats, code execution, and tool use.
The framework that structures how your AI thinks, uses tools, and coordinates agents
Other tools in this slot:
AIchitect's Genome scanner detects AutoGen in your project via these signals:
pyautogenautogen-agentchatautogen-coreAutoGen accepts LiteLLM-proxied endpoints as model backends via its model_client configuration.
→ Provider-flexible AutoGen agents — route different agent roles to different models through one LiteLLM config.
AutoGen emits OpenTelemetry traces that Langfuse captures, recording every agent message, tool call, and LLM interaction.
→ Conversation-level observability across multi-agent AutoGen runs — trace which agent said what and at what token cost.
AutoGen calls OpenAI's API natively for agent reasoning, with full function calling and parallel agent support.
→ GPT-4o-powered multi-agent conversations with structured tool use and concurrent agent execution.
AutoGen connects to Anthropic's API via LiteLLM or a direct connector for Claude-powered agent reasoning.
→ Claude-powered AutoGen agents with strong instruction following across complex multi-agent handoffs.
Add to your GitHub README
[](https://aichitect.dev/tool/autogen)Explore the full AI landscape
See how AutoGen fits into the bigger picture — browse all 207 tools and their relationships.