kingguuu8-svg/dsh-pi-compatible0

dsh-pi-compatible

在 DeepSeek Harness 中复刻 Pi 工具组的 agent preset,提供 Pi 风格小写核心工具契约并保留 DSH-backed 扩展工具。

AI Analysis

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

Package
dsh-pi-compatible
Version
0.1.0
License
MIT
Last updated
Aug 17, 2026

Install

$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 只负责提供可刷新的本地加载入口。