The second content module “Running Voice Agents on DeepLearning.AI” has no context and lacks sufficient instruction to be useful on its own. Nonetheless one can install google-adk into a local Python environment and use it if they wish. But the material should be clarified.
The second module “Build your first agent” is a notebook that seems to preclude the requirement to set this up locally. Okay, great. But on attempting to chat with an agent via the ADK UI, an error is shown:
``` {"error": "404 NOT_FOUND. {'error': {'code': 404, 'message': 'models/gemini-2.0-flash-live-001 is not found for API version v1beta, or is not supported for generateContent. Call ListModels to see the list of available models and their supported methods.', 'status': 'NOT_FOUND'}}"}
```
Am I doing something wrong here or is this material simply not ready for prime time?
Agent interactions work via voice by clicking the microphone icon and talking.
They do not work (and repro the error I posted above) if you type to the agent, e,g. writing “Hello”.
This could use a note in the docs, I think. While it is a voice agent class, it wasn’t obvious to me that interaction via text wouldn’t work, and the error is opaque.
Alternatively perhaps the ability to type can be shut off in the ADK UI to constrain interaction to voice only.
Also, I’d like to add about the reading item in the course that is meant to give a starting point about the folder handling and how to test the voice agents
Can you @joncooper and @rustuyucel please try again with this guidance? or is there another specific/new issue you might be facing now? I’ll be happy to help!