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

    Interface TaskProfileSummary

    Summary of task profile for storage (avoids circular deps with TaskProfile).

    interface TaskProfileSummary {
        reasoningComplexity: number;
        contextRequired: number;
        codeGeneration: boolean;
        taskType: "code" | "reasoning" | "knowledge" | "mixed";
    }
    Index

    Properties

    reasoningComplexity: number

    Estimated reasoning complexity (0-1)

    contextRequired: number

    Context tokens required

    codeGeneration: boolean

    Whether code generation is primary task

    taskType: "code" | "reasoning" | "knowledge" | "mixed"

    Task type classification