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

    Interface RunHistoryRegressionAlert

    interface RunHistoryRegressionAlert {
        agentType: string;
        alertId: string;
        message: string;
        previousRunId: string;
        regressions: string[];
        runId: string;
        scoreDrop: number;
        severity: "low" | "high" | "critical" | "medium";
        timestamp: number;
    }
    Index
    agentType: string
    alertId: string
    message: string
    previousRunId: string
    regressions: string[]

    Which capabilities regressed

    runId: string
    scoreDrop: number
    severity: "low" | "high" | "critical" | "medium"
    timestamp: number