oli-tui 0.1.3

A simple, blazingly fast TUI based AI coding assistant
Documentation
1
2
3
4
5
6
7
8
9
mod components;
mod draw;
mod events;
mod guards;
mod helpers;
mod messages;
mod styles;
// Re-export the run_app function as the main entry point
pub use events::run_app;