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

    Interface LiveDriftReceipt

    interface LiveDriftReceipt {
        agentId: string;
        alerts: LiveDriftAlert[];
        baselineDistribution: LiveDriftDistribution;
        baselineEndedAt: string;
        baselineHash: string;
        baselineRows: LiveDriftReceiptRow[];
        baselineStartedAt: string;
        baselineWindowId: string;
        behaviorDrift: LiveBehaviorDrift;
        createdAt: string;
        evidenceRefs: string[];
        failClosed: boolean;
        liveDistribution: LiveDriftDistribution;
        liveEndedAt: string;
        liveRows: LiveDriftReceiptRow[];
        liveSampleHash: string;
        liveStartedAt: string;
        liveWindowId: string;
        receiptHash: string;
        receiptId: string;
        recommendation: LiveDriftRecommendation;
        scoreDrift: LiveScoreDrift;
        signedEvidenceRefs: string[];
        sourceRefs: string[];
        summary: string;
        thresholds: LiveDriftThresholds;
    }
    Index
    agentId: string
    alerts: LiveDriftAlert[]
    baselineDistribution: LiveDriftDistribution
    baselineEndedAt: string
    baselineHash: string
    baselineRows: LiveDriftReceiptRow[]
    baselineStartedAt: string
    baselineWindowId: string
    behaviorDrift: LiveBehaviorDrift
    createdAt: string
    evidenceRefs: string[]
    failClosed: boolean
    liveDistribution: LiveDriftDistribution
    liveEndedAt: string
    liveRows: LiveDriftReceiptRow[]
    liveSampleHash: string
    liveStartedAt: string
    liveWindowId: string
    receiptHash: string
    receiptId: string
    recommendation: LiveDriftRecommendation
    scoreDrift: LiveScoreDrift
    signedEvidenceRefs: string[]
    sourceRefs: string[]
    summary: string