---
title: "Deep Agent"
description: "A durable, tool-using agent harness with isolated workspaces and planning."
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.cortavyn.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Deep Agent

`cortavyn-deep` composes Graph, Chat, and the model API into a portable deep-agent harness. It provides a thread-isolated virtual workspace, task planning, todos, persistent memory, skills, subagents, optional MCP sources, and approval-aware writes.

`invoke` and `resume` run through an internal `StateGraph`. A pending approval is therefore a durable graph interrupt rather than an in-process callback.

Start with the [Deep Agent quickstart](/deep-agent/quickstart).

Source: https://docs.cortavyn.org/deep-agent/overview/index.mdx
