hatter123/dsh-math

hatter123★ 1JavaScript最后同步: 2026-08-17

在 GitHub 打开

Scientific computing plugin for DeepSeek Harness: numeric + symbolic math (mathjs + Algebrite)

README 摘要

dsh-math Scientific computing plugin for DeepSeek Harness. It registers a single math tool that covers both numeric computation and symbolic algebra (CAS), so an agent can evaluate expressions and derive/simplify formulas without leaving the conversation. Features The math tool takes an operation , an expression , and an optional variable . operation description engine eval numeric expression: units, matrices, statistics, complex numbers, big numbers mathjs simplify simplify an expression Algebrite expand expand an expression Algebrite factor factor a polynomial Algebrite derivative differentiate with respect to a variable Algebrite integral symbolic indefinite integral Algebrite solve find the roots of a polynomial Algebrite Two engines share the work: mathjs handles numeric evaluation (units, matrices, statistics, complex numbers, big numbers), and Algebrite handles symbolic algebra (integration, factoring, and equation solving that mathjs does not provide). Install From npm: From a git host (requires the repository's prepare script to build, or pin a commit): Usage The agent calls the math tool automatically when it needs a computation. Examples of what it can answer: - determin…

在 GitHub 查看完整 README →
工具/开发casdeepseek-harnessdsh-pluginmathagent

分类