Deep Agents
LangChain harness that adds planning, a filesystem, and sub-agent delegation to any tool-calling LLM.
About
LangChain distilled the architecture behind coding and deep-research agents into deepagents, a harness that upgrades any tool-calling LLM into a long-horizon worker. On top of the LangGraph runtime it layers the ingredients such agents need: a planning tool that maintains a running todo list, a virtual filesystem plus sandboxed shell for reading, writing, and executing work products, sub-agent delegation so focused workers burn context in isolation, and automatic summarization that keeps long sessions inside the context window. Human-in-the-loop approval gates, persistent cross-session memory, MCP server support, and pluggable skills round out the package. Installation is pip or uv add deepagents for Python, with a parallel deepagents.js package for TypeScript, and the model layer swaps freely across frontier APIs, open-weight models, and self-hosted endpoints. MIT licensed with about 28k GitHub stars and documentation on LangChain's docs site, it has become one of the most widely adopted agent scaffolds of 2026.
Reviews (0)
Leave a Review
No reviews yet. Be the first to review!
Details
- Category
- AI Agents & Orchestration
- Price
- Free
- Platform
- Local/Desktop
- Difficulty
- Intermediate (3/5)
- License
- MIT
- Added
- Aug 24, 2026
Related Tools
Multi-agent framework for building and studying societies of communicating LLM agents at scale.
Super-agent harness orchestrating sub-agents, memory, and sandboxes for research and automation.
TypeScript agentic operating system with plugins, memory, and connectors for major messaging platforms.
Code-first, model-agnostic toolkit for building, evaluating, and deploying AI agents.
Autonomous agent that plans queries, searches the web and local files, and writes cited reports.
Platform for building and running autonomous agents that execute complete workflows from goals.