Automatically adjust the inference gears of DeepSeek Harness in rounds with dsh-tool-turbo

dsh-tool-turbo is a DeepSeek Harness host plugin maintained by Electricitysheep. It accesses the agent/request waterfall and automatically selects reasoning_effort based on recent tool calls: simple read and write operations will be downgraded to low, while heavy tasks will be considered for upgrading the level, and the task itself does not need to be modified. The directory installation command is `dsh plugin add github:Electricitysheep/dsh-tool-turbo`. This article is cross-verified based on the directory page, GitHub README/source code and the official llm-deepseek adapter.

Read More