AutoGen vs LangGraph
Side-by-side comparison with live GitHub signals. Last updated May 22, 2026.
| Metric | AutoGen | LangGraph |
|---|---|---|
| GitHub Stars | 58.3K | 32.7K |
| Contributors | 445 | 273 |
| Last Commit | Apr 15, 2026 | May 21, 2026 |
| Open Issues | 844 | 553 |
| License | open-source | open-source |
| Pricing | open-source | open-source |
| Free Tier | Yes | Yes |
| Category | frameworks | frameworks |
| Trending | No | No |
Shared Tags
Only in AutoGen
Only in LangGraph
About AutoGen
AutoGen is Microsoft's open-source framework for building multi-agent conversational systems where agents can converse with each other and with humans to solve complex tasks. Agents are highly customizable and can use LLMs, tools, and human input in flexible combinations. The framework supports group chats, nested conversations, and code execution sandboxes, making it well-suited for coding assistants, research automation, and enterprise agentic workflows. AutoGen Studio provides a no-code UI for prototyping agent systems visually.
View full listingAbout LangGraph
LangGraph is LangChain's framework for building stateful, multi-actor agent applications as graphs. Define agents as nodes and their interactions as edges, with built-in persistence, streaming, human-in-the-loop, and time-travel debugging. The standard for production agent orchestration in the LangChain ecosystem.
View full listing