kwaak 0.1.1

Run a team of autonomous agents on your code, right from your terminal
1
2
3
4
5
6
7
8
9
10
11
mod api_key;
mod command_configuration;
#[allow(clippy::module_inception)]
mod config;
pub mod defaults;
mod llm_configuration;

pub use api_key::ApiKey;
pub use command_configuration::*;
pub use config::*;
pub use llm_configuration::*;