dsh-quota-router: policy-only multi-source quota router (task profiles × source priority, health-aware fallback) #3544
Replies: 2 comments 1 reply
|
Adjacent project here — The split I would propose:
The composition: DSH -> Two technical details that make this composable today:
Full write-up in DSH |
|
Reply to #3544 — dsh-quota-router as a peer UEA positions itself on the orchestration side of the same surface that quota-router and free-best-router occupy on the routing side. Here is the full stack for reference: The DSH ecosystem currently has strong coverage of the routing layer — quota-router for per-key budgets, free-best-router for free-model fan-out, native LLM blocks for vendor SDKs. UEA is the missing piece above that: the operating kernel that decides what to do next after a failure, how to stage work, and how to verify it before the next routing decision matters. The 10-class failure classifier is what makes these compose: a
The |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
What it is
dsh-quota-router 1.0.0 is a policy-only multi-source model routing and failure-recovery plugin for DeepSeek Harness (DSH).
It selects among provider/model routes already registered and natively validated by DSH. It does not manage providers or credentials, and it does not implement tool lazy-loading, context compaction, or model-quality evaluation.
1.0 capabilities
How it integrates with DSH
Install:
Register providers/models in DSH Models first. Then configure source priority, task Profiles, model mappings, paid-fallback protection, transient thresholds, and cooldown in Settings → Quota Router.
The router only chooses candidates that DSH already knows and accepts. It does not replace the Agent Loop or create a second session store.
Cost and scope
The plugin can reduce unnecessary provider calls by using appropriate routes, skipping known-bad candidates, and avoiding repeated retries of stable failures. It does not claim guaranteed token savings or guaranteed lower total cost; evaluate route cost together with quality, rework, and a comparable baseline.
Route cost and context cost are separate:
Links
Feedback is welcome on Profile matching, fallback recovery, DSH adapter compatibility, and composition with context/tooling plugins.
All reactions