kwaak 0.19.0

Run a team of autonomous agents on your code, right from your terminal
Documentation
1
2
3
4
5
//! Agents defines various agents that can be used inside kwaak
//!
//! Agents are run in a session, and depending on the session, multiple agents can be used.
pub mod coding;
pub mod delegate;