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

    Function checkConfidenceGate

    • Check if all claims relevant to a set of question IDs pass confidence thresholds. Used by the governor to block actions when governing claims are below threshold.

      Parameters

      • db: Database
      • agentId: string
      • questionIds: string[]
      • evidenceEvents: EvidenceEvent[]
      • Optionalpolicy: Partial<ConfidenceThresholdPolicy>

      Returns { failingClaims: ClaimConfidenceAssessment[]; pass: boolean; reasons: string[] }