aipack 0.7.7-WIP

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

mod hub_event_handler;
mod in_reader;
mod printer;
mod prompter;
mod support;
mod tui_elem;

mod tui_app;

pub use printer::*;
pub use prompter::PromptParams;
pub use tui_app::*;

// endregion: --- Modules