Comand does not actually hand off to the respective Agent #4380
Unanswered
Saisiva123
asked this question in
Q&A
Replies: 1 comment
-
I think you are actually looking for something closer to swarm architecture, where the identity of the active agent is updated during the handoff (as an check out https://github.com/langchain-ai/langgraph-swarm-py |
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.
-
Checked other resources
Example Code
Error Message and Stack Trace (if applicable)
Description
I have two agents (addition and multiplication experts) and the supervisor agent, once the supervisor hands off to that respective agent, the user question is not sent to that respective agent instead its passing from the supervisor agent.
Expected behavior: once the supervisor agents hands off to the respective agent then in the next turn the user request should be passed to that respective agent instead of passing through the first node.
System Info
Using langgraph 0.3.31
Beta Was this translation helpful? Give feedback.
All reactions