framework-selection

Guide agent framework selection across LangChain, LangGraph, and Deep Agents.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/HyunjunJeon/SDS-AX-Advanced-2026-1 --skill framework-selection-hyunjunjeon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: framework-selection
Source: https://github.com/HyunjunJeon/SDS-AX-Advanced-2026-1/tree/main/Day-01/.agents/skills/framework-selection
Command: npx skills add https://github.com/HyunjunJeon/SDS-AX-Advanced-2026-1 --skill framework-selection-hyunjunjeon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams decide which agent framework layer to use at the start of a project, preventing misaligned tooling and rework later.

Core Features & Use Cases

  • Provides a clear decision guide for when to use Deep Agents, LangGraph, LangChain, or combinations.
  • Includes setup considerations and a quick-start workflow to initialize the correct framework.

Quick Start

Consult this skill at project startup to select the appropriate framework layer.

Frequently Asked Questions about framework-selection

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
When should I choose LangGraph over LangChain for agent orchestration?

Choose LangGraph for complex orchestration and multi-step planning, while LangChain handles simpler chains. This agent framework selection guide provides decision tables to match your planning and memory needs to the correct layer at project startup.

What is the best way to decide between Deep Agents and LangChain for a new project?

The best way is consulting a structured decision guide comparing Deep Agents and LangChain. This framework selection skill provides YAML-frontmatter recommendations and setup guidance to prevent misaligned tooling and rework later.

How do I initialize the correct agent framework for planning and memory scenarios?

To initialize the correct agent framework, consult this skill's quick-start workflow at project startup. It provides structured recommendations and setup guidance for selecting between Deep Agents, LangGraph, and LangChain based on your scenarios.

Can I use multiple agent frameworks like LangChain and LangGraph together?

Yes, you can use combinations of agent frameworks. This skill guides teams to pick appropriate layers, offering decision tables that outline when to combine LangChain, LangGraph, and Deep Agents for planning, memory, and orchestration.

Does this framework selection guide require any specific dependencies to start?

No specific dependencies are required to start. This framework selection skill operates independently, providing structured recommendations and decision tables to align your team's tooling before you initialize your chosen agent framework.