"Greetings, World!": Our first agent
Diese Übung ist Teil des Kurses
Building AI Agents with Google ADK
Anleitung zur Übung
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.
Interaktive Übung
In dieser interaktiven Übung kannst du die Theorie in die Praxis umsetzen.
