Models
The agent uses two independent model lanes — chat (customer-facing) and evaluation (internal decisions) — each with its own primary and fallback. The lanes never cross.
The llms block
llms blockagent_config:
llms:
default: anthropic/claude-haiku-4.5 # chat primary (required)
api_key: ${ROUTER_API_KEY} # router credential (required)
fallback: # chat fallbacks (optional list)
- anthropic/claude-sonnet-4-6
evaluation: google/gemini-3-flash-preview # evaluation primary (optional)
evaluation_fallback: google/gemini-3.1-pro-preview # evaluation backup (optional)Field
Type
Required
Default
Meaning
Two lanes, two jobs
Chat lane — what the customer reads
Evaluation lane — decisions the customer never sees
The lanes never cross
Embeddings
When each lane fires
Moment
Lane
Notes
Operational guidance
See also
Last updated
Was this helpful?

