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

    Interface KnownUnknown

    interface KnownUnknown {
        category: "EVIDENCE_GAP" | "SCOPE_GAP" | "TEMPORAL_GAP" | "TRUST_GAP";
        description: string;
        questionId: string;
        severity: "low" | "high" | "medium";
        suggestedAction: string;
    }
    Index
    category: "EVIDENCE_GAP" | "SCOPE_GAP" | "TEMPORAL_GAP" | "TRUST_GAP"
    description: string
    questionId: string
    severity: "low" | "high" | "medium"
    suggestedAction: string