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

    Interface OversightQualityInput

    interface OversightQualityInput {
        agentId?: string | number;
        approvals?: OversightApprovalEvent[];
        escalations?: OversightEscalationEvent[];
        hasIndependentVerificationChannel?: boolean;
        hasMultiModalOversight?: boolean;
        highRiskActions?: number;
        highRiskReviewed?: number;
        overrideCount?: number;
        reviewedDecisions?: number;
        reviewerApprovals?: Record<string, number>;
        scores?: Record<string, number>;
    }
    Index
    agentId?: string | number
    escalations?: OversightEscalationEvent[]
    hasIndependentVerificationChannel?: boolean
    hasMultiModalOversight?: boolean
    highRiskActions?: number
    highRiskReviewed?: number
    overrideCount?: number
    reviewedDecisions?: number
    reviewerApprovals?: Record<string, number>
    scores?: Record<string, number>