UNPKG

@agentman/chat-widget

Version:

Agentman Chat Widget for easy integration with web applications

4 lines (3 loc) 227 B
export { ChatWidget } from './assistantWidget/ChatWidget'; export { OfflineParser } from './assistantWidget/message-renderer/offline-parser'; export type { ChatConfig as ChatWidgetConfig } from './assistantWidget/types/types';