Intelligent development platform (CLI + TUI + Multi-Agent System) with cross-platform AI model benchmarking, system diagnostics, and advanced development tools
//! Security utilities for Kandil Code.
//!//! This module centralizes access to sensitive credentials so other parts of
//! the codebase can rely on a hardened API rather than touching the OS
//! keyring directly.
pubmodcredentials;pubmodmobile;pubmodmodel;pubmodplatform;#[allow(unused_imports)]pubusecredentials::{CredentialManager, CredentialState};