ADK MultiAgent system with Custom Agents

Hi All,

I am working on ADK Multi-Agent System & I am building Custom Agent to route parallely to subagent based on certain condition like user department,user id that I get in request. Routing is working fine.

Issue comes when we use Custom Agent + Parallely calling subagents ( this is not inbuild parallel Agent as we need to only call subagent based on condition) & Tools .

Issue 1- Model final output is intermediate like - I am waiting response from Tool & close connection.

Issue 2- Subagents sharing data with each other ( Result of subagent A displayed in Result of Subagent B)

Issue 3- As agents running parallely , custom agent failing to wait for their completion.

Issue 3- Tools keep calling infinitly, found similar bug

is these known issues with Custom Agents?

A post was split to a new topic: ADK (Agent Development Kit) Multi-Agent System