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

    Interface CostBudgetSpendSnapshot

    interface CostBudgetSpendSnapshot {
        actualUsd: number;
        agentId: string;
        budgetId: string;
        evidenceRef: string;
        periodEnd: string;
        periodStart: string;
        runCount: number;
        toolPathSpend?: CostBudgetToolPathSpendSnapshot[];
    }
    Index
    actualUsd: number
    agentId: string
    budgetId: string
    evidenceRef: string
    periodEnd: string
    periodStart: string
    runCount: number