mirror of
https://github.com/langchain-ai/langgraph-bigtool.git
synced 2026-07-21 08:35:23 -04:00
Command to subagent leads to calling of subagent and main agent parallely in the same step
#8
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Dhruv-Maradiya on GitHub (Aug 27, 2025).
I am using
langgraph_bigtoolsand have added few sub-agents with using tool-call as handoff. While handoff happens successfully it call thesubagentandmain agentparallely in the same stepGraph:
From Tool:
Here

gmail_agentand firstagentare at step 5 (this should not happen). secondagentis intended with output ofgmail_agent