hatter123/dsh-wolfram
hatter123★ 1JavaScript最后同步: 2026-08-18
Call Wolfram Mathematica from DeepSeek Harness
README 摘要
dsh-wolfram Call Wolfram Mathematica (or the free Wolfram Engine) from DeepSeek Harness. It registers a wolfram tool that runs Mathematica code through wolframscript and returns the result. Prerequisites Install Wolfram Mathematica or the free Wolfram Engine, which provides the wolframscript command. Verify it works: Install Usage The agent calls the wolfram tool automatically with one expression argument (a string of Mathematica code). Examples: - integral: Integrate[Cos[x], x] → Sin[x] - solve: Solve[x^2 - 1 == 0, x] → {{x - -1}, {x - 1}} - limit: Limit[Sin[x]/x, x - 0] → 1 - series: Series[Exp[x], {x, 0, 3}] → 1 + x + x^2/2 + x^3/6 + O[x]^4 How it works The plugin uses Node's built-in child process module to run wolframscript -code and captures the standard output. It has no npm dependencies. License MIT
在 GitHub 查看完整 README →分类
DeepSeek Harness: Everything is a Plugin.
★ 182,325
amruthpillai/reactive-resumeA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
★ 41,477
anywhere-labs/deepseek-harness-desktop为 DeepSeek Harness (DSH) 插件生态打造的现代化桌面端解决方案。万物皆「插件」,桌面本身也是「插件」。
★ 17,784