Skip to content

Instantly share code, notes, and snippets.

@marttp
Created June 20, 2025 02:01
Show Gist options
  • Save marttp/c491039f7120098255a46b839c740f4d to your computer and use it in GitHub Desktop.
Save marttp/c491039f7120098255a46b839c740f4d to your computer and use it in GitHub Desktop.
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