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

    Interface ThinkerOutput

    Thinker's analysis output.

    interface ThinkerOutput {
        problemAnalysis: string;
        approach: string;
        considerations: string[];
        successCriteria: string[];
    }
    Index

    Properties

    problemAnalysis: string

    Problem analysis

    approach: string

    Execution approach/plan

    considerations: string[]

    Considerations and edge cases

    successCriteria: string[]

    Success criteria