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 →
Install ADK
One package. It brings the library and the adk command line tool with it.
pip install google-adkGet a key
ADK talks to Gemini by default. Grab a free key from Google AI Studio and put it in a .env file next to your agent.
echo 'GOOGLE_API_KEY="YOUR_API_KEY"' > .envAdd .env to .gitignore
Do it before you paste the key in, not after.
Little by little, you're building something great.