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

    Interface OrchestratorOptions

    Options for the Orchestrator agent (coordination, decomposition, delegation).

    Renamed from TechLeadOptions in Issue #759. The old name is retained as a deprecated type alias.

    interface OrchestratorOptions {
        maxSubtasks?: number;
        decompositionThreshold?: number;
        enableParallelHints?: boolean;
        expertWeights?: Partial<Record<AgentRole, number>>;
    }
    Index

    Properties

    maxSubtasks?: number

    Maximum number of subtasks to create

    decompositionThreshold?: number

    Minimum complexity to trigger decomposition

    enableParallelHints?: boolean

    Enable parallel execution hints

    expertWeights?: Partial<Record<AgentRole, number>>

    Custom expert selection weights