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

    Variable PIPELINE_STATE_KEYSConst

    PIPELINE_STATE_KEYS: {
        TASK: "task";
        RESEARCH: "research";
        PLAN: "plan";
        VOTE_RESULT: "voteResult";
        VOTE_FEEDBACK: "voteFeedback";
        VOTE_ITERATIONS: "voteIterations";
        TASKS: "tasks";
        IMPLEMENTATIONS: "implementations";
        QA_ITERATIONS: "qaIterations";
        SECURITY_PASSED: "securityPassed";
        FINDINGS: "findings";
        SYNTHESIS: "synthesis";
        DELIVERABLES: "deliverables";
        PARSED_SPEC: "parsedSpec";
        SCAFFOLD_OUTPUT: "scaffoldOutput";
        COMPLETED: "completed";
        SHARED_MEMORY: "__sharedMemory__";
    } = ...

    Standard state keys used across pipeline templates.

    Type Declaration

    • ReadonlyTASK: "task"
    • ReadonlyRESEARCH: "research"
    • ReadonlyPLAN: "plan"
    • ReadonlyVOTE_RESULT: "voteResult"
    • ReadonlyVOTE_FEEDBACK: "voteFeedback"
    • ReadonlyVOTE_ITERATIONS: "voteIterations"
    • ReadonlyTASKS: "tasks"
    • ReadonlyIMPLEMENTATIONS: "implementations"
    • ReadonlyQA_ITERATIONS: "qaIterations"
    • ReadonlySECURITY_PASSED: "securityPassed"
    • ReadonlyFINDINGS: "findings"
    • ReadonlySYNTHESIS: "synthesis"
    • ReadonlyDELIVERABLES: "deliverables"
    • ReadonlyPARSED_SPEC: "parsedSpec"
    • ReadonlySCAFFOLD_OUTPUT: "scaffoldOutput"
    • ReadonlyCOMPLETED: "completed"
    • ReadonlySHARED_MEMORY: "__sharedMemory__"