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

    Interface ConfidenceGovernorDecision

    interface ConfidenceGovernorDecision {
        actionClass: ActionClass;
        agentId: string;
        allowed: boolean;
        confidence: number;
        config: ConfidenceGovernorConfig;
        effectiveLevel: number;
        rawMaturityLevel: number;
        reasons: string[];
    }
    Index
    actionClass: ActionClass
    agentId: string
    allowed: boolean
    confidence: number
    effectiveLevel: number
    rawMaturityLevel: number
    reasons: string[]