aipack 0.8.22

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

mod app_event;
mod last_app_event;

pub use app_event::*;
pub use last_app_event::*;

// endregion: --- Modules