What problem does it solve?
Provides a ready-made, opinionated agent harness to simplify building multi-step, context-rich Deep Agents applications so teams can configure rather than implement complex orchestration and middleware from scratch.
Core Features & Use Cases
- Task Planning & Orchestration: Built-in TodoList middleware to break down and track multi-step tasks.
- Context Management & Storage: Filesystem and Store backends for large-context file tools and persistent memory across threads.
- Delegation & Safety: Subagent spawning, human-in-the-loop approval flows, interrupt/checkpointer integration, and on-demand SKILL.md loading for modular capabilities.
- Use Case: Build a research assistant that manages long-running investigations, spawns specialized subagents for data collection and code synthesis, persists findings across sessions, and requests human approval before sensitive write operations.
Quick Start
Create a deep agent named research-assistant with a filesystem backend, enable skills from ./skills/, provide an InMemoryStore for persistence, and invoke it with a user message requesting a multi-step research task.