AI Agent Hub
Back to plugins
🤖

dsh-delegate-router

Model Inference Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install penguin-oo/dsh-delegate-router

Paste the following prompt into your AI chat to install this plugin:

To install this plugin in DeepSeek Harness, run the command dsh plugin install penguin-oo/dsh-delegate-router, source code at: https://github.com/penguin-oo/dsh-delegate-router

About this plugin

DeepSeek Harness typically inherits the parent model for all subagent tasks, meaning even simple queries consume expensive Pro model quotas, leading to skyrocketing costs. dsh-delegate-router solves this by intelligently routing light tasks to the cost-effective Flash model while keeping complex tasks on the powerful Pro model, saving up to 66.7% on delegated workloads.
The plugin features a robust, automated routing strategy based on keyword scoring, text length, and budget caps. It offers extensive customization options, allowing you to define specific rules via a configuration file, and provides a visual decision ledger to inspect every task assignment. This makes it an essential tool for developers and teams running multi-agent systems who want to optimize inference costs without sacrificing performance.

Use Cases

  • Automatically distribute simple tasks
  • Save large model call costs
  • Manage multi-agent workflows

Best For

  • DeepSeek plugin developers
  • Cost-conscious teams
  • Multi-agent system architects