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

    Interface QueryOptions

    Query options for finding experts.

    interface QueryOptions {
        role?: string;
        capabilities?: AgentCapability[];
        anyCapability?: AgentCapability[];
        limit?: number;
    }
    Index

    Properties

    role?: string

    Filter by role

    capabilities?: AgentCapability[]

    Filter by capability (expert must have all specified)

    anyCapability?: AgentCapability[]

    Filter by capability (expert must have at least one)

    limit?: number

    Maximum number of results