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

    Interface SelectionOptions

    Options for expert selection.

    interface SelectionOptions {
        minScore?: number;
        maxAlternatives?: number;
        capabilityWeights?: Record<string, number>;
        preferredDomains?: ExpertTaskDomain[];
        excludeExperts?: string[];
        forceCollaboration?: boolean;
    }
    Index

    Properties

    minScore?: number
    maxAlternatives?: number
    capabilityWeights?: Record<string, number>
    preferredDomains?: ExpertTaskDomain[]
    excludeExperts?: string[]
    forceCollaboration?: boolean