Human-readable name embedded in the compiled graph.
All user-declared nodes keyed by their declared id.
All directed edges (including START / END connections).
Zod schema instances for the three GraphState generics.
Schema for GraphState.input — the frozen user-provided input.
Schema for GraphState.scratch — the node-to-node communication bag.
Schema for GraphState.artifacts — accumulated external outputs.
Field-level merge strategies forwarded unchanged to the IR.
Graph-wide memory isolation mode.
Graph-wide default checkpoint persistence strategy.
Everything the compiler needs to produce a
CompiledExecutionGraph.