Introduce the error retransmission mechanism to enhance robustness.
This commit is contained in:
@@ -51,7 +51,7 @@ class DeepSearchAgent:
|
||||
# 确保输出目录存在
|
||||
os.makedirs(self.config.output_dir, exist_ok=True)
|
||||
|
||||
print(f"Deep Search Agent 已初始化")
|
||||
print(f"Meida Agent已初始化")
|
||||
print(f"使用LLM: {self.llm_client.get_model_info()}")
|
||||
print(f"搜索工具集: BochaMultimodalSearch (支持5种多模态搜索工具)")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user