pub async fn execute_agent_inference( _prompt: String, _model_name: String, intent_layout: Vec<f64>, ) -> Result<(), String>