Ir para o conteúdo principal

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

Como Criar um Agente de Diagnóstico com o Agent Development Kit

· 15 minutos· loading · loading
Desenvolvimento de Agentes
Este artigo é um guia para criar um agente de diagnóstico com o Agent Development Kit (ADK). Ele aborda o processo de desenvolvimento e explica como usar o Vertex AI RAG para melhorar a qualidade das respostas do agente.

Explorando a Fundo o SDK da Vertex AI para Python

· 11 minutos· loading · loading
Desenvolvimento de Agentes
Este artigo explora o modelo de comunicação entre o código cliente e a API Gemini usando o SDK da Vertex AI para Python.