Skip to main content

Build an AI Agent with Gemini 3 Pro and ADK

Google for DevelopersNovember 20, 20256 min129,324 views
6 connections·7 entities in this video→

Introduction to Gemini 3 Pro and ADK

  • πŸš€ Gemini 3 Pro is highlighted as a powerful model excelling in advanced reasoning and complex instruction following, making it ideal for building AI agents.
  • πŸ’‘ The video demonstrates how to build an AI agent using Gemini 3 Pro and the Agent Development Kit (ADK).

Project Setup and Initialization

  • πŸ› οΈ The process begins by creating an empty project folder and initializing it using UV, a Python package manager.
  • πŸ“¦ Necessary libraries, Google ADK's library and Google's JDI library, are then installed.
  • πŸ”‘ An API key from Google AI Studio is required and exported for authentication.

Agent Scaffolding and Tool Implementation

  • πŸ—οΈ The ADK create command is used to generate the basic structure for the agent, prompting the user to select a model, with Gemini 3 Pro being the chosen option.
  • πŸ” The Google Search Tool is implemented by copying and modifying code from ADK's documentation.
  • ✍️ Key code modifications include specifying Gemini 3 Pro as the model and refining the instruction set to guide the agent to cite sources implicitly based on search results.

Agent Deployment and Interaction

  • 🌐 The agent is deployed to ADK Web, providing a link to access and interact with it via a web UI.
  • πŸ’¬ An example interaction demonstrates asking the agent for horse riding lessons in a city, showcasing its ability to provide detailed, categorized responses.

Analyzing Agent's Thought Process

  • 🧠 The thought signature of Gemini 3 Pro is explored, explaining how it helps the model understand conversation context.
  • πŸ” The video details the chain of thought process, including the specific web search queries Gemini 3 Pro executed, starting broad and becoming increasingly specific.
  • πŸ“ˆ The agent's ability to refine searches, check for public transit accessibility, and verify stable operating status is highlighted as a demonstration of its advanced reasoning.
Knowledge graph7 entities Β· 6 connections

How they connect

An interactive map of every person, idea, and reference from this conversation. Hover to trace connections, click to explore.

Hover Β· drag to explore
7 entities
Chapters3 moments

Key Moments

Transcript22 segments

Full Transcript

Topics12 themes

What’s Discussed

Gemini 3 ProAI AgentAgent Development Kit (ADK)Google AI StudioGoogle Search ToolPythonUV Package ManagerAPI KeyChain of ThoughtThought SignaturesWeb UIAI Model
Smart Objects7 Β· 6 links
ProductsΒ· 4
ConceptΒ· 1
CompanyΒ· 1
MediaΒ· 1