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

    Interface TaskClassification

    Classification of a task for template routing.

    interface TaskClassification {
        pipelineType: PipelineType;
        complexity: "complex" | "simple" | "moderate";
        confidence: number;
        keywords: readonly string[];
    }
    Index

    Properties

    pipelineType: PipelineType
    complexity: "complex" | "simple" | "moderate"
    confidence: number
    keywords: readonly string[]