Created
December 5, 2025 09:31
-
-
Save yoyu777/f6b0986787b77d960a227df8f634143f to your computer and use it in GitHub Desktop.
Task 3.3: Create the validation agent runner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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