"Greetings, World!": Our first agent
This exercise is part of the course
Building AI Agents with Google ADK
Exercise instructions
In Google ADK, an LlmAgent
wraps a language model together with the rules that define its personality and behavior. Let’s spin up your first one:
- Assign the name
"WelcomeAgent"
to your agent. - Instruct the agent to always greet the user politely.
- Set the agent to Use the model specified in the
AGENT_MODEL
variable.
Note: If you’re running DataLab in Restricted Mode, this exercise isn’t supported yet. We’re actively working on making it available in the future.
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
