qwe225380/dsh-omni-router ↗★ 0
dsh-omni-router
Omni Router - auto-routing DeepSeek Harness preset: simple tasks run directly, complex tasks plan first with approval gate, coding tasks get TDD/delivery-gate guidance.
AI Analysis
核心用途是根据任务复杂度自动分流执行策略。适合需要混合处理简单问答与复杂软件工程、追求高交付质量的自动化开发场景。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:qwe225380/dsh-omni-routerREADME
Read the full README ↗Configuration
- id: omni-router
name: ./src/omni-router.mjs
config:
requireConfirmation: true
useLLMClassification: false
# planFirstKeywords: [自定义, 关键词]
# directKeywords: [直接跑, 马上改]
See docs/CONFIGURATION.md for details.