Do you have a plan to support one-to-many node? #738
Closed
luoling1993
started this conversation in
Ideas
Replies: 1 comment
-
Hi @luoling1993 - one-to-many (fan-out) is a great idea! As far as I can tell, we already support it in LangGraph via conditional edges (see doc on branching) "Listener mode" is done by defining the firing logic in the outbound conditional edge that would trigger any of the target node(s) in parallel. Could you elaborate on what is still missing? |
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
-
Now, the langgraph support many-to-one node, a node allows multiple nodes to use it as an end node, however, multiple nodes are not allowed to use it as a start node.
This design cannot be implemented in the following scenarios:
Beta Was this translation helpful? Give feedback.
All reactions