Skip to content

Releases: QueryPlanner/google-adk-on-bare-metal

v0.0.1 - Initial Release

25 Jan 11:56
e8bf168

Choose a tag to compare

This is the initial release of Google ADK on Bare Metal, a production-ready template for self-hosted AI agents.

Key Features

  • Production Foundation: FastAPI server with Google ADK integration.
  • Observability: Pre-configured OpenTelemetry instrumentation (supports Langfuse).
  • Deployment: Docker and Docker Compose setup for easy bare-metal deployment.
  • CI/CD: GitHub Actions for code quality and Docker publishing.
  • Modern Stack: Python 3.13, uv, asyncpg.

Recent Changes

  • Refactored package structure (renamed to agent).
  • Updated documentation and deployment guides.
  • Fixed container permission issues and deployment configurations.