Skip to main content

Overview

DeepAgent extends the base Agent with advanced capabilities for handling complex, multi-step tasks. It provides automatic task planning, a virtual filesystem, subagent delegation, and configurable storage backends.

Key Features

  • Planning System: Break down complex tasks with automatic todo management
  • Virtual Filesystem: Create, read, edit files in isolated environment
  • Subagent System: Delegate tasks to specialized agents
  • Configurable Backends: Choose ephemeral or persistent storage

Quick Start