Replies: 1 comment 6 replies
-
@Bayleaf2 could you please provide a reproducible code example? |
Beta Was this translation helpful? Give feedback.
6 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.
-
I have an agent that invokes a tool multiple times in parallel. The tool itself uses an agent, hence the error. While I understand why I'm receiving this error, I'm at a loss as to a workaround. I've read in another thread that this is not an issue if the parent agent has no checkpointer, but my application requires that it does.
Basically what I'm trying to do is create a react agent with tools that themselves invoke react agents with tools. Is there way of accomplishing this?
Beta Was this translation helpful? Give feedback.
All reactions