最终这种工作流 、、、 tasks = { "data_extraction": { "description": "Extract key financial data from the quarterly report", "status": "pending", "agent": financial_agent, "dependencies": [] }, "trend_analysis": { "description": "Analyze trends in the extracted data", "status": "pending", "agent": analyst_agent, "dependencies": ["data_extraction"] } } 、、、
1
1wlinesperday 19 天前
一般框架生成的格式和你现在期待的格式是不一致的 你可能需要转换一下 比如你用 reactflow 生成的 json 还有其他其他位置信息
|