reactive-resume
amruthpillai
A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:ChaoYuZhang001/dsh-auto-router
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
A configurable Auto model-routing tier for DeepSeek Harness. It registers a synthetic provider and delegates each request to a model on an existing provider route.
The model picker receives an Auto Router provider with six choices:
Auto · 智能路由: classify each requestAuto · 快速: force lightAuto · 均衡: force mediumAuto · 深度: force heavyAuto · 代码: force codeAuto · 视觉: force visionThe default classifier routes images to vision, code-like requests to code, longer/deeper tasks to heavy or medium, and short requests to light. With sticky: true, a session only upgrades its tier; this avoids oscillating between models during a task.
Install the exact package version into a DSH Desktop profile through the DSH Community Market or the managed plugin command. The package includes a dsh.bundle.patch entry and does not contain credentials.
The target provider must already exist. The default configuration expects a route named ciyuan2api with these model IDs:
gpt-5.6-luna, gpt-5.6-terra, gpt-5.6-sol,
kimi-k2.7-code, gemini-3.5-flash
Override the inserted auto-router row in a profile patch:
- id: auto-router
config:
providerId: auto
displayName: My Auto Router
targetProvider: my-openai-gateway
tiers:
light: fast-model
medium: balanced-model
heavy: reasoning-model
code: coding-model
vision: vision-model
sticky: true
mediumThreshold: 300
heavyThreshold: 1200
contextWindow: 262144
defaultMaxTokens: 32768
The router registers providerId as its synthetic route and delegates to targetProvider. The target route must advertise the configured model IDs.
The package does not store, read, or transmit API keys. Credentials belong to the target provider's normal DSH settings and credentials configuration.
@deepseek-ai/cordis ^4.0.1@deepseek-ai/dsh-llm ^0.1.0-rc.7@deepseek-ai/schemastery ^3.18.1This package inspects recent user text locally to choose a target model. The selected model receives the same request that the user intentionally sent through DSH. No telemetry, key handling, lifecycle scripts, shell commands, or external endpoints are included.
See SECURITY.md.
MIT.
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: model-routing。