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

    Interface AdaptiveOrchestratorOptions

    Options for the adaptive orchestrator.

    interface AdaptiveOrchestratorOptions {
        templateId?: string;
        stages: StageRegistry;
        dryRun?: boolean;
        maxSteps?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    templateId?: string

    Force a specific template (skip auto-detection).

    Stage registry to use. If omitted, stages must be provided per-template.

    dryRun?: boolean

    When true, stop after the dryRunStopAfter stage.

    maxSteps?: number

    Maximum graph execution steps (default: 20).