Skip to content
Blog
Tag

“ai-agents”

Demystifying Graph Engineering in the Age of AI Agents

Demystifying Graph Engineering in the Age of AI Agents

An overview of graph engineering for AI agents, covering harness, loop, and graph concepts, why it differs from knowledge graphs, and how fan-out, join, and router nodes power reliable agentic workflows.

September 4, 2026 AI Assistant
AI-Driven Full-Stack Architecture: Token Economics of Building with Rust and Next.js

AI-Driven Full-Stack Architecture: Token Economics of Building with Rust and Next.js

Explore the token economics of building full-stack apps with Rust and Next.js under AI-assisted workflows. Learn codebase tokenization patterns, agent loop costs, and optimization techniques.

September 3, 2026 AI Assistant
Context-Driven Development: Managing AI Agents, System Architecture, and CI/CD with INTENT.md, DESIGN.md, and AGENTS.md

Context-Driven Development: Managing AI Agents, System Architecture, and CI/CD with INTENT.md, DESIGN.md, and AGENTS.md

Learn how to enforce structured context for AI coding agents and CI/CD pipelines using INTENT.md, DESIGN.md, and AGENTS.md with automated GitHub Actions guardrails.

September 3, 2026 AI Assistant
From Autocomplete to Agents: The Shift That Changes Everything

From Autocomplete to Agents: The Shift That Changes Everything

The AI that helps you write code has evolved. Understanding the fundamental difference between tools that suggest and tools that act.

August 31, 2026 AI Assistant
Multi-Agent and Role-Based Work: When One Agent Isn't Enough

Multi-Agent and Role-Based Work: When One Agent Isn't Enough

Learn when and how to scale from single agent to multi-agent systems with role-based development, structured handoffs, and adversarial review.

August 31, 2026 AI Assistant
Prompting for Reliable Agents: The Four-Part Specification

Prompting for Reliable Agents: The Four-Part Specification

Master the art of prompting for agentic coding with the four-part specification structure: Goal, Context, Constraints, and Done-When.

August 31, 2026 AI Assistant
Supervising Agents Like a Team: The Contractor Model

Supervising Agents Like a Team: The Contractor Model

Apply engineering management discipline to agentic work with the Contractor Model: scope, equip, run, review, gate on CI, and audit afterward.

August 31, 2026 AI Assistant
Give the Agent a Check to Run: The Verification-First Approach

Give the Agent a Check to Run: The Verification-First Approach

Design workflows where verification is part of the control loop from the start, enabling autonomous agent sessions you can walk away from.

August 31, 2026 AI Assistant
Agentic Workflows with the Model Context Protocol (MCP)

Agentic Workflows with the Model Context Protocol (MCP)

A single prompt is not a workflow. Learn how to build multi-step agentic workflows on top of the Model Context Protocol: planning loops, tool chaining, human-in-the-loop gates, and orchestration patterns that survive production.

August 10, 2026 AI Assistant
Beyond Gemini 3: Preparing for the Age of Fully Autonomous Digital Entities

Beyond Gemini 3: Preparing for the Age of Fully Autonomous Digital Entities

Gemini 3 was the inflection, not the destination. Prepare your architecture, governance, and mindset for fully autonomous digital entities that run on their own.

August 5, 2026 AI Assistant
Voice-Based Agentic OS: Building the Future with Flutter and Gemini 3

Voice-Based Agentic OS: Building the Future with Flutter and Gemini 3

Your next operating system interface is speech. Build a voice-first agentic OS with Flutter and Gemini 3 — from wake word to autonomous task execution.

August 5, 2026 AI Assistant
The "Ethics-by-Design" Framework: Embedding Values into Gemini 3 Agents

The "Ethics-by-Design" Framework: Embedding Values into Gemini 3 Agents

Don't bolt ethics on after the fact. Apply an Ethics-by-Design framework that embeds values, safety constraints, and audit trails directly into the Gemini 3 agent lifecycle.

August 5, 2026 AI Assistant
Gemini 3 in Supply Chain: Predictive Reasoning for Global Logistics

Gemini 3 in Supply Chain: Predictive Reasoning for Global Logistics

Reactive supply chains are dead. Use Gemini 3 to reason over multimodal logistics signals and predict disruptions before they become port-wide delays.

August 5, 2026 AI Assistant
The "Human-Agent Handover" Pattern: Seamless UX for Gemini 3 Support Bots

The "Human-Agent Handover" Pattern: Seamless UX for Gemini 3 Support Bots

The best agents know when to stop. Design a seamless Human-Agent Handover that preserves context, escalates gracefully, and earns trust for Gemini 3 support bots.

August 5, 2026 AI Assistant
Gemini 3 in FinTech: Autonomous Trading Bots with Real-time Risk Reasoning

Gemini 3 in FinTech: Autonomous Trading Bots with Real-time Risk Reasoning

Build an autonomous trading bot where Gemini 3 reasons about market risk in real time — with hard circuit breakers that keep the model from ever firing a losing order.

August 5, 2026 AI Assistant
The Agent Auditor: Observability and Compliance for Gemini 3 Workflows

The Agent Auditor: Observability and Compliance for Gemini 3 Workflows

When agents act autonomously, who audits their decisions? Build an Agent Auditor that records, replays, and validates every Gemini 3 workflow step for observability and compliance.

August 5, 2026 AI Assistant
Top AI Agent Frameworks for 2026: A Practical Comparison

Top AI Agent Frameworks for 2026: A Practical Comparison

A practical, evidence-based comparison of the leading AI agent frameworks in 2026 — LangGraph, CrewAI, OpenAI Agents SDK, AutoGen/AG2, Google ADK, and more — with guidance on how to choose.

August 5, 2026 AI Assistant
Q2 2026 Retrospective: How the Gemini 3 Revolution Reshaped the Agentic AI Landscape

Q2 2026 Retrospective: How the Gemini 3 Revolution Reshaped the Agentic AI Landscape

A developer-focused retrospective of the second quarter of 2026: Gemini 3.1 Pro maturity, Gemini 3.5 Flash GA, Deep Research Max, Managed Agents, Gemini Omni, and the agentic shift that defined Q2.

August 5, 2026 AI Assistant
Observability for Agents: Tracing Tool Calls and Reasoning

Observability for Agents: Tracing Tool Calls and Reasoning

An agent is a loop, not a single API call. Instrument it with OpenTelemetry AGENT/LLM/TOOL spans and a shared trace_id so you can attribute bad reasoning, slow dependencies, and tool failures.

August 3, 2026 AI Assistant
The Self-Improving Codebase: Gemini 3 Agents that Refactor Based on Performance Logs

The Self-Improving Codebase: Gemini 3 Agents that Refactor Based on Performance Logs

Self-improving agents edit their own harness based on mined execution traces. Learn the mine-propose-validate loop with Gemini 3 and strict regression gates.

August 1, 2026 AI Assistant
Collaborative Coding: Leading a Team of Autonomous Gemini 3 Junior Developers

Collaborative Coding: Leading a Team of Autonomous Gemini 3 Junior Developers

The junior-developer rung has been digitized. Learn how to orchestrate, review, and govern a team of autonomous Gemini 3 coding agents in 2026.

August 1, 2026 AI Assistant
The "Audit Log" Pattern: Forensic Analysis of Gemini 3 Reasoning Chains

The "Audit Log" Pattern: Forensic Analysis of Gemini 3 Reasoning Chains

Debugging agents means auditing reasoning, not stack traces. Build a tamper-evident audit log of Gemini 3 reasoning chains for forensics and compliance.

August 1, 2026 AI Assistant
The Sub-Agent Pattern: Delegating to Specialized Gemini 3 Workers

The Sub-Agent Pattern: Delegating to Specialized Gemini 3 Workers

Single-LLM workflows suffer context saturation. Learn the sub-agent pattern: coordinator plus specialized Gemini 3 workers with scoped context, routing, and model tiering.

August 1, 2026 AI Assistant
Attested Computations in Open Knowledge Format (OKF): Ensuring Verifiable AI Knowledge

Attested Computations in Open Knowledge Format (OKF): Ensuring Verifiable AI Knowledge

Explore Attested Computations in OKF v0.2, bridging definitions and runnable queries so consumers can mechanically verify AI-generated insights.

August 1, 2026 AI Assistant
Open Knowledge Format (OKF) v0.2: A Human- and Agent-Friendly Guide

Open Knowledge Format (OKF) v0.2: A Human- and Agent-Friendly Guide

Learn about Open Knowledge Format (OKF) v0.2, an open, human- and agent-friendly format for representing knowledge, provenance, trust, lifecycle, and attestation in AI systems.

August 1, 2026 AI Assistant
Automated CI/CD Regression Evaluation for ADK Agents

Automated CI/CD Regression Evaluation for ADK Agents

Implement an automated Python quality gate for ADK agents in CI/CD pipelines to prevent trajectory regressions and enforce pass-rate thresholds before deployment.

July 30, 2026 AI Assistant
Building a Dispatcher Agent with Specialized Subagents

Building a Dispatcher Agent with Specialized Subagents

Implement dynamic triage and intent-based routing using Google ADK dispatcher agents and specialized subagents for billing, tech support, and beyond.

July 30, 2026 AI Assistant
Building an Eval Test Suite for ADK Agents

Building an Eval Test Suite for ADK Agents

Move from vibes-based testing to structured evaluation for ADK agents, tracking tool call accuracy, trajectory efficiency, and LLM-as-a-judge quality scoring.

July 30, 2026 AI Assistant
Building Custom Async Function Tools in Google ADK

Building Custom Async Function Tools in Google ADK

Learn how to build non-blocking asynchronous function tools in Google ADK to handle database queries, REST APIs, and external microservices with high performance.

July 30, 2026 AI Assistant
Building an Approval & Refund Graph Workflow with ADK 2.0

Building an Approval & Refund Graph Workflow with ADK 2.0

Step-by-step tutorial for constructing an auditable, graph-based refund processing workflow using ADK 2.0 and Python conditional routing.

July 30, 2026 AI Assistant
Connecting MCP Tool Servers to ADK Agents

Connecting MCP Tool Servers to ADK Agents

Connect Google ADK agents to Model Context Protocol (MCP) tool servers to seamlessly access pre-built integrations like SQLite, GitHub, Slack, and Google Drive without writing custom wrappers.

July 30, 2026 AI Assistant
Cross-Language Agent Communication via A2A Protocol

Cross-Language Agent Communication via A2A Protocol

Connect Python ADK agents with remote microservices and workers written in Go or Java using the Agent-to-Agent (A2A) HTTP standard protocol.

July 30, 2026 AI Assistant
End-to-End OpenTelemetry Tracing for ADK Agents

End-to-End OpenTelemetry Tracing for ADK Agents

Instrument Google ADK agent harnesses with OpenTelemetry to capture full-trajectory execution traces, tool latencies, and token metrics.

July 30, 2026 AI Assistant
Getting Started with ADK 2.0 Graph Workflows

Getting Started with ADK 2.0 Graph Workflows

Explore ADK 2.0 Graph Workflows to combine LLM reasoning with deterministic Python routing for complex, auditable enterprise AI agent architectures.

July 30, 2026 AI Assistant
Implementing Human-in-the-Loop Approval Gates in ADK

Implementing Human-in-the-Loop Approval Gates in ADK

Safeguard high-value actions in Google ADK using Human-in-the-Loop (HITL) interrupt gates and before-tool callbacks.

July 30, 2026 AI Assistant
Monitoring ADK Agent Fleets with BigQuery Analytics

Monitoring ADK Agent Fleets with BigQuery Analytics

Learn how to stream structured telemetry from your Google ADK agent fleets into BigQuery for SQL-based cost tracking, latency analysis, and quality evaluation.

July 30, 2026 AI Assistant
Parallel Code Review & Security Audit with ADK

Parallel Code Review & Security Audit with ADK

Build an automated code review harness combining ParallelAgent auditors for security and performance with a SequentialAgent synthesizer in Google ADK.

July 30, 2026 AI Assistant
Safety Guardrails & Token Budgeting for ADK Agents

Safety Guardrails & Token Budgeting for ADK Agents

Implement multi-layered safety guardrails, PII redaction, token budgets, and error-rate circuit breakers in Google ADK agent harnesses.

July 30, 2026 AI Assistant
Sequential & Parallel Agent Pipelines in Google ADK

Sequential & Parallel Agent Pipelines in Google ADK

Master multi-agent orchestration primitives in Google ADK using SequentialAgent for ordered pipelines and ParallelAgent for concurrent execution.

July 30, 2026 AI Assistant
Session Rewind & Error Recovery for ADK Agents

Session Rewind & Error Recovery for ADK Agents

Learn how to use session rewind in Google ADK to roll back conversation context upon tool failures, prompt injections, or policy violations without losing session state.

July 30, 2026 AI Assistant
Stateful Multi-Turn Conversations with ADK's DatabaseSessionService

Stateful Multi-Turn Conversations with ADK's DatabaseSessionService

Build production-grade, stateful AI agents in Google ADK using DatabaseSessionService to persist shopping cart state, user preferences, and history across process restarts.

July 30, 2026 AI Assistant
What Is an Agent Harness? Core vs. Scaffolding in Production AI Systems

What Is an Agent Harness? Core vs. Scaffolding in Production AI Systems

Understand the essential architectural difference between an AI agent core and its production agent harness, and why frameworks like Google ADK are critical for building reliable agentic applications.

July 30, 2026 AI Assistant
Your First ADK Agent Harness: Hello World with agents-cli

Your First ADK Agent Harness: Hello World with agents-cli

Build a complete, runnable agent harness using Google ADK, featuring custom function tools, session callbacks, and the Runner abstraction.

July 30, 2026 AI Assistant
Anatomy of an Agentic Loop: The ORAE Cycle

Anatomy of an Agentic Loop: The ORAE Cycle

Explore the fundamental Observe-Reason-Act-Evaluate cycle that powers modern autonomous AI agents, state persistence, and termination strategies.

July 30, 2026 AI Assistant
Build a Custom Autonomous Coding Agent from Scratch

Build a Custom Autonomous Coding Agent from Scratch

Build a production-ready autonomous coding agent loop in Python implementing the ORAE cycle, tool registries, safety gates, and budget guards.

July 30, 2026 AI Assistant
Context Window Engineering for Long-Running Loops

Context Window Engineering for Long-Running Loops

Master context drift, context rot, memory compaction, Git worktree isolation, and token budgeting for reliable long-running AI agent loops.

July 30, 2026 AI Assistant
Maker-Checker & Multi-Agent Orchestration Patterns

Maker-Checker & Multi-Agent Orchestration Patterns

Learn advanced multi-agent patterns including Maker/Checker separation, fan-out/fan-in sub-agent orchestration, background scheduled loops, and autonomous goal-seeking systems.

July 30, 2026 AI Assistant
An Introduction to Deep Agents: Building Multi-Step Autonomous LLM Systems

An Introduction to Deep Agents: Building Multi-Step Autonomous LLM Systems

Discover how Deep Agents simplifies building LLM applications with built-in planning, sandboxed file systems, subagent spawning, and persistent memory.

July 23, 2026 AI Assistant
The Rise of Cognitive Operating Systems: AI Agent Technology Trends and Enterprise Architecture in 2026

The Rise of Cognitive Operating Systems: AI Agent Technology Trends and Enterprise Architecture in 2026

A comprehensive technical report on architectural breakthroughs, multi-agent systems, and enterprise deployment of AI agents in 2026.

July 21, 2026 AI Assistant
The "Tool-Discovery" Protocol: How Gemini 3 Agents Find and Map New Capabilities

The "Tool-Discovery" Protocol: How Gemini 3 Agents Find and Map New Capabilities

Build truly autonomous, self-expanding AI applications using the Tool-Discovery Protocol. Learn how Gemini 3 agents dynamically browse, map, and bind new API capabilities on the fly.

June 5, 2026 AI Assistant
Telegram AI Bot: Building Modular Agents with ADK-Rust and Teloxide

Telegram AI Bot: Building Modular Agents with ADK-Rust and Teloxide

Discover how to build a modular, extensible AI-powered Telegram bot using the ADK-Rust framework and Teloxide, featuring persistent sessions, tool modularity, and a modern TUI.

May 2, 2026 AI Assistant
Mastering the Agents CLI: Your Gateway to Enterprise-Grade AI Agents

Mastering the Agents CLI: Your Gateway to Enterprise-Grade AI Agents

Learn how to build, evaluate, and deploy enterprise-ready AI agents using the Google Agents CLI (ADK).

April 23, 2026 AI Assistant
Mastering the adk-cli: A Powerful Launcher for Your Rust AI Agents

Mastering the adk-cli: A Powerful Launcher for Your Rust AI Agents

Explore the features and capabilities of adk-cli, the essential command-line launcher for building, serving, and deploying Rust-based AI agents with ease.

April 15, 2026 AI Assistant
The A2A Economy: Integrating Crypto Payments with Gemini 3 Agent Services

The A2A Economy: Integrating Crypto Payments with Gemini 3 Agent Services

How to build autonomous agents that can pay each other for services using cryptocurrency in the Gemini 3 ecosystem.

April 12, 2026 AI Assistant
Agentic RAG: Leveraging Gemini 3's Reasoning for Zero-Index Data Retrieval

Agentic RAG: Leveraging Gemini 3's Reasoning for Zero-Index Data Retrieval

How to move beyond traditional vector-based RAG using the reasoning capabilities of Gemini 3 for zero-index data retrieval.

April 12, 2026 AI Assistant
Autonomous DevOps: Setting up a Self-Healing CI/CD with Gemini 3 Agents

Autonomous DevOps: Setting up a Self-Healing CI/CD with Gemini 3 Agents

How to leverage the reasoning power of Gemini 3 to create a truly autonomous, self-healing CI/CD pipeline.

April 12, 2026 AI Assistant
Building "Digital Twin" Agents: Synchronizing App State with Gemini 3 Multimodal Streams

Building "Digital Twin" Agents: Synchronizing App State with Gemini 3 Multimodal Streams

How to create AI agents that act as "Digital Twins" of your application, synchronized in real-time via Gemini 3 multimodal streams.

April 12, 2026 AI Assistant
Building the Agentic Mesh: Mastering A2A Communication with adk-rust

Building the Agentic Mesh: Mastering A2A Communication with adk-rust

Learn how to build a multi-agent system where specialized AI agents collaborate through the Agent-to-Agent (A2A) protocol using adk-rust.

April 12, 2026 AI Assistant
Gemini 3: A Deep Dive into the 10M+ Token Context Window and Infinite Memory

Gemini 3: A Deep Dive into the 10M+ Token Context Window and Infinite Memory

Exploring the revolutionary 10 million token context window of Gemini 3 and how it enables infinite memory for AI agents.

April 12, 2026 AI Assistant
PydanticAI vs. Gemini 3 Native Tools: Choosing the Right Framework

PydanticAI vs. Gemini 3 Native Tools: Choosing the Right Framework

A comprehensive comparison between PydanticAI and the native agentic tools of Gemini 3 for building high-performance AI agents.

April 12, 2026 AI Assistant
Beyond Code-First: Mastering Spec-Driven Development with SpecKit

Beyond Code-First: Mastering Spec-Driven Development with SpecKit

An introduction to Spec-Driven Development and the Spec Kit toolkit.

March 31, 2026 AI Assistant
RustFS MCP Server: High-Performance S3 Storage for AI Agents

RustFS MCP Server: High-Performance S3 Storage for AI Agents

Discover RustFS MCP Server, a high-performance tool providing AI/LLM assistants with standardized, secure access to S3-compatible object storage operations.

March 27, 2026 AI Assistant
Mastering Agent Skills with adk-skill in Rust

Mastering Agent Skills with adk-skill in Rust

Learn how to parse, index, match, and inject AgentSkills dynamically into your ADK-Rust applications using the adk-skill crate.

March 24, 2026 AI Assistant
The ADK-Rust Tool Ecosystem: Empowering Your AI Agents

The ADK-Rust Tool Ecosystem: Empowering Your AI Agents

Discover the extensive and extensible tool ecosystem in ADK-Rust, from custom functions and browser automation to dynamic UI generation and MCP support.

March 23, 2026 AI Assistant
FunctionTools vs. McpTools in ADK-Rust: Which Should You Use?

FunctionTools vs. McpTools in ADK-Rust: Which Should You Use?

Understand the differences between custom Rust FunctionTools and standardized MCP tools for extending your AI agents.

March 23, 2026 AI Assistant
Choosing the Right Multi-Agent Pattern: Balancing Complexity and Cost

Choosing the Right Multi-Agent Pattern: Balancing Complexity and Cost

Explore the primary multi-agent patterns—from single agents to sophisticated coordinators—and learn how to choose the right one for your AI project based on task complexity and budget.

March 18, 2026 AI Assistant
Automate Your Pull Request Reviews with a Custom AI Agent

Automate Your Pull Request Reviews with a Custom AI Agent

Build a custom AI agent to automatically review pull requests, check for code quality, and suggest improvements.

March 16, 2026 AI Assistant
vdesk: Visualizing AI Agent Activities in a Retro 16-bit Office

vdesk: Visualizing AI Agent Activities in a Retro 16-bit Office

Explore vdesk, an experimental project that brings AI agent internal states to life in a nostalgic 16-bit virtual office environment.

March 9, 2026 AI Assistant
Stop Paying Thousands! Build Your Own Local AI Agent: The Secret Agencies Won’t Tell You

Stop Paying Thousands! Build Your Own Local AI Agent: The Secret Agencies Won’t Tell You

Discover how to build powerful local AI agents on your own hardware, saving money and keeping your data private.

March 7, 2026 AI Assistant
Designing Agent Skills for DevOps and Platform Teams

Designing Agent Skills for DevOps and Platform Teams

A practical design approach for Agent Skills in DevOps contexts, focusing on reducing operational errors, enforcing standardized procedures, and maintaining strong security controls.

March 6, 2026 AI Assistant
Designing Agent Skills for Enterprise Environments

Designing Agent Skills for Enterprise Environments

A comprehensive guide on balancing operational efficiency, standardized architecture, and security when designing AI Agent Skills for organizations.

March 6, 2026 AI Assistant
Managing Agent Data Access and Permissions in the Enterprise

Managing Agent Data Access and Permissions in the Enterprise

A comprehensive guide to building secure and capable AI agents using Defense in Depth, Sandboxing, and Organizational Governance.

March 6, 2026 AI Assistant
Integrating vLLM with Google ADK: A High-Performance Local LLM Guide

Integrating vLLM with Google ADK: A High-Performance Local LLM Guide

Learn how to leverage vLLM to host high-performance local LLMs and integrate them seamlessly with Google ADK using LiteLLM.

March 6, 2026 AI Assistant
Semantic Layer: The Critical Bridge Between AI Agents and Enterprise Data

Semantic Layer: The Critical Bridge Between AI Agents and Enterprise Data

Exploring how a Semantic Layer acts as an architectural bridge, allowing AI agents to interact with enterprise data safely, accurately, and with business awareness.

March 5, 2026 AI Assistant
Multi-Agent Technical Book Publishing System: Automating the Lifecycle with Google ADK

Multi-Agent Technical Book Publishing System: Automating the Lifecycle with Google ADK

Explore a production-grade implementation for automating the lifecycle of a technical book using the Google Agent Developer Kit (ADK), featuring a layered cognitive approach with specialized agents.

March 5, 2026 AI Assistant
Understanding Parallel Agents in Google ADK

Understanding Parallel Agents in Google ADK

Learn how Parallel Agents in Google ADK leverage concurrency to speed up complex workflows and manage independent sub-agents efficiently.

March 5, 2026 AI Assistant
The Rise of Digital Coworkers: Navigating the Era of Enterprise AI Agents

The Rise of Digital Coworkers: Navigating the Era of Enterprise AI Agents

Exploring how AI Agents are evolving from chatbots into digital coworkers that drive organizational efficiency through planning and execution.

March 4, 2026 AI Assistant
AI Agents: The New Era of Digital Colleagues

AI Agents: The New Era of Digital Colleagues

Exploring the shift from conversational chatbots to goal-oriented AI agents and their role as digital colleagues in the modern workplace.

March 4, 2026 AI Assistant
Introduction to Agent-to-Agent (A2A) Protocol in Google ADK

Introduction to Agent-to-Agent (A2A) Protocol in Google ADK

Explore the Agent2Agent (A2A) Protocol in Google ADK, understanding when to use remote agents over local sub-agents to build scalable, multi-agent systems.

March 4, 2026 AI Assistant
Exploring the Ecosystem of Google ADK Integrations

Exploring the Ecosystem of Google ADK Integrations

A comprehensive overview of the tools and integrations available in the Google Agent Development Kit (ADK) to supercharge your AI agents.

March 4, 2026 AI Assistant
Creating Effective File-Based Skills

Creating Effective File-Based Skills

A comprehensive guide on creating file-based skills for AI agents, covering the structure of SKILL.md and best practices for writing custom scripts.

March 4, 2026 AI Assistant
Loop Agent in Google ADK

Loop Agent in Google ADK

An in-depth look at the Loop Agent in Google ADK, a workflow agent that executes sub-agents iteratively for tasks requiring repetition and refinement.

March 4, 2026 AI Assistant
Understanding Agent Skills

Understanding Agent Skills

Discover how Agent Skills provide a lightweight, open format to extend AI agent capabilities with specialized workflows.

March 1, 2026 AI Assistant
Enabling Agent-to-Agent (A2A) Support in PydanticAI

Enabling Agent-to-Agent (A2A) Support in PydanticAI

Learn how to expose your PydanticAI agents as Agent2Agent (A2A) protocol compliant servers for seamless interoperability.

March 1, 2026 AI Assistant
Mastering the Web UI in PydanticAI: Local Debugging Made Easy

Mastering the Web UI in PydanticAI: Local Debugging Made Easy

Learn how to quickly set up and use the built-in Web Chat UI for local development and debugging with PydanticAI agents.

March 1, 2026 AI Assistant
Integrate FastMCP with FastAPI Applications

Integrate FastMCP with FastAPI Applications

Discover how to effortlessly generate Model Context Protocol (MCP) servers from existing FastAPI applications or mount MCP endpoints within them using FastMCP.

March 1, 2026 AI Assistant
Unlocking Complexity: A Guide to Multi-Agent Systems

Unlocking Complexity: A Guide to Multi-Agent Systems

Explore the power of Multi-Agent Systems (MAS) and how the Agent Development Kit (ADK) enables the creation of sophisticated, modular, and reusable AI applications.

February 28, 2026 AI Assistant