kwaak 0.8.0

Run a team of autonomous agents on your code, right from your terminal
Documentation
1
2
3
4
5
6
7
8
9
10
mod chat_list_widget;
mod chat_messages_widget;
mod help_section_widget;
mod input_bar_widget;
mod message_formatting;
mod on_key;
mod ui;

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