Replies: 1 comment
-
In my case, while using interrupt with create_react_agent, it worked when I invoked it the 2nd time without changing the state. Here is the code snippet.
|
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.
Uh oh!
There was an error while loading. Please reload this page.
-
My team and I are building a react agent using the langgraph
create_react_agent
framework. This is being done using async functions and async tools. Some tools have interrupts to allow for validation. However, after moving our methods and stream call over the async, the interrupts do not resume. Is there some kind of documented example of performing interrupts using async methods like astream or perhaps a more complete example of an agent using tools would be very helpful. There are no fails occurring, the tools is just never called again and never resumes. Any information would be helpful.Beta Was this translation helpful? Give feedback.
All reactions