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

    Interface RegistryStats

    Statistics about the registry. Extends IRegistryStats for interface compatibility (ADR-0012).

    interface RegistryStats {
        total: number;
        byRole: Record<string, number>;
        byCapability: Record<string, number>;
        [key: string]: unknown;
    }

    Hierarchy

    • IRegistryStats
      • RegistryStats

    Indexable

    • [key: string]: unknown

      Additional stats specific to the registry type

    Index

    Properties

    total: number

    Total number of registered experts (IRegistryStats alias)

    byRole: Record<string, number>

    Count by role

    byCapability: Record<string, number>

    Count by capability