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

    Interface TrustDegradationAlert

    interface TrustDegradationAlert {
        agentId: string;
        alertType: "trust_degrading" | "trust_critical" | "trust_recovered";
        currentTrust: number;
        degradationRate: number;
        id: string;
        previousTrust: number;
        recommendedAction: string;
        timestamp: number;
        triggeringAnomalies: string[];
    }
    Index
    agentId: string
    alertType: "trust_degrading" | "trust_critical" | "trust_recovered"
    currentTrust: number
    degradationRate: number
    id: string
    previousTrust: number
    recommendedAction: string
    timestamp: number
    triggeringAnomalies: string[]