Skip to main content

Module state_graph

Module state_graph 

Source
Expand description

StateGraph builder and CompiledGraph.

StateGraph provides an ergonomic builder API for creating graphs, which then compile into executable CompiledGraph instances.

Structsยง

CompiledGraph
A compiled, executable graph.
StateGraph
Builder for creating state-based graphs.