kwaak 0.6.0

Run a team of autonomous agents on your code, right from your terminal
Documentation
1
2
3
4
5
mod on_key;
mod ui;

pub use on_key::on_key;
pub use ui::ui;