关于自动生成workflow #19
yuruotong1
started this conversation in
Ideas
Replies: 1 comment
-
搞自动生成 workflow 的价值是什么? 用户给一个需求之后,xbrain 会基于工具生成 workflow。否则的话,你就要像 swarm、langchain、coze 一样手动写 workflow,多苦逼啊 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
我们要定义两个东西:
1)tool 映射成 node 2)node 和 node 间的 edge
关于第 1 点,可以参考 openai 官网 function call 的做法,他们把函数映射成了 json:https://platform.openai.com/docs/guides/function-calling
关于第 2 点,暂时没找到可参考的东西。
Beta Was this translation helpful? Give feedback.
All reactions