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

    Interface CircuitCheckResult

    interface CircuitCheckResult {
        allowed: boolean;
        hardKilled: boolean;
        state: CircuitState;
    }
    Index
    allowed: boolean
    hardKilled: boolean
    state: CircuitState