DSH HUB
HomePlugin StorePlugin PacksCommunityRankingsResourcesPublish Guide
Plugin source
Back to catalog

xun404 /

dsh-pihuo-plugins

Topic repository only

PiHuo: DeepSeek Harness plugins that run local ACP processes as chat workers

★ 1 Stars0 Forks0 IssuesN/A Community rating0 Confirmed installs
View on GitHubProject homepage
READMESource: main@0760fdaf

PiHuo

English | 中文

PiHuo 是一组 DeepSeek Harness(dsh)树外插件。它把本机 ACP 进程接到会话里当 Worker,由 Leader 调度。

架构上 一切皆插件,运行在 Cordis 上,不改 harness 源码。

开发者预览

目前处于开发者预览,跟随 dsh 快速迭代。未来可能出现破坏兼容性的变更。

安装

需要 Node.js 22+,以及已安装的 DeepSeek Harness。

通过 npm

dsh plugin --profile web add @pihuo/dsh-pihuo
dsh web

Web UI 默认在 http://127.0.0.1:3080/。

打开设置里的 ACP Worker,从官方目录添加 Worker 并勾选信任。新会话选用 PiHuo Leader。

预发布(npm dist-tag next):

dsh plugin --profile web add @pihuo/dsh-pihuo@next

组合包:@pihuo/dsh-pihuo。

从源码

git clone https://github.com/xun404/dsh-pihuo-plugins.git
cd dsh-pihuo-plugins
pnpm install
pnpm test
pnpm typecheck
pnpm build
node scripts/write-dev-patch.mjs /tmp/dsh-pihuo-web.patch.yml
npx --yes @deepseek-ai/dsh web --patch /tmp/dsh-pihuo-web.patch.yml

浏览器打开 http://127.0.0.1:3080/。

能力

  • 从官方 ACP 目录添加 Worker;本机未装时可先安装再保存
  • 启用、信任、模型和思考都走现场 ACP 探测
  • PiHuo Leader 只调度,不使用本机会话的文件或 Shell
  • 每个对话可组建团队:给已注册 Worker 分配角色、模型和思考
  • Leader 调用 acp_worker 会自动入座
  • 执行卡片按到达顺序展示思考、工具和答复

社区与支持

  • 问题与反馈走 GitHub Issues
  • 本仓库已添加 dsh-plugin topic,便于在插件目录里被发现
  • DeepSeek Harness:仓库 · Discord

开发

面向 agent:请遵循 AGENTS.md。进度以 HANDOVER.md 为准。

推送 vX.Y.Z tag 会把 packages/* 发到 npmjs。预发布 tag(如 v0.1.0-rc.1)走 dist-tag next。

许可证

MIT

—/ 5

No ratings yet

Manifest verification required

Commit 0760fdafa214

Community comments

No comments yet. Be the first to write one.

DSH HUB

A community index for DSH plugins. Not an official GitHub or DeepSeek AI product.

CommunityResourcesAPIAbout