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

Install ADK

One package. It brings the library and the adk command line tool with it.

bash
pip install google-adk

Get 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.

bash
echo 'GOOGLE_API_KEY="YOUR_API_KEY"' > .env
Add .env to .gitignore
Do it before you paste the key in, not after.

Little by little, you're building something great.