merge origin/main, add DigitalOcean alongside Vercel and OpenRouter

This commit is contained in:
Spherrrical 2026-04-23 15:13:06 -07:00
commit 013f377ddf
138 changed files with 17041 additions and 3335 deletions

View file

@ -192,6 +192,7 @@ properties:
- gemini
- vercel
- openrouter
- digitalocean
routing_preferences:
type: array
items:
@ -242,6 +243,7 @@ properties:
- gemini
- vercel
- openrouter
- digitalocean
routing_preferences:
type: array
items:
@ -280,6 +282,9 @@ properties:
type: boolean
use_agent_orchestrator:
type: boolean
disable_signals:
type: boolean
description: "Disable agentic signal analysis (frustration, repetition, escalation, etc.) on LLM responses to save CPU. Default false."
upstream_connect_timeout:
type: string
description: "Connect timeout for upstream provider clusters (e.g., '5s', '10s'). Default is '5s'."