Skip to content

Instantly share code, notes, and snippets.

@yoyu777
Created December 5, 2025 09:31
Show Gist options
  • Select an option

  • Save yoyu777/f6b0986787b77d960a227df8f634143f to your computer and use it in GitHub Desktop.

Select an option

Save yoyu777/f6b0986787b77d960a227df8f634143f to your computer and use it in GitHub Desktop.
Task 3.3: Create the validation agent runner
from google.adk.runners import Runner
validation_agent_runner = Runner(
agent=validation_agent, # We will reference the previous agent we created here
session_service=session_service, # reference the session service we are going to use
app_name=app_name
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment