A simple Agent Development Kit starter repo with one agent that can get the top Hacker News posts and the trending GitHub repos.
The agent uses Gemini 2.5 with function calling to decide which tool to use.
Install ADK and helper libraries:
pip install google-adk
pip install requests beautifulsoup4
Needs a free Gemini API key.
Rename .env.template
to .env
and put your own API key in the GOOGLE_API_KEY
variable.
In the root directory, run:
adk web