How to use graphs as tools in langgraph ? #5624
Unanswered
le-codeur-rapide
asked this question in
Q&A
Replies: 1 comment
-
I had a similar problem - solved using this approach |
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.
-
Hello everyone !
I am working on a project where I create several langgraph graphs, using
get_react_agent()
.We would like to be able to use some graphs as tools for an other graph.
I have seen many tuto on making a
router -> subbgraph
architecture, but what I want is more aagent -> graphs
as tools (the main difference is that we have a main graph calling the subgraphs and answering to user.The specific requirements:
Have you already worked with similar mechanics ? I am open to any suggestion / help
Thank you very much !!
Beta Was this translation helpful? Give feedback.
All reactions