src.core.kernel
Classes
Core orchestrator for the chatbot framework. |
Module Contents
- class ChatbotKernel(config: Dict[str, Any] | None = None)[source]
Core orchestrator for the chatbot framework. Manages component registration and message flow.
- register_component(name: str, component: Any) None[source]
Register a component to the framework.
- Parameters:
name – Unique identifier for the component
component – The component instance