pub fn build_agent_command_internal( command: &str, args: &[String], env: &HashMap<String, String>, prompt: &str, ) -> Command
Internal agent command builder for trait default implementation.