Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface OverheadMeasurement

    interface OverheadMeasurement {
        actionClass: string | null;
        agentId: string | null;
        costMicroUsd: number;
        feature: OverheadFeature;
        latencyMs: number;
        measurementId: string;
        tokenCount: number;
        ts: number;
    }
    Index
    actionClass: string | null
    agentId: string | null
    costMicroUsd: number

    Estimated cost in micro-dollars

    latencyMs: number

    Latency in milliseconds

    measurementId: string
    tokenCount: number

    Tokens consumed by this feature

    ts: number