kwaak 0.19.0

Run a team of autonomous agents on your code, right from your terminal
Documentation
1
2
3
4
5
6
7
8
9
pub mod agents;
pub mod commit_and_push;
pub mod conversation_summarizer;
pub mod git_agent_environment;
pub mod running_agent;
pub mod session;
pub mod tool_summarizer;
pub mod tools;
pub mod util;