Skip to main content

Module compiled

Module compiled 

Source
Expand description

Compiled graph — the user-facing execution handle.

CompiledGraph wraps a validated StateGraph and provides the execution API: invoke(), resume(), get_state(), get_state_history().

Structs§

CompiledGraph
A validated, executable graph. Produced by StateGraph::compile().

Enums§

ExecutionOutcome
Outcome of a graph execution.