kwaak 0.3.0

Run a team of autonomous agents on your code, right from your terminal
Documentation
#![recursion_limit = "256"] // Temporary fix so tracing plays nice with lancedb
pub mod agent;
pub mod chat;
pub mod chat_message;
pub mod cli;
pub mod commands;
pub mod config;
pub mod frontend;
pub mod git;
pub mod indexing;
pub mod kwaak_tracing;
pub mod onboarding;
pub mod repository;
pub mod runtime_settings;
pub mod storage;
pub mod templates;
pub mod util;

#[cfg(debug_assertions)]
pub mod test_utils;