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
mod conversation_summarizer;
mod docker_tool_executor;
mod env_setup;
mod tool_summarizer;
mod tools;
mod v1;

pub use v1::build_agent;