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

    Interface ExpertInfo

    Expert information returned by list_experts tool.

    interface ExpertInfo {
        role: string;
        name: string;
        description: string;
        capabilities: readonly string[];
    }
    Index

    Properties

    role: string

    Role identifier for create_expert

    name: string

    Human-readable name

    description: string

    Expert description

    capabilities: readonly string[]

    List of capabilities