V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
fff333
V2EX  ›  问与答

有哪些拖拉拽框架可以生成 agent 的工作流?

  •  
  •   fff333 · 20 天前 via Android · 943 次点击

    最终这种工作流 、、、 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 条回复    2025-08-23 08:55:24 +08:00
    1wlinesperday
        1
    1wlinesperday  
       19 天前
    一般框架生成的格式和你现在期待的格式是不一致的 你可能需要转换一下 比如你用 reactflow 生成的 json 还有其他其他位置信息
    关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   5317 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 21ms · UTC 07:37 · PVG 15:37 · LAX 00:37 · JFK 03:37
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.