Skip to content
dsh-market Browse plugins GitHub 中文

jinguanghai/deepseek-harness-forge-plugins#forge-gates

Real-compute verification gates: math simplification, logic proofs, regex validation, E-prover FOL, state-machine checks, and code repair, backed by Go-compiled binaries with prebuilt Windows executables.

Stars ★ 3 Category Tools & Capabilities Listed 2026-08-14

Install

Inside DeepSeek Harness, with dsh-market

dsh plugin --profile web add dshmarket

Or from the command line

dsh plugin --profile web add github:jinguanghai/deepseek-harness-forge-plugins#path:/plugins/forge-gates

Installing runs third-party code with your own permissions — it can read your files, use your credentials and reach the network. Review the source first, and pin a commit (github:owner/repo#sha) when you can.

README

Real-compute verification gates for DeepSeek Harness. Six deterministic tools — no LLM guessing, every result comes from a compiled gate binary:

Tool Purpose
forge_math Symbolic simplification / evaluation (3*(x+1)-3*x3)
forge_logic Formal proof / equivalence check (Z3-backed)
forge_regex Fullmatch regex validation
forge_eprover TPTP first-order theorem proving
forge_system State-machine model checking (deadlock / invariant)
forge_repair Code defect fix suggestions

Gates are single-file Go programs in src/go/ (stdlib only). Windows prebuilt .exe binaries ship via GitHub Releases; Linux/macOS: go build from source — see BUILDING.md. No npm dependencies.

Content from the project README on GitHub ↗