kwaak 0.1.11

Run a team of autonomous agents on your code, right from your terminal
1
2
3
4
5
6
7
8
9
10
mod conversation_summarizer;
mod env_setup;
mod tool_summarizer;
mod tools;
mod v1;

pub use v1::build_agent;

// Available so it's easy to debug tools in the cli
pub use v1::available_tools;