feat: initial scaffold with context adapters and litellm pkg

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Mathias Bergqvist
2026-05-19 23:02:07 +02:00
commit 7dfe8a792e
17 changed files with 1801 additions and 0 deletions

9
.env.example Normal file
View File

@@ -0,0 +1,9 @@
# LiteLLM / model
LITELLM_API_KEY=your-key-here
LITELLM_BASE_URL=https://llm-api.d-ma.be/v1
LITELLM_MODEL=berget/llama-3.3-70b
# Observability (optional — omit to disable tracing)
OTLP_ENDPOINT=http://jaeger.d-ma.be:4318
ADK_SERVICE_NAME=__PROJECT_NAME__
ADK_SERVICE_VERSION=0.1.0