メインコンテンツへスキップ

Adk

Talks & Events

Building Rich Agent UIs: From Text to Web Components with ADK & A2UI

Hands-on workshop demonstrating how to transform standard text-based LLM chatbots into interactive, rich web applications using the Agent Development Kit (ADK), AG-UI protocol, and A2UI to map agent outputs directly to dynamic web components.

Building Agentic Interfaces with A2UI

Deep dive into building rich, dynamic user interfaces for autonomous agents using A2UI and the Agent Development Kit (ADK).

Build Rich Agentic Interfaces with ADK and A2UI

Hands-on session demonstrating how to design and build interactive, multimodal agentic user interfaces with Google's ADK and A2UI framework.

Build your own executive assistant with ADK and Gemini

This talk explores how to leverage ADK (Assistant Development Kit) and Gemini to create a personalized executive assistant. Attendees will learn the practical steps and tools involved in developing an AI-powered assistant to streamline their workflow.

Advanced Techniques for Building Agents with ADK and Vertex AI

Agent Development Kit (ADK) is an open source agent development framework built by Google. In this talk we are going to see how to leverage Vertex AI to make production-ready agents that include features like memory, session management, artifact management, RAG and others. The session will walk you through the development of an “Executive Assistant” agent that will learn not only about your tasks, but your preferences. Even if you have never built an agent before, in this talk you will learn how to quickly ramp up using Gemini CLI, the developer knowledge MCP and codewiki, for a truly modern agent development experience.

Articles

ADK、Ollama、SQLite で完全オフラインなエージェントを構築する方法

· 15 分· loading · loading
エージェント開発
AI エージェントを完全オフラインで動作させる方法を解説します。クラウドモデルから Ollama 経由のローカル Qwen 2.5 への切り替えや、SQLite と sqlite-rag を使った Osquery スキーマおよびクエリパックのローカル RAG 構築手順を詳しく紹介します。

Dev-UI の先へ:ADK エージェントのカスタムインターフェースを構築する

· 18 分· loading · loading
エージェント開発
Google ADK エージェントにレトロスタイルのカスタムインターフェースを構築する実践ガイド。FastAPI とバニラ JavaScript を用いて標準の Dev-UI を置き換え、Gemini CLI で生成したアバターをリアルタイムストリーミングに合わせてアニメーションさせる手法を解説します。

Agent Development Kit で診断エージェントを作成する方法

· 18 分· loading · loading
エージェント開発
Agent Development Kit(ADK)を使用して診断エージェントを作成するための実践ガイドです。開発プロセスを詳しく解説し、Vertex AI RAG を活用してエージェントの回答精度を高める方法を説明します。