Skip to main content

Vertex-Ai

Talks & Events

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.

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".

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.

Articles

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.

Digging deeper into the Vertex AI SDK for Python

·12 mins· loading · loading
agent development gemini python tutorial vertex-ai
This article explores the communication model between the client code and the Gemini API using the Vertex AI SDK for Python