<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Agent Development on danicat.dev</title><link>https://danicat.dev/categories/agent-development/</link><description>Recent content in Agent Development on danicat.dev</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>daniela@danicat.dev (Daniela Petruzalek)</managingEditor><webMaster>daniela@danicat.dev (Daniela Petruzalek)</webMaster><copyright>© 2026 Daniela Petruzalek</copyright><lastBuildDate>Wed, 17 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://danicat.dev/categories/agent-development/index.xml" rel="self" type="application/rss+xml"/><item><title>Build Rich Agentic Interfaces with ADK and A2UI</title><link>https://danicat.dev/codelabs/adk-gemini-a2ui/?utm_source=rss&amp;utm_medium=feed&amp;utm_campaign=rss_reader</link><pubDate>Wed, 17 Jun 2026 00:00:00 +0000</pubDate><author>daniela@danicat.dev (Daniela Petruzalek)</author><guid isPermaLink="false">https://danicat.dev/codelabs/adk-gemini-a2ui/</guid><description>In this codelab you are going to explore how to enhance your agent using A2UI to build dynamic interfaces beyond simple text and markdown.</description></item><item><title>Create Your Own Executive Assistant with Agent Development Kit</title><link>https://danicat.dev/codelabs/cloud-adk-executive-assistant/?utm_source=rss&amp;utm_medium=feed&amp;utm_campaign=rss_reader</link><pubDate>Wed, 11 Mar 2026 00:00:00 +0000</pubDate><author>daniela@danicat.dev (Daniela Petruzalek)</author><guid isPermaLink="false">https://danicat.dev/codelabs/cloud-adk-executive-assistant/</guid><description>In this codelab you are going to learn how to create your own AI Executive Assistant using Agent Development Kit (ADK) and Gemini.</description></item><item><title>Build an MCP Server with Go and Gemini CLI</title><link>https://danicat.dev/codelabs/gemini-cli-mcp-go/?utm_source=rss&amp;utm_medium=feed&amp;utm_campaign=rss_reader</link><pubDate>Wed, 04 Feb 2026 00:00:00 +0000</pubDate><author>daniela@danicat.dev (Daniela Petruzalek)</author><guid isPermaLink="false">https://danicat.dev/codelabs/gemini-cli-mcp-go/</guid><description>Learn how to extend the Gemini CLI with custom tools using the Model Context Protocol (MCP) in Go.</description></item><item><title>How to Build an Offline Agent with ADK, Ollama and SQLite</title><link>https://danicat.dev/posts/building-aida-part-2/?utm_source=rss&amp;utm_medium=feed&amp;utm_campaign=rss_reader</link><pubDate>Mon, 03 Nov 2025 09:00:00 +0000</pubDate><author>daniela@danicat.dev (Daniela Petruzalek)</author><guid isPermaLink="false">https://danicat.dev/posts/building-aida-part-2/</guid><description>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 &lt;code&gt;sqlite-rag&lt;/code&gt; to query Osquery schemas and packs.</description><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://danicat.dev/posts/building-aida-part-2/featured.png"/></item><item><title>Beyond Dev-UI: Building a Custom Interface for ADK Agents</title><link>https://danicat.dev/posts/building-aida/?utm_source=rss&amp;utm_medium=feed&amp;utm_campaign=rss_reader</link><pubDate>Fri, 31 Oct 2025 11:43:35 +0000</pubDate><author>daniela@danicat.dev (Daniela Petruzalek)</author><guid isPermaLink="false">https://danicat.dev/posts/building-aida/</guid><description>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.</description><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://danicat.dev/posts/building-aida/featured.png"/></item><item><title>How to Create a Diagnostic Agent with Agent Development Kit</title><link>https://danicat.dev/posts/diagnostic-agent-with-adk/?utm_source=rss&amp;utm_medium=feed&amp;utm_campaign=rss_reader</link><pubDate>Tue, 21 Oct 2025 15:44:03 +0100</pubDate><author>daniela@danicat.dev (Daniela Petruzalek)</author><guid isPermaLink="false">https://danicat.dev/posts/diagnostic-agent-with-adk/</guid><description>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&amp;rsquo;s response quality.</description><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://danicat.dev/posts/diagnostic-agent-with-adk/featured.jpg"/></item><item><title>Hello, MCP World: Model Context Protocol Architecture with Go</title><link>https://danicat.dev/posts/hello-mcp-world/?utm_source=rss&amp;utm_medium=feed&amp;utm_campaign=rss_reader</link><pubDate>Sun, 17 Aug 2025 15:00:00 +0000</pubDate><author>daniela@danicat.dev (Daniela Petruzalek)</author><guid isPermaLink="false">https://danicat.dev/posts/hello-mcp-world/</guid><description>Based on my keynote at Gophercon UK 2025, this article is an introduction to the Model Context Protocol (MCP), exploring its core concepts, architecture, and the building blocks — Tools, Prompts, and Resources — used to create AI-enabled applications with Go.</description><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://danicat.dev/posts/hello-mcp-world/featured.jpg"/></item><item><title>Building GoDoctor: How to Build an MCP Server with Gemini CLI and Go</title><link>https://danicat.dev/posts/how-to-build-an-mcp-server-with-gemini-cli-and-go/?utm_source=rss&amp;utm_medium=feed&amp;utm_campaign=rss_reader</link><pubDate>Tue, 29 Jul 2025 00:00:00 +0000</pubDate><author>daniela@danicat.dev (Daniela Petruzalek)</author><guid isPermaLink="false">https://danicat.dev/posts/how-to-build-an-mcp-server-with-gemini-cli-and-go/</guid><description>A step-by-step guide on how I built GoDoctor, an AI-powered Go development assistant, using the Model Context Protocol (MCP) and the Gemini CLI.</description><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://danicat.dev/posts/how-to-build-an-mcp-server-with-gemini-cli-and-go/featured.png"/></item><item><title>Boldly Prompting: A Practical Guide to System Instructions and Agent Tools</title><link>https://danicat.dev/posts/system-instructions-agent-tools/?utm_source=rss&amp;utm_medium=feed&amp;utm_campaign=rss_reader</link><pubDate>Wed, 11 Jun 2025 00:00:00 +0100</pubDate><author>daniela@danicat.dev (Daniela Petruzalek)</author><guid isPermaLink="false">https://danicat.dev/posts/system-instructions-agent-tools/</guid><description>This article explores the concepts of system instruction, session history and agent tools to create a smarter diagnostic assistant.</description><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://danicat.dev/posts/system-instructions-agent-tools/featured.jpg"/></item><item><title>Digging Deeper into the Vertex AI SDK for Python</title><link>https://danicat.dev/posts/vertex-ai-sdk-python/?utm_source=rss&amp;utm_medium=feed&amp;utm_campaign=rss_reader</link><pubDate>Thu, 05 Jun 2025 00:00:00 +0100</pubDate><author>daniela@danicat.dev (Daniela Petruzalek)</author><guid isPermaLink="false">https://danicat.dev/posts/vertex-ai-sdk-python/</guid><description>This article explores the communication model between the client code and the Gemini API using the Vertex AI SDK for Python</description><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://danicat.dev/posts/vertex-ai-sdk-python/featured.jpg"/></item><item><title>How I turned my computer into "USS Enterprise" using AI Agents</title><link>https://danicat.dev/posts/diagnostic-agent-uss-enterprise/?utm_source=rss&amp;utm_medium=feed&amp;utm_campaign=rss_reader</link><pubDate>Sat, 31 May 2025 01:00:00 +0100</pubDate><author>daniela@danicat.dev (Daniela Petruzalek)</author><guid isPermaLink="false">https://danicat.dev/posts/diagnostic-agent-uss-enterprise/</guid><description>How to create a diagnostic agent that speaks natural language using Gemini and Vertex AI Agent Engine</description><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://danicat.dev/posts/diagnostic-agent-uss-enterprise/featured.png"/></item></channel></rss>