kiwifruit13/dsh-scientific-computing ↗★ 0
@kiwifruit/dsh-scientific-computing
NumPy/SciPy 科学计算工具 — 以 DSH Cordis 插件形式集成,模型通过 math_compute 工具发起任意 NumPy/SciPy 运算
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kiwifruit13/dsh-scientific-computing说明文档
阅读完整 README ↗配置
通过 cordis.patch.yml 或 config 参数配置:
| 字段 | 默认值 | 说明 |
|---|---|---|
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'