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

    Interface DriftAlert

    interface DriftAlert {
        agentId: string;
        alertId: string;
        baselineScore: number;
        currentScore: number;
        description: string;
        driftType: "score" | "capability" | "distribution" | "behavioral";
        magnitude: number;
        ts: number;
        windowSamples: number;
    }
    Index
    agentId: string
    alertId: string
    baselineScore: number
    currentScore: number
    description: string
    driftType: "score" | "capability" | "distribution" | "behavioral"
    magnitude: number
    ts: number
    windowSamples: number