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

    Interface PipelineCheckpointState

    Partial pipeline state loaded from checkpoints.

    interface PipelineCheckpointState {
        research?: string;
        plan?: string;
        voteIterations?: number;
        voteConditional?: boolean;
        voteConditions?: readonly string[];
        voteCaveats?: readonly string[];
        tasks?: readonly PipelineTask[];
        implementedTasks?: readonly PipelineTask[];
        securityPassed?: boolean;
        lastCompletedStage?: CheckpointPipelineStage;
    }
    Index

    Properties

    research?: string
    plan?: string
    voteIterations?: number
    voteConditional?: boolean
    voteConditions?: readonly string[]
    voteCaveats?: readonly string[]
    tasks?: readonly PipelineTask[]
    implementedTasks?: readonly PipelineTask[]
    securityPassed?: boolean
    lastCompletedStage?: CheckpointPipelineStage