Lock in $30 Savings on PRO—Offer Ends Soon! ⏳
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
ADK_for_Java.pdf
Search
clouddev-code
November 15, 2025
1
47
ADK_for_Java.pdf
clouddev-code
November 15, 2025
Tweet
Share
More Decks by clouddev-code
See All by clouddev-code
Grafana_LokiをECS_Fargateで構築する観点公開版.pdf
cloudevcode
0
15
initContainerをECSで実現したい.pdf
cloudevcode
0
9
VPC_Lattice検討したが_採用しなかった話.pptx.pptx.pdf
cloudevcode
0
9
Presentation_-_コンテナイメージ高速化技術.pptx.pdf
cloudevcode
0
11
GitHub_Copilot_AgentでするMCP_Streamable_HTTPまで.pdf
cloudevcode
0
91
EKS_Auto_Mode_Deep_Live.pdf
cloudevcode
0
37
re_invent_2024アップデートで実現可能なアーキテクチャを考える.pdf
cloudevcode
1
290
WebAssembly_workloadをEKSで利用するには.pdf
cloudevcode
0
1.4k
Fluentbit_mulitline_filterについて.pdf
cloudevcode
1
910
Featured
See All Featured
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.3k
コードの90%をAIが書く世界で何が待っているのか / What awaits us in a world where 90% of the code is written by AI
rkaga
57
40k
So, you think you're a good person
axbom
PRO
0
1.8k
Public Speaking Without Barfing On Your Shoes - THAT 2023
reverentgeek
1
280
Mobile First: as difficult as doing things right
swwweet
225
10k
Sam Torres - BigQuery for SEOs
techseoconnect
PRO
0
150
The browser strikes back
jonoalderson
0
130
Designing for Performance
lara
610
69k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.6k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
141
34k
Bioeconomy Workshop: Dr. Julius Ecuru, Opportunities for a Bioeconomy in West Africa
akademiya2063
PRO
0
31
How to Align SEO within the Product Triangle To Get Buy-In & Support - #RIMC
aleyda
1
1.3k
Transcript
Agent Development Kit for Javaで AI エージェント開発を 2025.11.15 soushi Hiruta
JJUG CCC 2025 Fall Lightning Talk
プロフィール Profile 01 Name Soushi Hiruta 02 Work 基盤設計構築 03
Community CommunityBuilder 2025 ( Container Category ) 04 興味 KubeConEU 2023~2026 05 Social X @web_se GitHub clouddev-code
目次 CONTENT 01 ADK Agent Development Kit 02 ADK for
Java QuickSttartで始め方 03 Python版との比較 Python版との比較 04 まとめ
JavaでAIエージェントするとなると LangCahin4j、Spring AI 1.1、Agent Development Kit for Java JavaでAIエージェント
Agent Development Kit GoogleからリリースしたAIエージェント開発ツール 01
AI Agentを開発するためのフレームワーク Gemini,Googleエコシステムで最適化されているが、ADKはモデル非依存 A2A、Build-in toolも豊富にある Python、Go、Java、Typescript実装が公開されている。 Agent Development Kit
ADK for Java 02
ADK for Javaの始め方 2つの情報を並べて整理するのに適したページです。 プロジェクト作成 Maven projectの作成 前提条件 Java 17+、Apache
Maven
Quick Start https://google.github.io/adk-docs/get-started/java/#run-with-command-l ine-interface
コマンドラインでの実行 mvn compile exec:java -Dexec.mainClass="com.example.agent.AgentCliRunner" 初回はmavenのcentralリポジトリからダウンロードされるので少々時間がかかる
8000だとSpringBoot+TomcatのWeb Serverは起動できたけど、真っ黒の画面になってしまった mvn compile exec:java \ -Dexec.mainClass="com.google.adk.web.AdkWebServer" \ -Dexec.args="--adk.agents.source-dir=target --server.port=8000"
分量の多テキストを入力する際に便利なページです。 Webインターフェースでの確認
mvn compile exec:java \ -Dexec.mainClass="com.google.adk.web.AdkWebServer" \ -Dexec.args="--adk.agents.source-dir=target --server.port=8080" Webインターフェースでの確認
Python版との比較 03
Root Agent java Python
Toolz java Python
JavaでもAIエージェントを! まとめ
• https://github.com/google/adk-java?tab=readme-ov-file 索引