4 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
57
views
How to transfer_to_agent when escalate in a LoopAgent using Google-ADK
Does LoopAgent return control to parent after escalate in Google ADK?
I'm using Google ADK with this structure:
root_agent (LlmAgent)
└── loop (LoopAgent)
├── generator
├── critic
└── status_checker (...
0
votes
0
answers
59
views
After Runner and Session Service setup it showing "Google AI API is missing"
an error occurred: Missing key inputs argument! To use the Google AI API, provide (`api_key`) arguments. To use the Google Cloud API, provide (`vertexai`, `project` & `location`) arguments.
I'm ...
1
vote
0
answers
56
views
Duplicate reponse from ADK when calling streaming reponse
I’m using Google ADK with a Sequential Workflow orchestrator.
I have two agents:
sql_agent – generates SQL query
execute_sql_agent – executes SQL query
I’m streaming responses into a custom Chainlit ...
0
votes
1
answer
136
views
google ADK a2a SSE
I implemented an agent to be called by an orchestrator using a2a.
Both agents are running and the ADK works well with it, however since I have a long-lasting session on the sub-agent (called through ...