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

    Interface MultiAgentDimensionScore

    interface MultiAgentDimensionScore {
        criticalGaps: string[];
        level: "L1" | "L2" | "L3" | "L4" | "L5";
        questionScores: Record<string, number>;
        score: number;
        strengths: string[];
    }
    Index
    criticalGaps: string[]
    level: "L1" | "L2" | "L3" | "L4" | "L5"
    questionScores: Record<string, number>
    score: number
    strengths: string[]