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

    Interface DynamicExpertSpec

    Specification for a dynamically created expert.

    interface DynamicExpertSpec {
        id: string;
        name: string;
        roleDescription: string;
        capabilities: readonly string[];
        justification: string;
    }
    Index

    Properties

    id: string

    Unique ID for this expert.

    name: string

    Human-readable name.

    roleDescription: string

    System prompt / role description.

    capabilities: readonly string[]

    Capabilities this expert needs.

    justification: string

    Why this expert was created.