Python
How to Build an Offline Agent with ADK, Ollama and SQLite
·13 mins·
loading
·
loading
AI & Development
Ai
Python
Tutorial
Rag
Gemini
Adk
Learn how to make your AI agent completely offline. We walk through swapping the cloud model for a local Qwen 2.5 via Ollama, and building a local RAG knowledge base using SQLite and sqlite-rag to query Osquery schemas and packs.
Beyond the Dev-UI: How to Build an Interface for an ADK agent
·14 mins·
loading
·
loading
AI & Development
Genai
Tutorial
Adk
Gemini
Python
Fastapi
Frontend
Agent
Elevate your Google ADK agent with a custom, retro-style interface. This step-by-step guide shows you how to replace the standard Dev-UI using FastAPI and vanilla JavaScript, adding personality with a real-time streaming, AI-generated avatar.
How to Create a Diagnostic Agent With Agent Development Kit
·14 mins·
loading
·
loading
AI & Development
Adk
Gemini
Vertex-Ai
Python
Rag
Tutorial
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.
Boldly Prompting: A Practical Guide to System Instructions and Agent Tools
·21 mins·
loading
·
loading
AI & Development
Gemini
Vertex-Ai
Python
Tutorial
This article explores the concepts of system instruction, session history and agent tools to create a smarter diagnostic assistant.
Digging deeper into the Vertex AI SDK for Python
·12 mins·
loading
·
loading
AI & Development
Gemini
Vertex-Ai
Python
Tutorial
This article explores the communication model between the client code and the Gemini API using the Vertex AI SDK for Python
How I turned my computer into "USS Enterprise" using AI Agents
·11 mins·
loading
·
loading
AI & Development
Gemini
Vertex-Ai
Python
Tutorial
How to create a diagnostic agent that speaks natural language using Gemini and Vertex AI Agent Engine