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

    Interface AgentCostAttribution

    interface AgentCostAttribution {
        agentId: string;
        featureBreakdown: {
            costMicroUsd: number;
            feature: OverheadFeature;
            latencyMs: number;
            tokenCount: number;
        }[];
        measurementCount: number;
        totalCostMicroUsd: number;
    }
    Index
    agentId: string
    featureBreakdown: {
        costMicroUsd: number;
        feature: OverheadFeature;
        latencyMs: number;
        tokenCount: number;
    }[]
    measurementCount: number
    totalCostMicroUsd: number