Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
46 views

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

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

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

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

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

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

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

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

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

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

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

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

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 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 ...

AltStyle によって変換されたページ (->オリジナル) /