1 2 3 4 5 6 7 8 9 10 11
// src/services/mod.rs pub mod prompt_loader; pub mod agent_loader; pub mod interface; #[cfg(not(target_arch = "wasm32"))] pub mod config; #[cfg(not(target_arch = "wasm32"))] pub mod mcp; #[cfg(not(target_arch = "wasm32"))] pub mod jug0;