---
title: "Graph"
description: "Stateful, durable orchestration for agent workflows."
---

> 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.

# Graph

`cortavyn-graph` is a provider-independent, LangGraph-inspired runtime. Define a state schema, add asynchronous nodes, connect `START` and `END`, then compile an immutable graph.

Nodes return partial `StateUpdate` values. Channels decide whether each value is replaced, reduced, collected as a topic, or cleared after a superstep. The runtime schedules a superstep concurrently up to its configured limit and merges updates in stable node order.

Continue with the [Graph quickstart](/graph/quickstart).

Source: https://docs.cortavyn.org/graph/overview/index.mdx
