
deepagents
The batteries-included agent harness.
The Lens
Deep Agents is LangChain's batteries-included agent harness. Where the base LangChain agent gives you a minimal loop, Deep Agents bundles the pieces you always end up building yourself: a filesystem, sub-agent delegation, context management, shell execution, persistent memory, human-approval steps, and reusable skills. It runs on any LLM that supports tool calling, MIT licensed and free.
It installs as a Python package (`uv add deepagents`) and one call to its `create_deep_agent` helper gives you a working agent with your model, tools, and prompt. Under the hood it is built on LangGraph, so you inherit streaming, persistence, and checkpointing. Running it yourself costs nothing beyond your model's token bill.
For a developer who wants a capable agent without wiring every subsystem by hand, this is a strong starting point, and the framework is free. Solo builders and teams use it the same way. The paid part of the LangChain ecosystem is LangSmith, which handles production tracing, monitoring, and deployment; you can run Deep Agents without it, but you will want observability once real traffic hits.
The catch is the LangChain gravity. Adopting Deep Agents pulls in LangGraph and nudges you toward LangSmith for the production story, and that ecosystem has a habit of abstracting things you might have wanted to control directly. If you like the batteries, it is a fast path. If you want a thin, transparent agent loop, this is more framework than you asked for; look at a lighter harness instead.
Free vs Self-Hosted vs Paid
open coreFree: MIT licensed framework. Filesystem, sub-agents, memory, shell, human-in-the-loop, skills, built on LangGraph. Works with any tool-calling LLM. uv add deepagents.
Self-hosted: Runs wherever your Python does. Free beyond your model token costs.
Paid: The framework is free. Production observability and deployment come from LangSmith (LangChain's commercial product), which is optional but the intended path for monitoring at scale.
Free framework. You pay for tokens, and optionally for LangSmith once you need production tracing.
Get tools like this every Wednesday
One featured tool, three on the radar. No fluff.
A low score is not a verdict on quality. Young and niche tools start low by design. How we calculate scores
Trust Signals
License: MIT License
Use freely, including commercial. Just keep the license.
Commercial use: ✓ Yes
About
- Owner
- LangChain (Organization)
- Backed by
- Sequoia, Benchmark
- Stars
- 26,153
- Forks
- 3,660