Tools/langchain-ai/deepagents

deepagents

The batteries-included agent harness.

26.2kgrowthPythonMIT Licensetrending

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 core

Free: 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.

Self-hosting ops:moderate

Get tools like this every Wednesday

One featured tool, three on the radar. No fluff.

Score
77/100 · B+
Adoption27/30
Maintenance10/25
Community15/20
License15/15
Analysis10/10

A low score is not a verdict on quality. Young and niche tools start low by design. How we calculate scores

Trust Signals

High adoption: 26,153 starsActive community: 3,660 forksCommunity discussions enabledOrganization account (251 public repos)Notable author: 20,810 followersBacked by: Sequoia, BenchmarkAuthor also built: langchain-ai/openwiki (10,788 stars)

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

Also by LangChain

Explore Further

More tools in the directory