deepagents

Installation
SKILL.md

deepagents

Deep Agents is a batteries-included agent harness built on top of LangGraph. Use it when the problem is "give me a capable agent with planning, files, subagents, and memory" rather than "let me hand-author every graph edge myself."

When to use this skill

  • Building a tool-calling agent that needs file access and planning quickly
  • Delegating bounded work to specialized subagents with context isolation
  • Choosing between StateBackend, FilesystemBackend, StoreBackend, CompositeBackend, or LocalShellBackend
  • Adding skills and long-term memory without bloating the core prompt
  • Requiring human approval before sensitive tool calls with interrupt_on
  • Using deepagents as a specialist inside a larger LangGraph supervisor

Installation

pip install -qU deepagents
Related skills
Installs
19
GitHub Stars
2
First Seen
Mar 16, 2026