Passing config to create_react_agent #5631
Unanswered
robertgates55
asked this question in
Q&A
Replies: 0 comments
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.
-
I've got a simple agent running using create_react_agent.
I'm running via
langgraph dev
and want to pass the recursion_limit config param to my invocations. But nowhere in my python do I actually invoke the graph - it gets called from the outside with the useStream hook.Where in this setup do I pass the config? Do I need to eg override the invoke method on my agent?
Beta Was this translation helpful? Give feedback.
All reactions