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

    Interface RoutingMemoryStats

    Statistics for routing memory.

    interface RoutingMemoryStats {
        preferenceCount: number;
        experienceCount: number;
        actionCount: number;
        oldestRecord: Date | null;
        newestRecord: Date | null;
        totalStorageBytes: number;
    }
    Index

    Properties

    preferenceCount: number

    Total preference records

    experienceCount: number

    Total experience records

    actionCount: number

    Total action records

    oldestRecord: Date | null

    Oldest record timestamp

    newestRecord: Date | null

    Newest record timestamp

    totalStorageBytes: number

    Estimated storage size in bytes