// Google Gemma-3n implementation - latest and more capable
pub use AIManager;
// Inference backend abstraction
pub use ;
// GGUF inference engine
pub use GGUFInference;
// MLX inference engine (Apple Silicon only)
pub use MLXInference;
// Unified inference manager
pub use InferenceManager;
// Speech processing module for conversational AI
pub use ;
// Whisper STT and VAD module
pub use ;
// Keep other implementations for reference