"Greetings, World!": Our first agent
Este ejercicio forma parte del curso
Building AI Agents with Google ADK
Instrucciones del ejercicio
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.
Ejercicio interactivo práctico
Pon en práctica la teoría con uno de nuestros ejercicios interactivos
