kingguuu8-svg/dsh-pi-compatible0

dsh-pi-compatible

在 DSH 中复刻 Pi 工具组的 Agent 预设,提供小写核心工具契约并保留 DSH 扩展工具。

AI 分析

核心用途是让 DSH 兼容 Pi 风格的工具调用习惯。适合习惯使用 Pi 平台工具规范、希望无缝迁移工作流的开发者或特定 Agent 预设使用者。

套件
dsh-pi-compatible
版本
0.1.0
授權
MIT
最近更新
2026年8月17日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kingguuu8-svg/dsh-pi-compatible

直接使用 preset 文件

如果不需要安装 bundle,也可以把以下文件放入 $DSH_HOME/.agent-presets/pi-compatible/

  • preset.yml
  • agent.cordis.yml
  • pi-*.mjs

其中核心工具实现是 pi-core-fs.mjspi-core-shell.mjspi-core-search.mjspi-core-fs-loader.mjs 只负责提供可刷新的本地加载入口。