ChannelDriver factory model to dynamically spin up communication adapters from TOML configs.
🔌 1. The ChannelDriver Lifecycle
Pluggable drivers declare a central interface mapping:channel_id: Returns the unique adapter string identifier.run: Spawns a dedicated connection listener loop.send_message: Dispatches outbound posts to target API interfaces.