kiwifruit13/dsh-scientific-computing0

@kiwifruit/dsh-scientific-computing

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

AI 分析

用于在DSH中执行NumPy和SciPy科学计算。适合需要复杂数学计算和数据处理的任务。使用前需确保系统已安装Python 3.8+以及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'