↓ Ir para o conteúdo principal

Gemini

Talks & Events

Build a photo restoration app using Genkit Go and Nano Banana Pro

In this codelab, we are going to build GlowUp, a photo restoration tool. GlowUp uses AI to restore old, damaged, or black-and-white photos, creating high-quality 4K color images. You can use this tool to give a new life to your family photos, or even adapt it to restore damaged illustrations, drawings, paintings or other forms of images.

Vibe Code a 2D Game using Go and Gemini

This talk provides supporting material for a workshop focused on "vibe coding" a 2D game. It demonstrates how to build such a game using the Go programming language and the Gemini AI.

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.

Tech Talk: 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". This AI agent will be built step by step using Python, Vertex AI, Gemini and OSQuery.

How to create a diagnostics 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".

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.

Gemini 2.x for Developers

Hands-on workshop on building and deploying applications with the latest Gemini 2.x models, covering multimodal capabilities, tool use, and best practices for developer workflows.

Articles

Gemini para Desenvolvedores Go: Programando com o Gemini

· 19 minutos· loading · loading
Codificação Agente
Na Parte 2 de Gemini para Desenvolvedores Go, exploramos a afinidade agentiva do Go, as superfícies do Antigravity e como configurar um fluxo prático de desenvolvimento nativo de IA em Go.

Trazendo Fotos Antigas à Vida com Genkit e Gemini 3

· 13 minutos· loading · loading
GenAI Aplicada
Aprenda a construir uma ferramenta de restauração de fotos em alta fidelidade usando Go, Genkit e os recursos 4K nativos do Nano Banana Pro (Gemini 3 Pro Image).

Como Construir um Agente Offline com ADK, Ollama e SQLite

· 13 minutos· loading · loading
Desenvolvimento de Agentes
Aprenda a tornar seu agente de IA totalmente offline. Veja o passo a passo para substituir o modelo em nuvem por um modelo local Qwen 2.5 via Ollama e construir uma base de conhecimento RAG local com SQLite e sqlite-rag para consultar schemas e packs do Osquery.

Além da Dev-UI: Construindo uma Interface Personalizada para Agentes ADK

· 15 minutos· loading · loading
Desenvolvimento de Agentes
Eleve o nível do seu agente Google ADK com uma interface personalizada em estilo retrô. Este guia passo a passo mostra como substituir a Dev-UI padrão usando FastAPI e JavaScript vanilla, adicionando personalidade com um avatar gerado por IA com animação e streaming em tempo real.

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.

Olá, Mundo MCP: Arquitetura Model Context Protocol em Go

· 11 minutos· loading · loading
Desenvolvimento de Agentes
Baseado na minha keynote na GopherCon UK 2025, este artigo é uma introdução ao Model Context Protocol (MCP), explorando seus conceitos centrais, arquitetura e os blocos fundamentais — Tools, Prompts e Resources — usados para criar aplicações com suporte a IA em Go.

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.