flowgram.ai
flowgram.ai copied to clipboard
[Question] flowgram 编排结果如何转化成 python 可执行对象
🙋 SDK Version
Please input version of SDK.
📌 Layout
Free layout or Fixed layout?
💻 Environment
- Operation System: (e.g. Windows 11 / macOs 14.3)
- Node.js:
- Other:
📝 Question Description
flowgram编排产生的结果有没有文档说明,另外后端如何将编排产生的结果转化成可执行对象有没有通用方案
workflow runtime 目前还没有好的开源方案,后续我们会尝试提供一个 运行时 demo,不过会是 nodejs 版本,也可以参考: 字节有个 go 版本:https://github.com/cloudwego/eino 社区也有一个 nodejs 版本:https://mastra.ai/en/docs/workflows-vnext/overview
后续考虑在 nextjs demo 里增加一个运行示例
编排产生的结果结构有文档介绍吗,方便前后端对接
@aresoo 结构可以自定义,demo 里预置的结构可以点击 「Save」 按钮查看 console:
正在开发运行时功能
正在开发运行时功能
这个有时间预期吗
正在开发运行时功能
这个有时间预期吗
你们后端是用什么环境,node go python 哪个
正在开发运行时功能
这个有时间预期吗
你们后端是用什么环境,node go python 哪个
python为主
正在开发运行时功能
这个有时间预期吗
你们后端是用什么环境,node go python 哪个
python为主
python 很慢,我们会先提供 go 和 nodejs 版本
Runtime node.js demo already merged https://github.com/bytedance/flowgram.ai/pull/304
Try it
git clone https://github.com/bytedance/flowgram.ai.git
cd flowgram
rush update
cd packages/runtime/nodejs
npm run dev
You will see in terminal
> Listen Port: 4000
> Server Address: http://[::1]:4000
> API Docs: http://localhost:4000/docs
这个 issue 要求的是 python runtime
runtime 优先级 node.js > python > go
node.js 预计需要三期进行开发,预计会在第四期进行 python runtime 开发
https://github.com/louisyoungx/flowgram-runtime-demo
这个go的runtime成熟度有没有90%? @louisyoungx
https://github.com/louisyoungx/flowgram-runtime-demo这个go的runtime成熟度有没有90%? @louisyoungx
这个不可用,我先删库了避免误导
https://github.com/louisyoungx/flowgram-runtime-python
用 AI 参考 flowgram nodejs 运行时,翻译了一个 flowgram python 运行时,我测了下一些常用场景都能跑通,可以作为参考