First cut

This commit is contained in:
khalid@traclabs.com
2026-04-18 15:22:12 -05:00
commit 270e088c15
21 changed files with 6663 additions and 0 deletions

22
.env.example Normal file
View File

@@ -0,0 +1,22 @@
# ── Provider API keys ───────────────────────────────────────────────────────
# Only keys for models you intend to use are required.
# Anthropic — for claude-sonnet-4-6-20250929
# Get key: https://console.anthropic.com/settings/keys
ANTHROPIC_API_KEY=your-anthropic-key
# OpenAI — for gpt-5.2
# Get key: https://platform.openai.com/api-keys
OPENAI_API_KEY=your-openai-key
# Google AI Studio — for gemini-3-flash-preview
# Get key: https://aistudio.google.com/app/apikey
GOOGLE_API_KEY=your-google-ai-studio-key
# Ollama Cloud — for qwen3.5:397b-cloud and llama4:maverick-cloud
# Get key: https://ollama.com → account → API keys
OLLAMA_API_KEY=your-ollama-api-key
# ── Server ──────────────────────────────────────────────────────────────────
PORT=3000
JOB_CONCURRENCY=3