pub fn handle( language: &str, code: &str, intent: Option<&str>, timeout: Option<u64>, ) -> String
Executes a code snippet in a sandboxed environment and returns formatted output.