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
//! Adapter implementations for various services
//!
//! Contains modules for different service adapters.

pub mod ai;
pub mod edge;
pub mod linux;
pub mod macos;
pub mod mobile;
pub mod windows;