ADK-Rust journal

Articles for building AI agents in Rust.

Practical guides, architecture notes, and release stories for developers building AI agents in Rust.

FeaturedArchitecture · 14 min read

ADK-Rust v2: from agent framework to production runtime.

In March, we published the story of ADK-Rust v0.5. That release made the framework capable of more: retrieval, code execution, additional model providers, durable graphs, encrypted sessions, and a CLI that could create a useful starting project.

The next question was harder. Could those capabilities become one production system that a developer could compose, observe, secure, deploy, and keep running? The journey to v2 is the answer. It changed ADK-Rust from a growing agent toolkit into a Rust runtime for products whose agents speak, use tools, coordinate work, create artifacts, and collaborate across open protocols.

Continue reading

Latest articles

Architecture/
06

ADK-Rust v2: from agent framework to production runtime.

In March, we published the story of ADK-Rust v0.5. That release made the framework capable of more: retrieval, code execution, additional model providers, durable graphs, encrypted sessions, and a CLI that could create a useful starting project.

The next question was harder. Could those capabilities become one production system that a developer could compose, observe, secure, deploy, and keep running? The journey to v2 is the answer. It changed ADK-Rust from a growing agent toolkit into a Rust runtime for products whose agents speak, use tools, coordinate work, create artifacts, and collaborate across open protocols.

v2.0architectureproduction
14 min read
Release/
04

ADK-Rust v0.2.0: The First Stable Release

Announcing ADK-Rust v0.2.0 - the first stable release featuring graph agents, realtime voice, browser automation, evaluation framework, and ADK Studio visual builder.

We're thrilled to announce ADK-Rust v0.2.0 - the first stable release of the Rust framework for building production-ready AI agents. This release marks a major milestone with significant new features, improved stability, and a commitment to semantic versioning going forward.

v0.2.0stablerelease
15 min read
Guide/
01

Getting Started with adk-rust: Your First AI Agent in Rust

Unlock the power of AI agents with Rust. This guide shows you how to build, run, and deploy your first intelligent agent.

The Agent Development Kit (ADK) aims to make AI agent development feel more like traditional software development, and `adk-rust` is its robust Rust implementation. It provides a flexible, modular framework designed for developing and deploying sophisticated AI agents. While optimized for Gemini and the Google ecosystem, `adk-rust` is model-agnostic and deployment-agnostic, ensuring compatibility and flexibility across various platforms. This guide will walk you through setting up your environment, creating your first `adk-rust` project, and deploying a basic AI assistant, giving you a solid foundation for your agentic ventures.

getting-startedtutorialbeginner
10 min read