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

    Interface CulturalContext

    interface CulturalContext {
        adjustments: string[];
        communicationStyle: "mixed" | "direct" | "indirect";
        formalityLevel: "moderate" | "formal" | "casual" | "very-formal";
        locale:
            | "id"
            | "it"
            | "en"
            | "hi"
            | "es"
            | "zh"
            | "ar"
            | "fr"
            | "de"
            | "ja"
            | "ko"
            | "pt"
            | "ru"
            | "nl"
            | "tr"
            | "pl"
            | "sv"
            | "th"
            | "vi"
            | "uk";
        powerDistance: "low"
        | "high"
        | "medium";
        privacySensitivity: "low" | "high" | "medium" | "very-high";
        regulatoryDensity: "light" | "moderate" | "heavy";
        uncertaintyAvoidance: "low" | "high" | "medium";
    }
    Index
    adjustments: string[]

    Evaluation adjustments

    communicationStyle: "mixed" | "direct" | "indirect"

    Communication style: direct vs indirect

    formalityLevel: "moderate" | "formal" | "casual" | "very-formal"

    Formality expectations

    locale:
        | "id"
        | "it"
        | "en"
        | "hi"
        | "es"
        | "zh"
        | "ar"
        | "fr"
        | "de"
        | "ja"
        | "ko"
        | "pt"
        | "ru"
        | "nl"
        | "tr"
        | "pl"
        | "sv"
        | "th"
        | "vi"
        | "uk"
    powerDistance: "low" | "high" | "medium"

    Power distance (Hofstede)

    privacySensitivity: "low" | "high" | "medium" | "very-high"

    Privacy expectations

    regulatoryDensity: "light" | "moderate" | "heavy"

    Regulatory environment

    uncertaintyAvoidance: "low" | "high" | "medium"

    Uncertainty avoidance