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