-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Subagent Agent Transfers to Parent Agent #3179
Copy link
Copy link
Open
Labels
a2a[Component] This issue is related a2a support inside ADK.[Component] This issue is related a2a support inside ADK.needs review[Status] The PR/issue is awaiting review from the maintainer[Status] The PR/issue is awaiting review from the maintainerrequest clarification[Status] The maintainer need clarification or more information from the author[Status] The maintainer need clarification or more information from the author
Metadata
Metadata
Assignees
Labels
a2a[Component] This issue is related a2a support inside ADK.[Component] This issue is related a2a support inside ADK.needs review[Status] The PR/issue is awaiting review from the maintainer[Status] The PR/issue is awaiting review from the maintainerrequest clarification[Status] The maintainer need clarification or more information from the author[Status] The maintainer need clarification or more information from the author
Describe the bug
Eventhough I'm directing subagents to transfer_to_agent to parent agent after the operation finish, it does not comply my rules.
(I'm not using Agent Tool because using subagent is more suitable for my use case)
To Reproduce
Instruct subagent to return back to the parent agent and run the root agent in a way that uses subagent.
It sometimes comply sometimes does not comply.
Expected behavior
It should have turn back to the parent agent.
Desktop (please complete the following information):
Model Information:
Additional context
I've a recommendation, intruducing a parameter specifically for this task, eable subagents to return back to the parent.
It can be an ADK parameter on agent which is boolean.