kandil_code 0.1.0

Intelligent development platform (CLI + TUI + Multi-Agent System)
1
2
3
4
5
6
7
8
//! Core modules for Kandil Code
//! 
//! Contains the fundamental building blocks of the application including
//! adapters for various services, agent implementations, and core logic.

pub mod adapters;
pub mod agents;