All projects

Agent infrastructure

Google ADK on Bare Metal

A batteries-included template for running persistent, observable ADK agents without requiring Vertex AI or a managed agent platform.

StatusProduction template
EvidencePython · 72 commits

Goal

What I wanted to make

Give developers a clear path from a local ADK agent to a production service they can operate on infrastructure they choose.

The problem

Why it needed to exist

Agent demos are easy; durable sessions, deployment automation, server hardening, multi-architecture images, and useful traces are the parts that usually block a real launch.

The solution

How the project answers it

The template assembles FastAPI, Postgres-backed sessions, Docker Compose, automated server setup, GHCR builds, and OpenTelemetry into one portable foundation.