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

    Interface CreateExpertResponse

    Response from create_expert tool.

    interface CreateExpertResponse {
        expertId: string;
        role: string;
        capabilities: readonly AgentCapability[];
        status: "ready";
    }
    Index

    Properties

    expertId: string

    Unique expert ID

    role: string

    Expert role

    capabilities: readonly AgentCapability[]

    List of capabilities

    status: "ready"

    Expert status