Skip to content

mathbullet/google-adk-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

google-adk-tutorial

Google ADK for Pythonのサンプルコード集

ディレクトリ構成

  • src/basic/ ... 基本的なチャットボット
  • src/counter/ ... 文字数カウントツール付きエージェント
  • src/search/ ... Google検索ツール付きエージェント
  • src/multiagent/ ... サブエージェントを持つエージェント
  • src/multiagent_loop/ ... ループ構造を持つマルチエージェント

セットアップ

uv sync

環境変数の設定

.env ファイルを作成し、Google API Keyを設定してください。

cp .env.example .env

.env の内容:

GOOGLE_API_KEY=your_google_api_key_here

Web UI の立ち上げ

以下のコマンドでWeb UIを起動できます。

uv run adk web --reload_agents

起動後、ターミナルに表示されるURLにアクセスしてください。

About

Google ADKの実装サンプル集

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages