kandil_code 2.1.1

Intelligent development platform (CLI + TUI + Multi-Agent System) with cross-platform AI model benchmarking, system diagnostics, and advanced development tools
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Enhanced UI/UX modules inspired by the UX plans.

pub mod adaptive;
pub mod context;
pub mod gpu_render;
pub mod ide_sync;
pub mod input;
pub mod persona;
pub mod predictive;
pub mod repl;
pub mod smart_prompt;
pub mod splash;
pub mod terminal;
pub mod thought;