A comprehensive collection of reusable TUI components for ratatui including resizable splits, tree views, markdown rendering, toast notifications, dialogs, and terminal embedding
//! AI chat interface for ratatui
pubmodai_chat;modcomponents;modinput;modmessage;pubuseai_chat::{AIChat, AIChatEvent};pubuseinput::InputState;pubusemessage::{Message, MessageRole, MessageStore};