A fixed path
A pipeline with a known order. langchain.com barely mentions this anymore, but it is still the right tool when you already know the steps.
LangChain, LangGraph, Deep Agents, LangSmith
Take one job and run it as a chain, a LangChain agent, a Deep Agent, or a LangGraph. See where each one fits, and where it stops.
The stack
Select a layer. The description stays until you pick another.
create_deep_agent adds a filesystem, skills, subagents, and planning on top of the agent loop.
The open-source stack
A pipeline with a known order. langchain.com barely mentions this anymore, but it is still the right tool when you already know the steps.
create_agentLangChain's create_agent: a model in a loop with tools. Built on LangGraph, without making you draw the graph.
create_deep_agentDeep Agents: the same loop, plus a filesystem, skills, subagents, and planning, already wired up.
LangGraph is the runtime underneath: durable runs, streaming, human-in-the-loop. Learn LangGraph is the graph practice.
Where to start
Glossary
LangChain's site uses these as product names. Here they are just the machines.
FAQ
No. The studio is simulated. Nothing calls a model.
No. A community resource from En Dash. The product names are real; the runs are not.
When the steps are known and the work never comes back. The PDF one-pager is a chain. The rental that waits for a person is a graph.