Back to directory

consensus-pipeline

Curated pickMaintenance: Active

fangqian616/consensus-pipeline

Run a multi-agent literature-review pipeline with paper retrieval, debate, citation verification, and report export.

View on GitHubHomepage
$ git clone --depth 1 https://github.com/fangqian616/consensus-pipeline.git

115

stars

13

forks

Python

Language

MIT

License

2026-07-16

Created

2026-08-30

Last push

MIT-licensed Python multi-agent literature-review framework that runs as a native DeepSeek Harness plugin — requirement interview, 10+ adversarial debate departments, per-claim confidence scores, and NLI citation verification, with a DSH control panel for full-text upload and re-verify.

DSH integration

Native runtime

Author-claimed

Safety audit

Unaudited

Last verified

2026-09-02

License

MIT

01What can it help you accomplish?

  • Drive a multi-agent literature review for a research topic directly from a DeepSeek Harness chat

    A structured literature review with per-claim confidence scores, methodology comparison matrices, and NLI-verified citations — exported as Markdown + DOCX

    Researchers, graduate students and academic teams who need a rigorous review and want to fight single-model hallucination

  • Supervise the debate in real time and batch-upload paywalled full texts for NLI re-check from the DSH console

    A citation-verification report upgraded with full-text NLI (verified / mismatch / overstated) and your imported papers force-included in the final report (PDF / DOCX)

    Users running the native DSH plugin who need to close the paywalled-paper evidence gap and re-verify claims

02How to install into DeepSeek Harness

Prerequisites

  • Python 3.10+ (3.11+ recommended) — the README lists it as a requirement
  • A DeepSeek API key (about $0.05–0.10 per full run; any OpenAI-compatible endpoint also works)
  • git — required for the one-shot installer / clone
  • Internet access to the DeepSeek API (custom endpoints supported); no GPU and no database needed

Installation steps

  1. 01

    Clone the project: `git clone --depth 1 https://github.com/fangqian616/consensus-pipeline.git`

    $ git clone --depth 1 https://github.com/fangqian616/consensus-pipeline.git

  2. 02

    Install the DSH plugin bundle (auto-registers native tools + the /consensus-pipeline/ panel): `npx -p @deepseek-ai/dsh dsh plugin --profile web add file:./consensus-pipeline/dsh-plugin`

    $ npx -p @deepseek-ai/dsh dsh plugin --profile web add file:./consensus-pipeline/dsh-plugin

  3. 03

    Set your DeepSeek API key (required): `export DEEPSEEK_API_KEY="sk-your-key-here"`

  4. 04

    In chat, tell the agent your research direction — it runs the requirement interview, then starts the pipeline

  5. 05

    Open the 📊 控制台 floating button (bottom-right) to watch progress, upload full text, and re-verify

  6. 06

    Alternatively, run the one-shot installer for a non-DSH MCP client: `curl -fsSL https://github.com/fangqian616/consensus-pipeline/raw/main/install.sh | bash`

    $ curl -fsSL https://github.com/fangqian616/consensus-pipeline/raw/main/install.sh | bash

Verify the integration

  • After first use the 📊 控制台 floating button appears bottom-right and the plugin auto-clones the full project to ~/.dsh/consensus-pipeline
  • On first chat use the agent runs the requirement interview and then launches the multi-round debate, shown live in the panel

03DSH integration and capability boundaries

DSH integrationNative runtime

Native DSH plugin bundle — `npx -p @deepseek-ai/dsh dsh plugin --profile web add file:./consensus-pipeline/dsh-plugin` auto-registers native tools plus the /consensus-pipeline/ control panel; on first use it auto-clones the full project to ~/.dsh/consensus-pipeline.

  • Multi-agent debate pipeline

    a research topic (or requirement-interview answers)structured literature review with per-claim confidence scores; debate results structured into JSON with roles, positions and consensus points

  • Multi-source paper search + 3-layer QC

    a research topic; OpenAlex + Semantic Scholar + arXivdeduplicated, abstract-backfilled papers passing a 3-layer QC sieve (hard filter → LLM classify → importance tagging)

  • Per-claim confidence annotation

    debate consensus pointseach conclusion tagged with how many papers support it (e.g., "42/77 papers, high confidence")

  • DSH control panel

    paywalled PDFs / pending full-text importslive progress, atomic-verification card, full-text batch upload, one-click re-verify with progress bar, pending-import list (pause / continue / skip)

04Who is it for? When not to use it?

Good for

  • Researchers, graduate students and academic teams who need a rigorous review and want to fight single-model hallucination
  • Users running the native DSH plugin who need to close the paywalled-paper evidence gap and re-verify claims

Not for

  • A full run takes 10-30 minutes and about $0.05-0.10 in DeepSeek API costs; more departments mean more API calls. No GPU needed.

05Compatibility, maintenance and safety notes

  • A full run takes 10-30 minutes and about $0.05-0.10 in DeepSeek API costs; more departments mean more API calls. No GPU needed.
  • Needs Internet access to the DeepSeek API (custom OpenAI-compatible endpoints supported). Paper retrieval uses free open APIs (arXiv / Semantic Scholar / OpenAlex); no database needed.
  • Some UI labels are bilingual (Chinese/English mix) even in English mode — the maintainer lists this as still rough.
2026-07-162026-08-30v0.12.18

MIT · active (latest release v0.12.18, 2026-08-01 per repo metadata); curated in the DSH catalog

06Frequently asked questions

How do I install Consensus Pipeline into DeepSeek Harness?

Clone the repo, then run the DSH bundle command `npx -p @deepseek-ai/dsh dsh plugin --profile web add file:./consensus-pipeline/dsh-plugin`. It auto-registers native tools and the /consensus-pipeline/ panel; on first use it auto-clones the full project to ~/.dsh/consensus-pipeline.

Does it run as a native DSH plugin or only over MCP?

Native. The README documents a DSH entry with native tools + control panel, separate from the zero-dependency MCP server for Claude Desktop / Cursor / Codex. The DSH bundle mounts the /consensus-pipeline/ panel and registers native tools directly.

What can I do from the DSH control panel?

The 📊 控制台 panel shows live progress, an atomic-verification card, full-text batch upload (DOI auto-extracted from PDFs), one-click re-verify with a progress bar, and a pending-import list with pause / continue / skip.

How do I add my own paywalled papers inside DSH?

Use the DSH control panel to batch-upload paywalled PDFs (any filename; DOI auto-extracted), then one-click re-verify — imported papers are force-included in the report. You can also drop PDFs into fulltext_papers/ and run --rerun-67.

Is a DeepSeek API key required, and how much does a run cost?

Yes — DEEPSEEK_API_KEY is listed as required. A full run (e.g. 148 papers, 10 departments, 2-3 rounds) costs about $0.05-0.10 and takes 10-30 minutes; any OpenAI-compatible endpoint is supported.

08Data and sources

  • Author-claimedgithub.com8be8c434d83c…

    #### DSH (DeepSeek Harness) — native tools + control panel

  • Author-claimedgithub.com8be8c434d83c…

    Install as a bundle (auto-registers native tools + the `/consensus-pipeline/` panel):

  • Author-claimedgithub.com8be8c434d83c…

    On first use, the plugin auto-clones the full project to `~/.dsh/consensus-pipeline`

This page is generated from the project’s public documentation, repository metadata and a structured parse of DSH Plugins; last verified on 2026-09-02. Found an error? Submit a correction.

🏆

Best DeepSeek Harness Plugins

Twelve plugins worth installing first — picked from the whole catalog, across every category.

DSH Plugins is an independent community directory of DeepSeek Harness plugins. Not affiliated with or endorsed by DeepSeek. Third-party plugins are not security-audited — review the source before installing.

New DeepSeek Harness plugins, weekly. No spam.