qinyu765/dsh-llm-auto-route
qinyu765★ 0TypeScript最后同步: 2026-08-14
Provider discovery, matching, health checks, and pre-output failover for DeepSeek Harness
README 摘要
dsh-llm-auto-route dsh-llm-auto-route is a community Cordis plugin for DeepSeek Harness. It discovers which already-configured dsh-llm-pi-ai route should handle a request, explains the decision, and performs failover only before the first visible output. It is deliberately a routing policy layer. It does not implement HTTP protocols, ship provider SDKs, or register openai , anthropic , deepseek , or other adapter routes. The official @deepseek-ai/dsh-llm-pi-ai plugin remains the owner of those routes. Community project: this package is not an official DeepSeek Harness package and does not imply DeepSeek endorsement. Requirements - Node.js =22.19.0 - DeepSeek Harness 0.1.0-rc.5 or a compatible 0.1.x release - @deepseek-ai/dsh-llm-pi-ai configured with the route names you want to select The package is tested against the npm 0.1.0-rc.6 companion packages while keeping the peer range compatible with rc.5 . Install The official base bundle already contains @deepseek-ai/dsh-llm-pi-ai . If you compose plugins manually, install and load that official adapter before this package. Load the shipped cordis.patch.yml with the normal DeepSeek Harness/Cordis composition command used by your deplo…
在 GitHub 查看完整 README →