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.