|
@@ -275,8 +275,8 @@ async def main():
|
|
|
result = await agent.run_workflow_task(filepath)
|
|
result = await agent.run_workflow_task(filepath)
|
|
|
|
|
|
|
|
if result["status"] == "success":
|
|
if result["status"] == "success":
|
|
|
- print(f"🎯 Workflow 任务完成!")
|
|
|
|
|
- print(f"📂 文件全路径: {result['file_path']}")
|
|
|
|
|
|
|
+ print(f"🎯 【数据标准化】任务完成!")
|
|
|
|
|
+ print(f"📂 标准化后文件输出位置: {result['file_path']}")
|
|
|
else:
|
|
else:
|
|
|
print(f"❌ 任务失败: {result['message']}")
|
|
print(f"❌ 任务失败: {result['message']}")
|
|
|
|
|
|