dsh-math-suite

August 19, 2026 · View on GitHub

An aggregate DeepSeek Harness bundle that installs three math plugins at once:

PluginToolBackendDoes
dsh-mathmathmathjsnumeric evaluation, simplification, symbolic differentiation
dsh-wolframwolframWolfram Mathematicaintegrals, equation solving, limits, series, special functions
dsh-diffgeomdiffgeomSymPy.diffgeommanifold/coordinate/tensor math: exterior derivative d, wedge , Lie derivative, covariant derivative, Christoffel/Riemann/Ricci

Install one bundle and all three tools become available.

Install

dsh plugin --profile web add dsh-math-suite

Prerequisites

  • dsh-math — none (pure JS).
  • dsh-wolframWolfram Engine or Mathematica providing wolframscript.
  • dsh-diffgeom — Python 3 with SymPy: python -m pip install sympy.

Missing prerequisites degrade gracefully per tool: dsh-math always works, while dsh-wolfram / dsh-diffgeom return an Error: message if their backend is absent.

License

MIT