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

    Interface ComponentHeatmapCell

    interface ComponentHeatmapCell {
        component:
            | "tool_safety"
            | "evidence_quality"
            | "route_safety"
            | "governance_hygiene"
            | "memory_integrity"
            | "identity_consistency";
        evidenceCount: number;
        score: number;
        trend: ConfidenceTrend;
    }
    Index
    component:
        | "tool_safety"
        | "evidence_quality"
        | "route_safety"
        | "governance_hygiene"
        | "memory_integrity"
        | "identity_consistency"
    evidenceCount: number
    score: number