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

    Interface InterpretabilityScore

    interface InterpretabilityScore {
        attributionScore: number;
        calibrationError: number;
        calibrationScore: number;
        explainedActions: number;
        explanationCoverage: number;
        faithfulActions: number;
        faithfulnessScore: number;
        maturitySignals: string[];
        overallScore: number;
        recommendations: string[];
        refusalTransparency: number;
        totalActions: number;
    }
    Index
    attributionScore: number
    calibrationError: number
    calibrationScore: number
    explainedActions: number
    explanationCoverage: number
    faithfulActions: number
    faithfulnessScore: number
    maturitySignals: string[]
    overallScore: number
    recommendations: string[]
    refusalTransparency: number
    totalActions: number