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

    Interface RedundancyScore

    interface RedundancyScore {
        gaps: string[];
        level: "basic" | "fragile" | "resilient" | "fault-tolerant";
        recommendations: string[];
        score: number;
        singlePointsOfFailure: number;
    }
    Index
    gaps: string[]
    level: "basic" | "fragile" | "resilient" | "fault-tolerant"
    recommendations: string[]
    score: number
    singlePointsOfFailure: number