how to parallel execute dynamic node #4594
Unanswered
zhufeijuanjuan
asked this question in
Q&A
Replies: 1 comment
-
i solved it.
|
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.
-
I am developing an agent using langgraph. After decomposing the target task, it may generate an uncertain number of subtasks. The first N subtasks can be executed in parallel. How can I achieve this using langgraph? Currently, I only know how to implement parallel execution with a fixed number of nodes. Thx in advance.
Beta Was this translation helpful? Give feedback.
All reactions