Commit Graph

22 Commits

Author SHA1 Message Date
takatost 4256e9d47f chore(iteration): keep start_node_id using in parallel start nodes 2024-08-27 16:38:33 +08:00
takatost b9f34f679f fix: iteration start node id 2024-08-26 22:00:17 +08:00
takatost fe2b300288 fix lint 2024-08-22 23:54:07 +08:00
takatost ec4fc784f0 fix iteration start node 2024-08-22 23:53:44 +08:00
takatost 352c45c8a2 feat(workflow): integrate parallel into workflow apps 2024-08-16 21:33:09 +08:00
takatost 1da5862a96 feat(workflow): fix iteration single debug 2024-08-15 03:12:49 +08:00
takatost 6f6b32e1ee feat(workflow): integrate workflow entry with workflow app 2024-08-14 19:22:15 +08:00
takatost 8401a11109 feat(workflow): integrate workflow entry with advanced chat app 2024-08-13 16:21:10 +08:00
takatost 8d27ec364f fix bug 2024-07-31 02:27:23 +08:00
takatost c9bb366e1a Merge branch 'refs/heads/main' into feat/workflow-parallel-support
# Conflicts:
#	api/core/workflow/entities/variable_pool.py
#	api/core/workflow/nodes/iteration/iteration_node.py
#	api/core/workflow/workflow_engine_manager.py
2024-07-31 02:25:31 +08:00
takatost 917aacbf7f add chatflow app event convert 2024-07-31 02:21:35 +08:00
takatost beea1e1663 fix lint 2024-07-26 19:47:12 +08:00
takatost 38f8c45755 add events in interation node 2024-07-26 19:47:02 +08:00
takatost a31feacf28 fix iteration 2024-07-26 02:43:40 +08:00
takatost ae351bd40e add iteration support 2024-07-25 23:07:27 +08:00
-LAN- 4ec9a87e46
fix(api/core/workflow/nodes/iteration/iteration_node.py): Extend output in iteration if output is a array. (#6647)
Signed-off-by: -LAN- <laipz8200@outlook.com>
2024-07-25 00:32:39 +08:00
takatost a603e01f5e fix bug 2024-07-22 19:57:32 +08:00
-LAN- 5e6fc58db3
Feat/environment variables in workflow (#6515)
Co-authored-by: JzoNg <jzongcode@gmail.com>
2024-07-22 15:29:39 +08:00
takatost 4ef3d4e65c optimize 2024-07-17 01:02:40 +08:00
takatost 0f19b2a986 optimize graph 2024-07-02 21:53:41 +08:00
Bowen Liang f976740b57
improve: mordernizing validation by migrating pydantic from 1.x to 2.x (#4592) 2024-06-14 01:05:37 +08:00
Yeuoly e852a21634
Feat/workflow phase2 (#4687) 2024-05-27 22:01:11 +08:00