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

    Interface DegradedModeBehaviorReceipt

    interface DegradedModeBehaviorReceipt {
        agentId: string;
        allowedBehaviorMet: boolean;
        allowedBehaviors: DegradedModeAllowedBehavior[];
        disallowedBehaviors: string[];
        failClosed: boolean;
        failClosedReasons: string[];
        failureMode: DegradedModeFailureMode;
        generatedAt: string;
        operatorMessage: DegradedModeOperatorMessage;
        operatorMessageMet: boolean;
        policyId: string;
        receiptHash: string;
        receiptId: string;
        recoveryPlanRef: string | null;
        requiredEvidenceRefs: string[];
        scorePenalty: number;
        sourceCitations: DegradedModeBehaviorSourceCitation[];
        status: DegradedModeBehaviorStatus;
        surfaceBindings: string[];
        testRun: DegradedModeBehaviorTestRun;
        testRunMet: boolean;
    }
    Index
    agentId: string
    allowedBehaviorMet: boolean
    allowedBehaviors: DegradedModeAllowedBehavior[]
    disallowedBehaviors: string[]
    failClosed: boolean
    failClosedReasons: string[]
    generatedAt: string
    operatorMessageMet: boolean
    policyId: string
    receiptHash: string
    receiptId: string
    recoveryPlanRef: string | null
    requiredEvidenceRefs: string[]
    scorePenalty: number
    surfaceBindings: string[]
    testRunMet: boolean