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

    Interface TrustDriftMonitorResult

    interface TrustDriftMonitorResult {
        agentId: string;
        alerts: TrustDriftAlert[];
        analyzedRuns: number;
        latestPoint: TrustDriftPoint | null;
        statePath: string;
        threshold: number;
    }
    Index
    agentId: string
    alerts: TrustDriftAlert[]
    analyzedRuns: number
    latestPoint: TrustDriftPoint | null
    statePath: string
    threshold: number