Created
June 20, 2025 02:01
-
-
Save marttp/c491039f7120098255a46b839c740f4d to your computer and use it in GitHub Desktop.
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.agents import Agent | |
root_agent = Agent( | |
name="noob_agent", | |
model="gemini-2.0-flash", | |
description=("Simple agent without any tools"), | |
instruction=("You are a helpful agent who can answer user questions."), | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment