aipack 0.8.23

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

mod webc_impl;

pub use webc_impl::*;

// endregion: --- Modules