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

    Interface DevPipelineOptions

    Options for pipeline execution.

    interface DevPipelineOptions {
        sessionId?: string;
        dryRun?: boolean;
        mode?: PipelineMode;
        beliefMemory?: IHindsightBeliefMemory;
    }
    Index

    Properties

    sessionId?: string

    Session ID for checkpoint/resume. Omit for no persistence.

    dryRun?: boolean

    When true, stop after plan+vote and return partial result (#1717).

    Pipeline mode (#1704):

    • 'autonomous' (default): full pipeline runs internally
    • 'harness': stops after decompose, returns tasks for external implementation
    beliefMemory?: IHindsightBeliefMemory

    Optional BeliefMemory for hindsight updates after plan outcomes (#1720).