As shown in the document from Aliyun platform(maybe named Bailian,anyway)https://help.aliyun.com/zh/model-studio/qwen-omni?spm=a2c4g.11186623.help-menu-2400256.d_0_2 ...
return Crew( agents=self.agents, # Automatically created by the @agent decorator tasks=self.tasks, # Automatically created by the @task decorator verbose=True, #process=Process.sequential, ...