Remove model field from all agent configs

Agents are routed to Qwen by the runner, not by per-agent model
fields. The "model":"sonnet" was leftover from the Claude API days
and no longer used.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
This commit is contained in:
Kent Overstreet 2026-04-01 10:15:19 -04:00
commit 8714a15e1c
21 changed files with 53 additions and 24 deletions

View file

@ -1,4 +1,4 @@
{"agent":"evaluate","query":"key ~ '_consolidate' | sort:created | limit:10","model":"sonnet","schedule":"daily"}
{"agent":"evaluate","query":"key ~ '_consolidate' | sort:created | limit:10","schedule":"daily"}
# Evaluate Agent — Agent Output Quality Assessment