mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00

* feishu app release (#85) * Revert "lafAccount add pat & re request when token invalid (#76)" (#77) This reverts commit 83d85dfe37adcaef4833385ea52ee79fd84720be. * perf: workflow ux * system config * feat: feishu app release * chore: sovle the conflicts files; fix the feishu entry * fix: rename Feishu interface to FeishuType * fix: fix type problem in app.ts * fix: type problem * fix: style problem --------- Co-authored-by: Archer <545436317@qq.com> * perf: publish channel code * change system variable position (#94) * perf: workflow context * perf: variable select * hide publish * perf: simple edit auto refresh * perf: simple edit data refresh * fix: target handle --------- Co-authored-by: Finley Ge <32237950+FinleyGe@users.noreply.github.com> Co-authored-by: heheer <71265218+newfish-cmyk@users.noreply.github.com>
1.2 KiB
1.2 KiB
title, description, icon, draft, toc, weight
title | description | icon | draft | toc | weight |
---|---|---|---|---|---|
V4.8(进行中) | FastGPT V4.8 更新说明 | upgrade | false | true | 824 |
新工作流
FastGPT workflow V2上线,支持更加简洁的工作流模式。
由于工作流差异较大,需要手动重新构建。
给应用和插件增加了 version 的字段,用于标识是旧工作流还是新工作流。当你更新 4.8 后,保存和新建的工作流均为新版,旧版工作流会有一个重置的弹窗提示。并且,如果是通过 API 和 分享链接 调用的工作流,仍可以正常使用,直到你下次保存它们。
V4.8 更新说明
- 重构 - 工作流
- 新增 - 工作流 Debug 模式,可以调试单个节点或者逐步调试工作流。
- 新增 - 定时执行应用。可轻松实现定时任务。
- 新增 - 插件自定义输入优化,可以渲染输入组件。
- 优化 - 工作流连线,可以四向连接,方便构建循环工作流。
- 优化 - 工作流上下文传递,性能🚀。
- 优化 - 简易模式,更新配置后自动更新调试框内容,无需保存。
- 优化 - worker进程管理,并将计算 Token 任务分配给 worker 进程。