Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Building Open Source AI Agents with Google Gem...
Search
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Punsiri Boonyakiat
July 20, 2026
Technology
29
0
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
Building Open Source AI Agents with Google Gemma and ADK
Punsiri Boonyakiat
July 20, 2026
More Decks by Punsiri Boonyakiat
See All by Punsiri Boonyakiat
Build ADK Agent with Skills
punsiriboo
0
59
Agent Development Kit - ADK x MCP x A2A
punsiriboo
0
500
Build a Travel Agent using MCP Toolbox for Databases and ADK
punsiriboo
1
210
LINE x GEMINI in Python
punsiriboo
0
260
ChaiyoGCP#5 - CodeAlong Session#2 - Build Real World AI Applications with Gemini and Imagen
punsiriboo
0
52
AI*dea - [Thai National Telecom] AI Hackathon 2025 - LINE Chatbot with Gemini
punsiriboo
0
66
LINE DEV Meetup#6 - Agentic_AI_with_LINE_and_Conversational_Agents.pdf
punsiriboo
0
220
Gemini & Vertex AI: Revolutionizing Search with Generative API
punsiriboo
0
58
[Chaiyo GCP - Online Code Along Session] - Gemini for Data Scientist [Running Codelab]
punsiriboo
0
68
Other Decks in Technology
See All in Technology
クラウドセキュリティ入門 ~安全なクラウド利用のための基礎知識~
lhazy
12
8.4k
ブラウザ研修 2026
recruitengineers
PRO
4
790
新しい SLO が良い感じにハマっている話
z63d
5
2.1k
AI時代の強いチームの作り方
yuukiyo
26
16k
Software Supply Chain Attackからクラウド環境を守るためにできること
lhazy
2
220
【CEDEC2026】グラフィックスエンジニアのためのニューラルシェーディング入門
cygames
PRO
0
120
【5分でわかる】セーフィー エンジニア向け会社紹介
safie_recruit
0
53k
AI ネイティブな組織に Gemini Enterprise Agent Platform がなぜ必要なのか
asei
1
190
個人OSSが、机の上から世界に広がるまでの話
shinyasaita
1
370
FORENSIA: ローカルLLMフォレンジックハーネス
sumeshi
2
350
メルカリのグローバルアプリで挑んだ AlloyDB 運用と課題解決の実践記
hatappi
0
240
ホームラボ紹介
y_sera15
0
120
Featured
See All Featured
sira's awesome portfolio website redesign presentation
elsirapls
0
320
Highjacked: Video Game Concept Design
rkendrick25
PRO
1
430
Leveraging LLMs for student feedback in introductory data science courses - posit::conf(2025)
minecr
1
340
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
23k
Exploring the relationship between traditional SERPs and Gen AI search
raygrieselhuber
PRO
2
4.2k
Design in an AI World
tapps
1
280
Amusing Abliteration
ianozsvald
1
240
Building Better People: How to give real-time feedback that sticks.
wjessup
370
20k
New Earth Scene 8
popppiees
3
2.5k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
950
Building Flexible Design Systems
yeseniaperezcruz
330
40k
How To Speak Unicorn (iThemes Webinar)
marktimemedia
1
520
Transcript
AgentCamp Bangkok Building Open Source AI Agents with Google Gemma
and ADK Punsiri Boonyakiat Lead Data Engineer @Central Food Retail AI
Agenda Local LLM Models & Tools Reviews Gemma 4 Quick
Intro Agent Development Kit (ADK) Quick Start Demo
01 Editable Location Local LLM Models & Tools Reviews
What is Local LLM ? “A Local Model (or Local
LLM) is an AI model that runs directly on your own device or server instead of using AI through the internet”
Cloud LLM vs. Local LLM
Why Local LLM ? Benefits of Local Models: • •
• • Better privacy Can work offline No API cost per request More control and customization
Quick Start Local LLM Tools
Multiple Choice of Local LLMs
None
None
None
None
None
Google AI Edge Gallery
02 Editable Location Gemma 4 Quick Intro
None
None
Test Gemma Model on AI Studio
Deploy Open LLM on Cloud Run
Google Agent Platform - Model Garden
03 Editable Location Agent Development Kit (ADK)
None
v
04 Editable Location Quick Start Demo
None
None
1. Install Ollama and Pull Gemma Model
2. Install Require Python Library
3. Create Agent with ADK Cli
3. Edit agent.py
4. Run ADK Web
5. Add MCP Tools
6. Run ADK Web
References • https://docs.cloud.google.com/run/docs/tutorials/gpu-gemma-with-ollama Editable Location