Skip to main content

Module bot

Module bot 

Source
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.
ChatBotConfig
Configuration knobs for ChatBot.