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

    Interface PopulationRiskReport

    interface PopulationRiskReport {
        criticalRisk: string[];
        highRisk: string[];
        improving: string[];
        stable: string[];
        topPriorityInterventions: {
            agentId: string;
            priority: number;
            recommendation: string;
        }[];
        totalAgents: number;
    }
    Index
    criticalRisk: string[]
    highRisk: string[]
    improving: string[]
    stable: string[]
    topPriorityInterventions: {
        agentId: string;
        priority: number;
        recommendation: string;
    }[]
    totalAgents: number