Skip to content

v0.0.1 - Initial Release

Latest

Choose a tag to compare

@QueryPlanner QueryPlanner released this 25 Jan 11:56
· 1 commit to main since this release
e8bf168

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.