feat(routing): task-aware reweighting for interactive tasks #12
Loading…
Reference in a new issue
No description provided.
Delete branch "develop"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Shifts intelligence weight toward speed/reliability for chat/qa/writing so a slow Frontier model (20-108s TTFB) no longer wins interactive routes. Code and reasoning keep intelligence leading. Operator-toggleable via
routing_task_aware_enabled(default ON).Motivation
Production diagnostics showed
xkiro/stealth/ox-alpha-freewinning 10/25 recent routes at 20-77s latency while fast mid-tier models sat unused. Root cause: the aexora-default preset (i=0.45, s=0.15, r=0.40) is intelligence-led and task-agnostic.Changes
Verification