DSH Hub

jinguanghai/deepseek-harness-forge-plugins

deepseek-harness-forge-plugins

BundleWorkflow3 GitHub stars· updated 2026-08-21

Forge-plus: math/logic/regex/eprover/system/repair gates + TCM diagnosis + memory recall plugins for DeepSeek Harness (dsh)

Install

npx @deepseek-ai/dsh plugin --profile web add github:jinguanghai/deepseek-harness-forge-plugins

Restart `dsh web` after install. Bundle APIs can change during the developer preview.

README badge

deepseek-harness-forge-plugins DSH Hub badge
[![DSH Hub](https://dshhub.dev/badge/deepseek-harness-forge-plugins.svg)](https://dshhub.dev/plugins/deepseek-harness-forge-plugins)

Paste this into your README. The star count updates with every catalog sync.

From the README

Excerpt from jinguanghai/deepseek-harness-forge-plugins, cleaned of badges and images.

⚒️ Forge Plugins for DeepSeek Harness

Everything is a Plugin. — Bring the Forge (铸剑炉) arsenal into DeepSeek Harness.

13 production-grade tools · 4 plugins · zero npm dependencies · pure Cordis — the fastest way to give your DeepSeek Harness agent a real compute brain: symbolic math, formal logic, theorem proving, regex verification, model checking, code repair, TCM diagnosis, and memory recall.


✨ Why Forge Plugins?

🧮 Real computationSymbolic math and logic that never hallucinate — every tool runs a compiled gate binary and returns verified results
🧠 Formal reasoningTPTP first-order theorem proving (EPROVER) + state-machine model checking, not just text generation
🀄 TCM diagnosisUnique 八极八势 (Eight Trigrams) pattern diagnosis and herb-pair retrieval across an ancient-formula corpus — the only TCM plugin for DeepSeek Harness
🪶 Zero depsPure Cordis plugins, no npm install, no framework bootstrap code — drop-in and go
🔒 SandboxedAll file access goes through ctx.fs (host-plane discipline) — no bare fs calls
🎁 Prebuilt binariesWindows .exe included in Releases — Linux/macOS build from src/go in one command

🔌 Plugins and Tools

PluginToolWhat it doesExample result
forge-gatesforge_mathSymbolic simplification / evaluation3*(x+1)-3*x3
forge_logicFormal proof / equivalence checkx>0 and x<10 -> x>0proved
forge_regexFullmatch regex validation[A-Z]\d{3} vs B456pass
forge_eproverTPTP first-order theorem provingCNF axioms → theorem / counter-sat
forge_systemState-machine model checking (deadlock/invariant)6 states → passed
forge_repairCode defect fix suggestionsbare except:except Exception:
forge-tcmtcm_diagnose八极八势 TCM pattern diagnosistext/vector → trigram + strategy
tcm_herb_pairHerb-pair co-occurrence retrieval附子+干姜 → 916 formulas
forge-memorymemory_recallBM25 experience recallquery → ranked snippets
memory_fold_listFolded-memory index (π/φ)list folded sections
memory_fold_previewPreview a folded sectioncontent preview
memory_fold_deepDeep-read a folded sectionfull content
evidence-firstevidence_auditEvidence audit: warns when a "done/success/fixed" claim has no tool-execution evidence"任务完成" with no tool call → ⚠️ warning

13 tools · 4 plugins · MIT · works with dsh ≥ 0.1.0-rc.5


🚀 Quick Start

# 1. Put this repo anywhere, e.g.:
#    ~/.dsh/.agent-presets/forge-plus/   (repo root = preset dir)

# 2. Register plugins in your agent preset (see examples/agent.cordis.yml.snippet)

# 3. Start DeepSeek Harness:
npx @deepseek-ai/dsh web

agent.cordis.yml snippet:

# inside your preset directory
plugins:
  - path: ./plugins/forge-gates
  - path: ./plugins/forge-tcm
  - path: ./plugins/forge-memory
  - path: ./plugins/evidence-first

Then just ask your agent:

Related plugins