kiwifruit13/dsh-scientific-computing0

@kiwifruit/dsh-scientific-computing

NumPy/SciPy 科学计算工具 — 以 DSH Cordis 插件形式集成,模型通过 math_compute 工具发起任意 NumPy/SciPy 运算

包名
@kiwifruit/dsh-scientific-computing
版本
0.1.1
许可证
NOASSERTION
最近更新
2026年8月26日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kiwifruit13/dsh-scientific-computing

配置

通过 cordis.patch.ymlconfig 参数配置:

字段默认值说明
pythonPath'python'Python 解释器路径(系统 PATH 或绝对路径)
enginePath自动解析Python 引擎脚本路径;缺省从插件 install 位置自动解析

覆盖 enginePath

如需使用自定义 Python 脚本:

- insert:
    - id: scientific-computing
      name: '@kiwifruit/dsh-scientific-computing'
      config:
        pythonPath: 'python'
        enginePath: 'C:/custom/maths/math_compute_tool.py'