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

    Interface AgentReadingTestLiveDriftRow

    interface AgentReadingTestLiveDriftRow {
        alertReceiptHash?: string;
        answerKeyHash: string;
        baselineResultHash?: string;
        benchmarkId: string;
        canaryRecall0to1: number;
        contentDeliveryMode: AgentReadingTestContentDeliveryMode;
        driftStatisticHash?: string;
        evidenceRefs: string[];
        expectedCanaryHash: string;
        failureMode: AgentReadingTestFailureMode;
        homepageRefHash: string;
        licenseRefHash: string;
        liveResultHash?: string;
        liveSiteSnapshotHash: string;
        maxPoints: number;
        rawContentCaptureHash: string;
        readmeBlobHash: string;
        reportedCanaryHash: string;
        repositorySnapshotHash: string;
        scenarioId: string;
        score0to20: number;
        scoreFormHash: string;
        signedEvidenceRefs: string[];
        sourceRefHash: string;
        taskCompletion0to1: number;
        taskId: string;
        taskManifestHash: string;
        timestamp: string;
        traceId: string;
    }

    Hierarchy

    Index
    alertReceiptHash?: string
    answerKeyHash: string
    baselineResultHash?: string
    benchmarkId: string
    canaryRecall0to1: number
    driftStatisticHash?: string
    evidenceRefs: string[]
    expectedCanaryHash: string
    homepageRefHash: string
    licenseRefHash: string
    liveResultHash?: string
    liveSiteSnapshotHash: string
    maxPoints: number
    rawContentCaptureHash: string
    readmeBlobHash: string
    reportedCanaryHash: string
    repositorySnapshotHash: string
    scenarioId: string
    score0to20: number
    scoreFormHash: string
    signedEvidenceRefs: string[]
    sourceRefHash: string
    taskCompletion0to1: number
    taskId: string
    taskManifestHash: string
    timestamp: string
    traceId: string