Ruby gem built by Anton Davydov providing an event-driven transport layer with pluggable adapters. Event versions and types are defined on a per-event basis (events are plain structs). Registers adapters via dry-container so new transports can be added easily without loading all adapters into memory. Ships three adapters: in-memory synchronous, in-memory asynchronous, and Redis. Designed for the Hanami ecosystem but decoupled from any global state, so callers instantiate the parts they need.