feat: add OpenRouter provider to golden harness, close Phase 0 gate

- provider-agnostic llm-client (grok + openrouter) with page-slug context
- live golden run scored and passing via x-ai/grok-4.6
- ADR 0010; spike docs flipped to done
This commit is contained in:
SinachPat
2026-08-15 17:58:09 +01:00
parent f42549c451
commit 0d6afab425
9 changed files with 200 additions and 26 deletions
+4 -1
View File
@@ -8,9 +8,12 @@ REDIS_URL=redis://localhost:6379
# Auth
SESSION_SECRET=replace-me
# LLM — Grok is the default adapter. Switch provider with LLM_PROVIDER.
# LLM — Grok is the default adapter. Switch provider with LLM_PROVIDER (grok | openrouter).
LLM_PROVIDER=grok
XAI_API_KEY=
OPENROUTER_API_KEY=
# Model sent when LLM_PROVIDER=openrouter (default x-ai/grok-4.6).
OPENROUTER_MODEL=x-ai/grok-4.6
LLM_FALLBACK_PROVIDER=
# Sandbox