framework-selection
Guides selection between LangChain, LangGraph, and Deep Agents based on task complexity and orchestration needs.
Install
npx skills add https://github.com/langchain-ai/langchain-skills --skill framework-selectionStats
| Total installs | 2,428 |
| Weekly installs | 2.4K |
| GitHub stars | 438 |
| First seen | Mar 4, 2026 |
| Source | @langchain-ai/langchain-skills |
Summary
- Layered frameworks where LangChain provides foundation primitives, LangGraph adds orchestration and control flow, and Deep Agents adds planning, memory, file management, and skill delegation
- Decision table guides framework choice based on task complexity: LangChain for single-purpose agents, LangGraph for custom control flow and loops, Deep Agents for multi-step planning and persistent sessions
- Deep Agents includes six built-in middleware modules (todo lists, filesystem, subagents, skills, memory, human-in-the-loop) that can be configured or extended
- Frameworks can be mixed in the same project; LangGraph graphs can be registered as subagents within Deep Agents, and LangChain primitives work across all layers
Tags
Related skills
| Skill | Installs | vs framework-selection |
|---|---|---|
| deep-agents-orchestration | 2,587 | +159 |
| langgraph-docs | 2,316 | -112 |
| ocr-document-processor | 2,441 | +13 |
| tts | 2,629 | +201 |
| insforge | 2,501 | +73 |
FAQ
- How many installs does framework-selection have?
- framework-selection has 2,428 total installs and 2.4K installs this week.
- Where is framework-selection hosted?
- framework-selection is published by @langchain-ai/langchain-skills at https://github.com/langchain-ai/langchain-skills.
- How many GitHub stars does framework-selection have?
- framework-selection has 438 GitHub stars.
- When was framework-selection first indexed?
- OrangeBot.AI first indexed framework-selection on Mar 4, 2026.
- How do I install framework-selection?
- Run: npx skills add https://github.com/langchain-ai/langchain-skills --skill framework-selection