Expand description
Central orchestrator for chat event handling.
ChatBot is the top-level coordinator. Adapters are registered on it,
and event handlers are added via type-safe builder methods. When
ChatBot::run is called, incoming events from all adapters are polled
concurrently and dispatched to the matching handlers.
Structsยง
- ChatBot
- Central hub that connects chat adapters to handler logic.
- Chat
BotConfig - Configuration knobs for
ChatBot.