Skip to main content

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

How to Build an Offline Agent with ADK, Ollama and SQLite

·13 mins· loading · loading
ai & development ai python tutorial rag gemini adk
Learn how to make your AI agent completely offline. We walk through swapping the cloud model for a local Qwen 2.5 via Ollama, and building a local RAG knowledge base using SQLite and sqlite-rag to query Osquery schemas and packs.

Beyond the Dev-UI: How to Build an Interface for an ADK agent

·14 mins· loading · loading
ai & development genai tutorial adk gemini python fastapi frontend agent
Elevate your Google ADK agent with a custom, retro-style interface. This step-by-step guide shows you how to replace the standard Dev-UI using FastAPI and vanilla JavaScript, adding personality with a real-time streaming, AI-generated avatar.

How to Create a Diagnostic Agent With Agent Development Kit

·14 mins· loading · loading
agent development adk gemini python rag tutorial vertex-ai
This article is a guide to creating a diagnostic agent with the Agent Development Kit (ADK). It covers the development process and explains how to use Vertex AI RAG to improve the agent’s response quality.