kwaak 0.3.1

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

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