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

Agent Development

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.

Making of GoDoctor: an MCP server for Go development

A deep dive into the design and implementation of GoDoctor, a specialized Model Context Protocol (MCP) server for Go. This talk explores how giving agents specialized tools can significantly improve their effectiveness and reliability.

Tech Talk: Diagnostic agent using Gemini and OSQuery

Inspired by the "computer" in Star Trek, in this talk we are going to create a natural language diagnostic agent that can answer questions about your computer, from asking the number of cores and amount of memory installed to running a "Level 1 Diagnostic Procedure". This AI agent will be built step by step using Python, Vertex AI, Gemini and OSQuery.

How to create a diagnostics agent using Gemini and OSQuery

Inspired by the "computer" in Star Trek, in this talk we are going to create a natural language diagnostic agent that can answer questions about your computer, from asking the number of cores and amount of memory installed to running a "Level 1 Diagnostic Procedure".

How to Build an MCP Server with Go and Gemini CLI

Hands-on workshop on building and deploying a Model Context Protocol (MCP) server to extend the capabilities of the Gemini CLI, transforming it into a specialized development expert.

Hello, MCP World!

Keynote presentation introducing the Model Context Protocol (MCP), exploring its core concepts, architecture, and the building blocks used to create AI-enabled applications with Go.

How to Build an MCP Server with Go and Gemini CLI

Hands-on workshop on building and deploying a Model Context Protocol (MCP) server to extend the capabilities of the Gemini CLI, transforming it into a specialized development expert.

How to create a diagnostic agent using Gemini and OSQuery

Inspired by the "computer" in Star Trek, in this talk we are going to create a natural language diagnostic agent that can answer questions about your computer, from asking the number of cores and amount of memory installed to running a "Level 1 Diagnostic Procedure".

The Gopher's Craft in the Age of AI

The talk explores the evolving role of Gophers in the age of AI, focusing on extending language models with custom tools and integrating AI as a powerful extension of skills, using the Model Context Protocol (MCP) and live Go demonstrations.

Hello, MCP World!

Keynote presentation at The National Museum of Computing exploring the Model Context Protocol (MCP), its core architecture, and how AI agents and developer tooling are shaping the technical job roles of 2030.

Como criar um agente de diagnósticos usando Gemini e Osquery

This talk demonstrates how to build an AI agent step-by-step using Python, Vertex AI, Gemini, and Osquery. It explores how Osquery, a tool for exposing OS information via SQL, can be leveraged by large language models to enable advanced diagnostics through natural language queries, eliminating the need to memorize complex command lines.

Hello, MCP World!

Keynote presentation at GopherCon UK 2025. An introduction to the Model Context Protocol (MCP), exploring its core concepts, architecture, and the building blocks used to create AI-enabled applications with Go.

Articles

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

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

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

·6 分· loading · loading
agent development adk fastapi gemini javascript python tutorial
Google ADK エージェントにレトロスタイルのカスタムインターフェースを構築する実践ガイド。FastAPI と JavaScript を用いて標準の Dev-UI を置き換え、リアルタイムストリーミングと連動して動く AI 生成アバターを実装する手順を解説します。

Agent Development Kit (ADK) で診断エージェントを作成する

·5 分· loading · loading
agent development adk gemini python rag tutorial vertex-ai
Google の Agent Development Kit (ADK) を使用して診断エージェントを構築し、Vertex AI RAG を活用して回答精度を向上させる開発手順を解説します。

Hello, MCP World!:Goで始めるModel Context Protocol入門

·3 分· loading · loading
agent development gemini golang keynote mcp
GopherCon UK 2025 での基調講演をベースに、Model Context Protocol(MCP)の基本概念、アーキテクチャ、そして Go で AI 対応アプリケーションを構築するためのビルディングブロック(Tools、Prompts、Resources)を詳しく解説します。

GoDoctorの構築:Gemini CLIとGoでMCPサーバーを作成する

·4 分· loading · loading
agent development ai codelab gemini-cli golang mcp tutorial
Model Context Protocol(MCP)とGemini CLIを活用し、AI駆動のGo開発アシスタント「GoDoctor」を構築した過程をステップバイステップで解説します。

Vertex AI SDK for Python を深く掘り下げる

·3 分· loading · loading
agent development gemini python tutorial vertex-ai
Vertex AI SDK for Python を使用して、クライアントコードと Gemini API 間の通信モデル、メッセージ構造、および低レイヤーでの手動 Function Calling の仕組みを深く掘り下げて解説します。