14 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
46
views
ADK Google Gemini: "Session not found: default when" using InMemoryRunner with LlmAgent
I'm trying to use the Google ADK LLM agent (gemini-2.5-flash-lite) in a Flask project to check tests and review test content. I'm using InMemoryRunner and InMemorySessionService to run my agents.
Here'...
0
votes
0
answers
69
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 ...
0
votes
1
answer
274
views
VertexAI Agent Engine Multimodal query using REST API
I deployed an adk agent to agent engine and I'm trying to send multimodal queries to it. I need to send text, image and voice to the agent but nothing makes it work. The documentation is awful and ...
0
votes
1
answer
153
views
Firestore not working on ADK agent deployed to Agent Engine
My ADK agent works fine locally when running on adk web, but the instance running on Agent Engine always fails to read and write data from firestore. I get an error saying 403 Missing or insufficient ...
1
vote
1
answer
446
views
How to pass session.state variable to LlmAgent's global_instruction in google.adk? (KeyError)
I'm using the Google Agent Development Kit (google.adk) to build an LlmAgent and serving it as an A2A server using the to_a2a utility.
I am trying to use a format string variable ({domain_instructions}...
0
votes
0
answers
669
views
Issue with deploying ADK Agent on Google Agent Engine
When I try to deploy an ADK python agent to Google Agent Engine using this sample https://github.com/google/adk-samples/tree/main/python/agents/auto-insurance-agent, I see the following issues in my ...
0
votes
1
answer
501
views
How to deploy ADK Agent to Google Agent Engine
Are there specific steps to deploy a Google Agent Development Kit agent to Google Cloud Agent Engine?
I'm building an AI Agent using Google Agent Development Kit in python.
I looked on http://google....
2
votes
2
answers
756
views
CORS issue with Google ADK runnning as server and consuming from react app
I’m working on a React application that needs to interact with the Google ADK. Since the ADK enables agent invocation via the API server, I’ll be following the instructions outlined in the ...
1
vote
1
answer
369
views
Python asyncio: AttributeError: 'coroutine' object has no attribute 'state' with RuntimeWarning: coroutine was never awaited
I'm trying to run a basic stateful session using the google.adk library in Python, interacting with a question_answering_agent and InMemorySessionService. I encountered a series of errors related to ...
5
votes
1
answer
2k
views
How to access an uploaded video/article from google adk web using adk tool
I'm developing an application using ADK Web (specifically with InMemoryService for artifact and session management) and am encountering difficulties accessing video files uploaded by the user.
...
4
votes
1
answer
904
views
Google ADK Building Agent - Pydantic Validation Error
I am trying to build an agent in Google adk by passing in some JSON formatted input to one agent as input_schema but for some reason the error keeps popping up.
QAAgentPrompt = "Checks the ...
0
votes
0
answers
624
views
Google ADK UI shows raw <img> tag instead of rendering image from AWS S3 presigned URL
I'm building a multimodal search assistant using Google's Agent Development Kit (ADK) with Vertex AI. I'm retrieving images stored in AWS S3 and embedding them in my agent's output using a presigned ...
1
vote
3
answers
812
views
Google ADK SequentialAgent sub_agents not waiting for user input
I’m using the Google Agent Development Kit to build a simple workflow where each sub-agent should prompt the user for input and only proceed if the validation passes. However, when I run my ...
4
votes
10
answers
9k
views
I am trying to run the Google ADK but it shows command 'adk' not found
I was following the complete quickstart quide (https://google.github.io/adk-docs/get-started/quickstart/) but after completing the installation within the python env and without it as well, when I run
...