feat: 将原有的‘ demo_human‘诗歌创作工作流进行修改和补充”#554
Conversation
|
I have deleted the leaked token . Please review it again. Thank you for the reminder! |
|
Thanks for the update on this PR and for expanding the
Would you mind revising the workflow with the current node schema/runtime semantics in mind? Happy to re-review once updated. |
Convergence Criterion" has been created

改动概述:
1.调整了工作流,加入了多个节点以及计数器等工具
2.对每一个节点的config字段中加入了"provider"(因为实际测试时,主程序要求每一个节点的config字段的第一项为string类型,否则会报错),human节点的”provider“默认为”human“
改动原因:
1.原有诗歌创作工作流相对来说难以适应用户的复杂需求:对于诗歌创作而言,客户使用时往往会输入比较宽泛、少量的文字,但又希望诗歌所承载的意境能够符合自己的期待,表达出自己复杂的情感。原有workflow的自调节功能和创作文学性相对不足。
2.(对节点config字段的改动)因为实际测试时,主程序要求每一个节点的config字段的第一项为string类型,否则会报错,无法运行