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

    Interface GraphPipelineOptions

    Options for graph-based pipeline execution.

    interface GraphPipelineOptions {
        dryRun?: boolean;
        maxSteps?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    dryRun?: boolean

    When true, stop after the dryRunStopAfter stage.

    maxSteps?: number

    Maximum graph execution steps (default: 20).