这是indexloc提供的服务,不要输入任何密码
Skip to content

A simple Agent Development Kit starter repo with one agent that can get the top Hacker News posts and the trending GitHub repos

Notifications You must be signed in to change notification settings

patrickloeber/adk-starter-find-trending-stuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Agent to get Hacker News posts and trending GitHub repos

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.

screenshot

1. Installation

Install ADK and helper libraries:

pip install google-adk
pip install requests beautifulsoup4

2. Configure API key

Needs a free Gemini API key.

Rename .env.template to .env and put your own API key in the GOOGLE_API_KEY variable.

3. Start the Web UI

In the root directory, run:

adk web

About

A simple Agent Development Kit starter repo with one agent that can get the top Hacker News posts and the trending GitHub repos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages