refactor(config): generate paas profile from default overlay

This commit is contained in:
William Valentin
2026-02-23 17:11:02 -08:00
parent 5b95eb1874
commit 076379bfc1
6 changed files with 268 additions and 19 deletions
+25
View File
@@ -0,0 +1,25 @@
# PaaS profile overlay.
# This file contains only overrides from config/default.yaml.
models:
fast:
provider: anthropic
model: claude-haiku-4-5-20251001
api_key: ${ANTHROPIC_API_KEY}
default:
provider: anthropic
model: claude-sonnet-4-20250514
api_key: ${ANTHROPIC_API_KEY}
complex:
provider: anthropic
model: claude-opus-4-6-20250715
api_key: ${ANTHROPIC_API_KEY}
pairing:
enabled: true
tools:
profile: messaging
sandbox:
enabled: true