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

    Interface DynamicExpert

    A created dynamic expert instance.

    interface DynamicExpert {
        spec: DynamicExpertSpec;
        createdAt: number;
        promoted: boolean;
    }
    Index

    Properties

    The spec used to create this expert.

    createdAt: number

    When this expert was created.

    promoted: boolean

    Whether this expert has been promoted to the permanent registry.