DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

Council — DeepSeek Harness 插件(DSH Plugin)
← Plugins
C

@a1exsun/dsh-council

Council

DeepSeek Harness 的多模型委员会协商

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

npx -y @deepseek-ai/dsh plugin --profile web add github:a1exsun/dsh-council#41b054f647d7d4902e62efac5872d6dba6e55d2a
README兼容性版本

兼容性与来源证明

Council 以 @a1exsun/dsh-council 发布,当前版本为 0.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

0.1.0stable
2026/9/8

相关插件

正在加载相关插件…

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

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

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

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

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

相关插件

继续浏览 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 子代理提供方

README

English · 简体中文

DSH Council

Independent answers. Anonymous reviews. One reasoned decision.

Multi-model deliberation inside DeepSeek Harness.

Installation · How it works · Configuration · Contributing

https://github.com/user-attachments/assets/e81dfa36-5d93-4efb-8c67-015a5e4d2179


How it works

01 · Answer

2–8 models respond independently in parallel.

02 · Review

1–8 reviewers compare anonymous answers, identify gaps, and rank them.

03 · Decide

One arbiter weighs the answers and reviews to produce a final recommendation.

Your models. Use configured DSH providers and credentials. Choose models separately for each role, with reuse across roles. English and Chinese follow DSH's language setting.

Inspectable results. Confidence notes, consensus, disagreements, blind spots, model identities, and average rankings. Original answers and reviews remain in DSH's child sessions.

Installation

1. Install DSH

Install DeepSeek Harness (dsh) by following the official installation guide.

2. Install DSH Council

Node.jspnpmDeepSeek Harness
^22.19.0 || >=24.0.011.7.0At least two configured, authenticated models

Install the prebuilt package from npm:

npx --yes @deepseek-ai/dsh@latest plugin --profile web add @a1exsun/dsh-council@0.1.0
npx --yes @deepseek-ai/dsh@latest web

Restart DSH Web if it is already running.

No source checkout or compilation is required. See Contributing for development setup.

Need more model providers?

CodeBestie — explore more model providers. Register with invitation code RA3Z7CMJW2SS.

When registering, enter invitation code: RA3Z7CMJW2SS

Usage

Enter this command in a DSH Web conversation:

/council

Choose your panel

Select answerers, reviewers, and an arbiter. Selections apply to one run.

Ask your question

Each participant starts with fresh context. Include the information it needs in your question.

Example question

Compare PostgreSQL leasing with a managed message queue for three workers. Explain how each recovers when a worker crashes after an external side effect but before acknowledging the job. Recommend one design and state its assumptions.

Cost

4–17 model participants per run. Each may make multiple requests and use Web tools.

Privacy

Your question and intermediate answers go to selected providers. See Security.

Accuracy

Model agreement does not guarantee correctness. Review the evidence and confidence notes.

Configuration

Defaults and overrides

The defaults work without additional configuration. To adjust limits, set config on the dsh-council entry in your DSH profile:

- id: dsh-council
  config:
    answerMaxTokens: 16384
    reviewMaxTokens: 16384
    arbiterMaxTokens: 16384
    childTimeoutMs: 300000
    runTimeoutMs: 900000
    subagentProvider: spawn

Token limits apply per model request. Timeouts are in milliseconds; runTimeoutMs must be at least childTimeoutMs.

Contributing

Development setup · Tests · Bug reports →

Acknowledgements

Thanks to Andrej Karpathy for llm-council, which inspired this project.

Review dimensions also draw on OpenRouter Fusion.