LoslegenKostenlos loslegen

In the loop: Running our agent

Diese Übung ist Teil des Kurses

Building AI Agents with Google ADK

Kurs anzeigen

Anleitung zur Übung

You're now ready to bring your agent to life! To chat with your LlmAgent, stitch together these essential elements:

  • Set the session ID to "welcome_session".
  • Create a session, using the session service to initialize the session.
  • Initialize a Runner using the agent, app name, and session service.
  • Call the runner asynchronously to stream the response from the agent.


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.

Übung starten