nexus-agents - v2.80.0
    Preparing search index...

    Interface DashboardHealthIndicators

    Dashboard health indicators.

    interface DashboardHealthIndicators {
        hasMinimumData: boolean;
        isLearning: boolean;
        healthyExploration: boolean;
        noUnderperformers: boolean;
        healthScore: number;
        warnings: readonly string[];
    }
    Index

    Properties

    hasMinimumData: boolean

    Whether we have enough data for statistical inference

    isLearning: boolean

    Whether learning is progressing (regret decreasing)

    healthyExploration: boolean

    Whether exploration rate is in healthy range (10-20%)

    noUnderperformers: boolean

    Whether any model is significantly underperforming

    healthScore: number

    Overall health score (0-1)

    warnings: readonly string[]

    Warning messages