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

    Interface DomainPackResult

    interface DomainPackResult {
        certificationReadiness: boolean;
        complianceGaps: string[];
        level: "L1" | "L2" | "L3" | "L4" | "L5";
        pack: Domain;
        regulatoryWarnings: string[];
        score: number;
    }
    Index
    certificationReadiness: boolean
    complianceGaps: string[]
    level: "L1" | "L2" | "L3" | "L4" | "L5"
    pack: Domain
    regulatoryWarnings: string[]
    score: number