thedeveloper256/dsh-model-router

thedeveloper256★ 0TypeScript最后同步: 2026-08-22

在 GitHub 打开

DeepSeek Harness plugin: role-based model routing — planner (root agent) on deepseek-v4-pro, delegated executor subagents on deepseek-v4-flash; ships a prompt section and a pro-flash-routing skill.

README 摘要

dsh-model-router A small plugin for the DeepSeek Harness that stops treating every model call the same. It splits your session into two roles: - The planner — your main agent — always runs on deepseek-v4-pro . That's where the thinking happens: understanding what you want, designing the approach, reviewing results, writing the final answer. - The executors — every subagent it delegates to — always run on deepseek-v4-flash . That's where the work happens: writing code, running commands, iterating on builds. The idea is simple: pro is the better thinker, flash is fast and cheap at grinding through implementation. You get the careful planning of the big model without paying pro prices for every single tool call. Install Add it to a profile (this installs into the web profile; change the name for another one): That pulls it from npm, which ships prebuilt — no build step needed. Prefer the source? A git install works too, but pnpm clones and builds it on the spot and will ask you to approve the build script once (add the allowBuilds key it prints to the profile's pnpm-workspace.yaml , then re-run): Once it's in, restart the profile. You should see the row under model-router in dsh web -…

在 GitHub 查看完整 README →
Agent/智能体ai-agentscoding-agentcordisdeepseekdeepseek-harnessdshdsh-pluginllm

分类