nexus-agents - v2.80.0
    Preparing search index...

    Interface CompiledGraph

    Compiled graph definition — validated and ready for execution. Immutable after compilation.

    interface CompiledGraph {
        nodes: ReadonlyMap<string, GraphNode>;
        edges: readonly GraphEdge[];
        stateSchema: Readonly<StateSchema>;
        entryEdges: readonly GraphEdge[];
    }
    Index

    Properties

    nodes: ReadonlyMap<string, GraphNode>
    edges: readonly GraphEdge[]
    stateSchema: Readonly<StateSchema>
    entryEdges: readonly GraphEdge[]