Challenge 1: First Scan
Introduction
We’re taking baby steps, let’s get started with our development environment. This challenge is all about getting the quintessential Agent to work so that we can start building it further.
Note
You could run this (and the remaining challenges) from any VM, but we recommend you to use Cloud Shell as it comes with most of the prerequisites pre-installed.
Description
We’ve already prepared a code base for you and put it in a Git repository (your coach will provide you the link). Clone that on Cloud Shell, create a virtual environment and install the requirements.
Once everything is set up, run adk web
and make sure that the agent responds back.
Success Criteria
- The Git repository has been cloned to Cloud Shell.
- You get no errors when you greet the agent from the
adk web
UI. - No code was modified.
Learning Resources
Tips
- Easiest option for ADK authentication is to use a properly configured
.env
file.