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

    Interface OverheadReport

    interface OverheadReport {
        activeProfile: OverheadModeProfile;
        agentAttributions: AgentCostAttribution[];
        anomalies: OverheadAnomaly[];
        budgetViolations: {
            budget: number;
            feature: OverheadFeature;
            metric: string;
            value: number;
        }[];
        featureSummaries: FeatureOverheadSummary[];
        recommendations: string[];
        reportId: string;
        totalCostMicroUsd: number;
        totalLatencyMs: number;
        totalMeasurements: number;
        totalTokens: number;
        ts: number;
        windowMs: number;
    }
    Index
    activeProfile: OverheadModeProfile
    agentAttributions: AgentCostAttribution[]
    anomalies: OverheadAnomaly[]
    budgetViolations: {
        budget: number;
        feature: OverheadFeature;
        metric: string;
        value: number;
    }[]
    featureSummaries: FeatureOverheadSummary[]
    recommendations: string[]
    reportId: string
    totalCostMicroUsd: number
    totalLatencyMs: number
    totalMeasurements: number
    totalTokens: number
    ts: number
    windowMs: number