langchain-ai/deepagents

The batteries-included agent harness.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 59 minutes ago
Added to GitGenius on April 1st, 2026
Created on July 27th, 2025
Open Issues & Pull Requests: 196 (+0)
Number of forks: 3,900
Total Stargazers: 27,901 (+2)
Total Subscribers: 128 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.1 hours
Mean response time: 4.1 days
90th percentile: 9.5 days
Tracked items: 966

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 62% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. Almost all tracked open issues have seen activity in the last three months. Only 9% of issues opened in the past year have been closed. Three people close 65% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 170
New in 7 days: 36
Closed in 7 days: 27
Avg open age: 31 days
Stale 30+ days: 92
Stale 90+ days: 3

Recent activity

Opened in 7 days: 34
Closed in 7 days: 23
Comments in 7 days: 26
Events in 7 days: 141

Top labels

  • external (596)
  • deepagents (420)
  • bug (285)
  • internal (277)
  • cli (201)
  • dcode (142)
  • feature (110)
  • p2 (60)

Detailed Description

Deep Agents is a batteries-included agent harness that provides an opinionated, extensible framework for building autonomous agents powered by any language model that supports tool calling.

The tool addresses the complexity of building production-grade agents by offering sensible defaults tuned for long-horizon, multi-step work while remaining fully customizable. It runs out of the box with built-in capabilities including sub-agents for task delegation, filesystem access with pluggable backends, context management with thread summarization, shell command execution, persistent cross-session memory, human-in-the-loop approval workflows, reusable skills, and support for custom tools or MCP servers. The framework is built on LangGraph, providing streaming, persistence, and checkpointing, with integrated tracing and evaluation through LangSmith.

Developers should choose this tool if they need a ready-to-use agent that handles the operational details of long-running autonomous tasks without requiring extensive scaffolding. It suits projects requiring file manipulation, command execution, memory persistence, or complex multi-step reasoning where the agent must manage its own context. The tool works with any LLM supporting tool calling, whether frontier models, open-weight models, or local deployments, making it adaptable to different deployment constraints and cost profiles.

The project receives issues from both core maintainers and external users, indicating adoption beyond the core team without creating an overwhelming support burden. Maintainers typically respond to new issues and pull requests within a day. Work in the issue tracker centers on external contributions, deepagents-specific functionality, and bug fixes.