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

    Interface HumanloopProviderDriftResult

    interface HumanloopProviderDriftResult {
        ciGate: ProviderDriftCiGate;
        evalPack: ProviderDriftEvalPackManifest;
        humanloopEvidence: HumanloopProviderDriftProof[];
        humanloopEvidenceHash: string;
        report: ProviderDriftBenchmarkReport;
        score: HumanloopProviderDriftScoreSurface;
        shield: HumanloopProviderDriftShieldSurface;
        sourceRefs: readonly string[];
        watch: HumanloopProviderDriftWatchSurface;
        watchAlerts: ProviderDriftWatchAlert[];
    }
    Index
    ciGate: ProviderDriftCiGate
    evalPack: ProviderDriftEvalPackManifest
    humanloopEvidence: HumanloopProviderDriftProof[]
    humanloopEvidenceHash: string
    report: ProviderDriftBenchmarkReport
    sourceRefs: readonly string[]