Skip to content

clearance

clearance

Adapter for the terok_clearance wheel.

Re-exports every symbol terok consumes from terok-clearance. Callers elsewhere in terok import from this module rather than from terok_clearance directly — see the package docstring in terok.lib.integrations for the rationale.

Every symbol comes from the wheel's top-level public API. The hub + verdict server are composed in-process by the supervisor (one of each per container) and operator UIs multiplex across the per-container sockets via MultiSocketSubscriber. There is no host-side HubService / NotifierService daemon.

__all__ = ['ALL_NOTIFY_CATEGORIES', 'COMMANDS', 'CallbackNotifier', 'EventSubscriber', 'MultiSocketSubscriber', 'NOTIFY_BLOCKED', 'NOTIFY_VERDICT', 'Notification', 'create_notifier'] module-attribute