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

    Interface ExpertMatch

    Match result for a single expert.

    interface ExpertMatch {
        expertId: string;
        score: number;
        matchedCapabilities: string[];
        reasoning: string;
        scoreBreakdown: ScoreBreakdown;
    }
    Index

    Properties

    expertId: string

    Expert identifier

    score: number

    Match score (0-1)

    matchedCapabilities: string[]

    Capabilities that matched the task

    reasoning: string

    Human-readable reasoning for the match

    scoreBreakdown: ScoreBreakdown

    Breakdown of score components