DeepYardDeepYard

AutoGen vs LangChain

Side-by-side comparison with live GitHub signals. Last updated May 26, 2026.

A

AutoGen

Microsoft's framework for building multi-agent AI systems

OSSFree
58.4K5w ago445
L

LangChain

Build context-aware reasoning applications with LLMs

OSSFree
137.7K850.0K/wtoday469
MetricAutoGenLangChain
GitHub Stars58.4K137.7K
Contributors445469
Last CommitApr 15, 2026May 26, 2026
Open Issues859586
Licenseopen-sourceopen-source
Pricingopen-sourceopen-source
Free TierYesYes
Categoryframeworksframeworks
TrendingNoNo

Shared Tags

python

Only in AutoGen

multi-agentmicrosoftconversationcode-executiongroup-chat

Only in LangChain

llmagentschainsragtypescriptorchestration

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 listing

About 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