langgraph/tutorials/rewoo/rewoo/ #647
Replies: 9 comments 5 replies
-
Anyone try this, It looks that the Regex is not working |
Beta Was this translation helpful? Give feedback.
-
i got this error: IndexError: Step 1 is out of range for the steps list. |
Beta Was this translation helpful? Give feedback.
-
awesome explanation , learnt a lot . however i do have a question . I am good with langchain but i do find langgraph a bit complicated . i understood how graph works but iam confused with the State and other parameters. can anyone suggest any resources to better understand? . The langgraph docs are good but is there any other resources? |
Beta Was this translation helpful? Give feedback.
-
I tried to generate the graph of this workflow. However, From the
|
Beta Was this translation helpful? Give feedback.
-
For anyone that has a problem with the regex, I changed it to this
and it works properly. |
Beta Was this translation helpful? Give feedback.
-
I believe the implementation has several glitches:
|
Beta Was this translation helpful? Give feedback.
-
In this part
Why not do this instead:
|
Beta Was this translation helpful? Give feedback.
-
Hi, I wonder how to manage the memory in this case. I have use MemorySaver but it doesn't work.
|
Beta Was this translation helpful? Give feedback.
-
Why can't we use structured output to generate the tool plans in the planner itself, nowadays all new LLMs support parallel function calling. |
Beta Was this translation helpful? Give feedback.
-
langgraph/tutorials/rewoo/rewoo/
Build language agents as graphs
https://langchain-ai.github.io/langgraph/tutorials/rewoo/rewoo/
Beta Was this translation helpful? Give feedback.
All reactions