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

    Interface MaturityScore

    interface MaturityScore {
        dimensionScores: Record<string, DimensionScore>;
        overallLevel: MaturityLevel;
        overallScore: number;
    }
    Index
    dimensionScores: Record<string, DimensionScore>
    overallLevel: MaturityLevel
    overallScore: number