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

    Interface BraintrustLiveDriftResult

    interface BraintrustLiveDriftResult {
        braintrustEvidenceCoverage0to1: number;
        missingReasons: string[];
        receipt: LiveDriftReceipt;
        rowProofs: BraintrustRowProof[];
        sourceProof: BraintrustSourceProof;
        watchAlerts: LiveDriftWatchAlert[];
    }
    Index
    braintrustEvidenceCoverage0to1: number
    missingReasons: string[]
    rowProofs: BraintrustRowProof[]
    watchAlerts: LiveDriftWatchAlert[]