aipack 0.8.24

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

mod print_event;
mod print_event_handler;
mod printers;

pub use print_event::*;
pub(super) use print_event_handler::*;

// endregion: --- Modules