AutoGen vs LangChain
Side-by-side comparison with live GitHub signals. Last updated April 1, 2026.
| Metric | AutoGen | LangChain |
|---|---|---|
| GitHub Stars | 56.5K | 131.9K |
| Contributors | 444 | 469 |
| Last Commit | Mar 29, 2026 | Mar 31, 2026 |
| Open Issues | 722 | 509 |
| 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 LangChain
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 LangChain
LangChain is the most widely adopted framework for building LLM-powered applications. It provides modular abstractions for chains, agents, memory, retrievers, and tools, enabling developers to compose complex pipelines from reusable components. Available in both Python and JavaScript/TypeScript, LangChain integrates with every major LLM provider, vector store, and data source. Its ecosystem includes LangSmith for observability and LangGraph for stateful, graph-based agent workflows.
View full listing