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

    Interface BuildDegradedModeBehaviorReceiptInput

    interface BuildDegradedModeBehaviorReceiptInput {
        agentId: string;
        allowedBehaviors: DegradedModeAllowedBehavior[];
        disallowedBehaviors: string[];
        failureMode: DegradedModeFailureMode;
        generatedAt?: string;
        operatorMessage: DegradedModeOperatorMessage;
        policyId: string;
        receiptId: string;
        recoveryPlanRef?: string;
        sourceCitations: DegradedModeBehaviorSourceCitation[];
        testRun: DegradedModeBehaviorTestRun;
    }
    Index
    agentId: string
    allowedBehaviors: DegradedModeAllowedBehavior[]
    disallowedBehaviors: string[]
    generatedAt?: string
    policyId: string
    receiptId: string
    recoveryPlanRef?: string