Google ADKgoogle-adk · Python 3.10+
1
Curious builder0 XP earned · 300 to level 2
0 daysFinish a lesson to begin
Badge collection0 of 6 unlocked
14 small wins to finish your pathNext lesson

Choosing a model

The model is a string. Change it and nothing else moves.

python
root_agent = Agent(
    model="gemini-flash-latest",
    name="root_agent",
    instruction="...",
)

Start on a fast model. Move up only when you can point at a task it is getting wrong.

Little by little, you're building something great.