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
// region:    --- Module

mod assets;

mod init_base;
mod init_wks;

pub use assets::extract_setup_aip_env_sh_zfile;
pub use assets::extract_template_pack_toml_zfile;
pub use init_base::*;
pub use init_wks::*;

// endregion: --- Module