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§
- Compiled
Graph - A validated, executable graph. Produced by
StateGraph::compile().
Enums§
- Execution
Outcome - Outcome of a graph execution.