oxi-tui 0.60.0

Terminal UI rendering pipeline and widget library for oxi (v2 — terminal-first pipeline)
Documentation
1
2
3
4
5
6
7
8
9
pub mod chat_log;
pub mod chat_view;
pub mod message;
pub mod streaming;

pub use chat_log::ChatLog;
pub use chat_view::{ChatView as ChatViewState, FollowMode};
pub use message::{ChatMessage, ContentBlock, MessageId, MessageRole, ToolCallStatus};
pub use streaming::{StreamId, StreamingState};