DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Council — DSH Plugin for DeepSeek Harness
← Plugins
C

@a1exsun/dsh-council

Council

Multi-model council deliberation for DeepSeek Harness

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:a1exsun/dsh-council#41b054f647d7d4902e62efac5872d6dba6e55d2a
READMECompatibilityVersions

Compatibility and provenance

Council is published as @a1exsun/dsh-council and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
9/8/2026

Versions

0.1.0stable
9/8/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 17
Weekly downloads
0
Last push
9/8/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in agents-orchestration.

Headless@deepseek-ai/dsh-headlessThe dsh one-shot bundle: a direct core Agent/Session runner over dsh-base with no Host, HTTP, or browser layerExperimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocolSubagent Claude Code@deepseek-ai/dsh-subagent-claude-codeOne-shot Claude Code subagent provider over the official Agent SDK

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.