DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Turbo Agent — DeepSeek Harness 插件(DSH Plugin)
← Plugins
T

@dsh-external/dsh-turbo-agent

Turbo Agent

可选择的 DeepSeek Harness TurboAgent 模式,支持为 Flash、Pro 和 Vision 进行隐藏的 Best-of-N 路由。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:qianen6/dsh-turbo-agent#6186588dd3c5fa9a32f81d39447556c546061b32
README兼容性版本

兼容性与来源证明

Turbo Agent 以 @dsh-external/dsh-turbo-agent 发布,当前版本为 0.3.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/8/25

版本

0.3.0stable
2026/8/25
0.2.0stable
2026/8/25

相关插件

正在加载相关插件…

最新版
0.3.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 1
周下载
0
最近提交
2026/8/25
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

README

DSH TurboAgent

Managed, loopback-only TurboAgent integration for DeepSeek Harness. Tested with DeepSeek Harness 0.1.1-rc.2, TurboAgent 0.2.1, and LLM-as-a-Verifier 0.2.0 on Windows.

The plugin installs a selectable TurboAgent 模式, starts a pinned Python TurboAgent environment, reuses the Harness DEEPSEEK_API_KEY credential reference without writing the secret to disk, and registers a hidden turbo-agent transport through the official DeepSeek adapter. The native deepseek-official route and its model catalog are not changed.

Models

  • DeepSeek-V4-Flash
  • DeepSeek-V4-Pro
  • DeepSeek-V4-Flash-Vision-Exp

Ordinary presets keep their normal model route. Selecting TurboAgent 模式 automatically maps the session's official Flash, Pro, or Vision choice to a hidden Best-of-N route; users do not change the provider or select duplicate Verified models. The hidden provider advertises an empty catalog, so the model picker continues to show only the three official entries above.

Each request generates three candidates from the model selected in Harness; models are never mixed into one candidate pool. Vision requests forward the same prepared images to every candidate and to deepseek-v4-flash-vision-exp for the fine-grained verifier pass. Text-only requests use DeepSeek V4 Flash as the verifier. Both paths keep the two-pivot tournament; only text requests use the majority-vote short circuit, because identical Vision answers still need to be checked against the image.

Requirements

  • Windows 10/11
  • Python 3.10 or newer
  • DeepSeek Harness 0.1.1-rc.2 or newer compatible release
  • A DEEPSEEK_API_KEY configured in the Harness Models settings

Install

git clone https://github.com/qianen6/dsh-turbo-agent.git
cd dsh-turbo-agent
.\scripts\Install.ps1 -DshCmd 'C:\path\to\dsh.cmd'

The installer creates a repository-local .venv, installs the pinned Python dependency, creates or migrates the non-secret configuration at %USERPROFILE%\.dsh\turbo-agent\turbo-agent.yaml, and adds the plugin to the selected Harness profile and installs the Agent preset. Existing Flash/Pro candidate and reasoning settings are preserved when the Vision entry is added. Restart Harness and choose TurboAgent 模式 from the mode selector.

Mode settings

Open Settings → TurboAgent in Harness to configure:

  • Flash candidate concurrency: 1–16
  • Pro candidate concurrency: 1–16
  • Vision candidate concurrency: 1–16
  • Reasoning effort: off, low, high, or max

Saving restarts only the managed proxy. Harness and existing conversations stay online. The values are stored in the non-secret runtime YAML.

Command-line configuration

Flash, Pro, and Vision are independently configurable from 1 through 16 candidates. The official self-verification tiers, Best-of-3 and Best-of-5, are included. For example:

.\scripts\Set-TurboAgentCandidates.ps1 -Flash 3 -Pro 5 -Vision 3
.\scripts\Set-TurboAgentCandidates.ps1 -ReasoningEffort max

The plugin watches ~/.dsh/turbo-agent/turbo-agent.yaml and automatically restarts only the managed proxy after an atomic change; Harness stays running.

Candidate cost grows with the selected count and verification comparisons. Start with 3; use 5 for the official higher self-verification tier.

Security

The managed proxy is locked to 127.0.0.1:18888. The upstream CLI defaults to 0.0.0.0; this plugin does not invoke that default. API keys are resolved from the Harness credential service and passed only in the child-process environment.

TurboAgent traces can contain prompts, responses, and tool arguments. Do not publish the runtime-data directory. See SECURITY.md.

Runtime data

%USERPROFILE%\.dsh\turbo-agent contains the non-secret YAML configuration, managed PID metadata, TurboAgent traces, and logs.

The visualizer is available locally at http://127.0.0.1:18888/visualizer.

Development

node --check lib/index.js
npm test
$env:PYTHONPATH = Join-Path $PWD 'python'
.\.venv\Scripts\python.exe -m unittest discover -s test -p 'test_*.py' -v

Upstream licenses

This integration is MIT licensed. TurboAgent is Apache-2.0 licensed; LLM-as-a-Verifier is MIT licensed. They are installed as Python dependencies and are not vendored into this repository.

相关插件

继续浏览 agents-orchestration 分类下经过校验的插件。

Headless@deepseek-ai/dsh-headlessdsh one-shot bundle:基于 dsh-base 的直接核心 Agent/Session 运行器,不包含 Host、HTTP 或浏览器层Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profile用于 Agent Teams Remote 和 UI 插件的实验性 Web 配置层Subagent Codex@deepseek-ai/dsh-subagent-codex基于官方 app-server 协议的一次性 Codex 子代理提供程序Subagent Claude Code@deepseek-ai/dsh-subagent-claude-code基于官方 Agent SDK 的一次性 Claude Code 子代理提供方