messaging.registry
registry
Delivery channel registry.
Classes
ChannelRegistry
Registry for config-driven delivery channel factories.
Source code in src/codex_platform/messaging/registry.py
Functions
register(name, factory)
Register a channel factory.
Source code in src/codex_platform/messaging/registry.py
build_channels(config)
Build available channels from registered factories.