Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Deploying AI agents on Agent Platform

Sponsored · SiteGround - Reliable hosting with speed, security, and support you can count on.

Deploying AI agents on Agent Platform

Build with AI Surabaya 2026
23 May 2026

Avatar for Kamolphan Liwprasert

Kamolphan Liwprasert

May 23, 2026

More Decks by Kamolphan Liwprasert

Other Decks in Technology

Transcript

  1. Deploying AI agents on Agent Platform Surabaya Fon - Kamolphan

    Liwprasert Google Developer Expert - Cloud
  2. Surabaya Fon - Kamolphan Liwprasert @fonylew ⠀ Data Team Lead

    @ AIMET.tech (AI for mental health) ⠀ Google Developer Expert - Cloud ⠀ GDG Cloud Bangkok Organizer 🎓 PhD student in Computer Eng. 🌧 Google Cloud Authorized Trainer 🐰 Online course instructor in Data/AI Engineering @DataTH
  3. Prompt to Antigravity CLI (agy) /planning Use agents-cli to scaffold

    a multi-agent system named 'SuroboyoKulinerFinder' using gemini-3.5-flash. - Create a root orchestrator agent that receives a vibe request (e.g., 'Warkop open now near Unair with fast Wi-Fi'). - Connect it to a sub-agent named 'maps_scout' that uses the Google Maps MCP server, and a second sub-agent named 'budget_vibe_check' that filters out places with expensive prices or low ratings. - Lastly, add the tool get_conversion_rate to help convert currency. Using this GET url "https://hexarate.paikama.co/api/rates/latest/{base}?target={target}"
  4. https://adk.dev/deploy/gke/#code-files FROM python:3.13-slim WORKDIR /app COPY requirements.txt . RUN pip

    install --no-cache-dir -r requirements.txt RUN adduser --disabled-password --gecos "" myuser && \ chown -R myuser:myuser /app COPY . . USER myuser ENV PATH="/home/myuser/.local/bin:$PATH" CMD ["sh", "-c", "uvicorn main:app --host 0.0.0.0 --port $PORT"] Dockerfile
  5. Codelabs from Google Cloud Next 26 • https://goo.gle/buildagents • https://goo.gle/multi-agents

    • https://goo.gle/agentswithmemory • https://goo.gle/debugagents • https://goo.gle/intenttoinfra
  6. D o not edit H ow to change the design

    Audience Q&A Presenting with animations, GIFs or speaker notes? Enable our Chrome extension
  7. TERIMA KASIH 󰚦 Surabaya Fon - Kamolphan Liwprasert Data Team

    Lead, AIMET.tech Google Developer Expert - Cloud