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

    Interface BehavioralContractResult

    interface BehavioralContractResult {
        gaps: string[];
        hasAlignmentCard: boolean;
        hasDriftProfile: boolean;
        hasEscalationTriggers: boolean;
        hasForbiddenActions: boolean;
        hasPermittedActions: boolean;
        hasRuntimeIntegrityCheck: boolean;
        hasValueDeclarations: boolean;
        level: number;
        recommendations: string[];
        score: number;
    }
    Index
    gaps: string[]
    hasAlignmentCard: boolean
    hasDriftProfile: boolean
    hasEscalationTriggers: boolean
    hasForbiddenActions: boolean
    hasPermittedActions: boolean
    hasRuntimeIntegrityCheck: boolean
    hasValueDeclarations: boolean
    level: number
    recommendations: string[]
    score: number