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

    Interface ExpertAssignment

    Expert assignment for a subtask.

    interface ExpertAssignment {
        subtaskId: string;
        expertRole: AgentRole;
        selectionReason: string;
        confidence: number;
        ictmConfig?: ICTMConfig;
    }
    Index

    Properties

    subtaskId: string

    Subtask ID

    expertRole: AgentRole

    Assigned expert role

    selectionReason: string

    Reason for selection

    confidence: number

    Confidence in the assignment (0-1)

    ictmConfig?: ICTMConfig

    ICTM configuration for dynamic sub-agent creation (Issue #756)