LoserFox/marisa-distro--plugins-interpreters7

@huanlin/dsh-plugin-interpreters

提供 run_python 和 run_node 工具的插件,支持在设置中配置解释器路径

AI 分析

核心用途是为模型提供代码执行环境。适合需要让 Agent 运行 Python 或 Node.js 脚本,且需要自定义本地可执行文件路径的开发者。

套件
@huanlin/dsh-plugin-interpreters
版本
0.2.3
授權
MIT
最近更新
2026年8月25日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:LoserFox/marisa-distro#4aa96256d0af09fa65e64679a1c7826342e9ded2&path:plugins/interpreters

配置

默认配置(cordis.patch.yml):

pythonPath: 'python'    # Python 可执行文件路径
nodePath: 'node'        # Node.js 可执行文件路径
timeoutMs: 30000        # 执行超时(毫秒)

运行时通过设置页「插件配置」分区的卡片修改,持久化到 $DSH_HOME/settings.yaml