Is it possible to combine two graphs? #27663
mraguth
announced in
Ask Dosu (Archived)
Replies: 1 comment 4 replies
-
Yes, it is possible to combine two graphs, specifically using an app's output as input to a 'graph' workflow, within the LangGraph multi-agent supervisor workflow. You can define a workflow using |
Beta Was this translation helpful? Give feedback.
4 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.
-
In my example, I like to combine app and graph graphs. Here my app output is input string to 'graph' workflow. Is that possible?
I am using supervisor workflow from this link:
https://langchain-ai.github.io/langgraph/tutorials/multi_agent/agent_supervisor/#construct-graph
please hlep:
a supervisor code sample is like below:
Beta Was this translation helpful? Give feedback.
All reactions