メインコンテンツへスキップ

Python

Talks & Events

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.

Articles

Antigravity 2.0 への銀河ヒッチハイク・ガイド

· 14 分· loading · loading
エージェント・コーディング
Google I/O 2026 で発表された Google Antigravity 2.0 エコシステムの包括ガイド。スタンドアロンのデスクトップアプリ、Go 製のターミナル CLI、プログラムから操作可能な Python SDK を詳しく解説します。

ADK、Ollama、SQLite で完全オフラインなエージェントを構築する方法

· 15 分· loading · loading
エージェント開発
AI エージェントを完全オフラインで動作させる方法を解説します。クラウドモデルから Ollama 経由のローカル Qwen 2.5 への切り替えや、SQLite と sqlite-rag を使った Osquery スキーマおよびクエリパックのローカル RAG 構築手順を詳しく紹介します。

Dev-UI の先へ:ADK エージェントのカスタムインターフェースを構築する

· 18 分· loading · loading
エージェント開発
Google ADK エージェントにレトロスタイルのカスタムインターフェースを構築する実践ガイド。FastAPI とバニラ JavaScript を用いて標準の Dev-UI を置き換え、Gemini CLI で生成したアバターをリアルタイムストリーミングに合わせてアニメーションさせる手法を解説します。

Agent Development Kit で診断エージェントを作成する方法

· 18 分· loading · loading
エージェント開発
Agent Development Kit(ADK)を使用して診断エージェントを作成するための実践ガイドです。開発プロセスを詳しく解説し、Vertex AI RAG を活用してエージェントの回答精度を高める方法を説明します。

Vertex AI SDK for Python を深く掘り下げる

· 16 分· loading · loading
エージェント開発
Vertex AI SDK for Python を使用して、クライアントコードと Gemini API 間の通信モデル、メッセージ構造、および低レイヤーでの手動 Function Calling の仕組みを深く掘り下げて解説します。