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

    Interface NodeHookContext

    Context passed to node hooks (preconditions and verification). Provides read-only access to current execution state.

    interface NodeHookContext {
        nodeId: string;
        state: Readonly<GraphState>;
        stepNumber: number;
    }
    Index

    Properties

    nodeId: string
    state: Readonly<GraphState>
    stepNumber: number