channel_bridge
channel_bridge
¶
ChannelBridge — unified orchestrator for multi-channel messaging.
Classes¶
ChannelBridge
¶
ChannelBridge(channels: Dict[str, BaseChannel], session_store: SessionStore, bus: EventBus, system: Any = None, agent_manager: Any = None, deep_research_agent: Any = None)
Orchestrates incoming messages across multiple channel adapters.
Provides backward-compatible send()/status()/list_channels()
so it can replace the old single-channel bridge in app.state.