first commit

This commit is contained in:
Stéphane Tailland
2026-04-26 15:15:50 +02:00
commit 2f142e9d33
17 changed files with 1389 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
# LLM — any OpenAI-compatible endpoint
# OpenAI: MODEL_BASE_URL=https://api.openai.com/v1 MODEL_NAME=gpt-4o
# Anthropic via LiteLLM: MODEL_BASE_URL=http://localhost:4000 MODEL_NAME=claude-sonnet-4-6
# Ollama: MODEL_BASE_URL=http://localhost:11434/v1 MODEL_NAME=llama3.2 MODEL_API_KEY=ollama
MODEL_API_KEY=
MODEL_BASE_URL=https://api.openai.com/v1
MODEL_NAME=gpt-4o
# Google OAuth2 ("Sign in with Google")
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
# HashiCorp Vault (agent identities for A2A)
VAULT_ADDR=http://localhost:8200
VAULT_ROLE=backlog-agent
VAULT_JWKS_URL=http://localhost:8200/v1/identity/oidc/.well-known/keys
# Jira MCP server (pm-jira-mcp)
JIRA_MCP_URL=http://localhost:9000/mcp
# Google Calendar
GOOGLE_CALENDAR_SCOPES=https://www.googleapis.com/auth/calendar.events
# Metabase
METABASE_URL=
METABASE_API_KEY=