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:
parent
64b2f327f9
commit
8714a15e1c
21 changed files with 53 additions and 24 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{"agent":"calibrate","query":"all | not-visited:calibrate,7d | sort:degree desc | limit:1","model":"sonnet","schedule":"daily"}
|
||||
{"agent":"calibrate","query":"all | not-visited:calibrate,7d | sort:degree desc | limit:1","schedule":"daily"}
|
||||
|
||||
# Calibrate Agent — Link Strength Assessment
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue