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

    Interface SelectionExpertRegistry

    Registry of available experts.

    interface SelectionExpertRegistry {
        getAll(): ExpertDefinition[];
        getById(id: string): ExpertDefinition | undefined;
        getByRole(role: AgentRole): ExpertDefinition[];
        getByDomain(domain: ExpertTaskDomain): ExpertDefinition[];
        getAvailable(): ExpertDefinition[];
    }
    Index

    Methods