devai 0.5.12

Command Agent runner to accelerate production coding with genai.
1
2
3
4
5
6
7
8
9
10
// region:    --- Modules

mod in_reader;
mod tui_elem;

mod tui_app;

pub use tui_app::*;

// endregion: --- Modules