DSH HUB
首页插件商店插件包社区排行榜资源发布指南
插件源码
返回插件目录

yugasun /

yugasun/dsh-plugins

仅 Topic 仓库

这个插件还没有填写简介。

★ 1 Stars0 Forks0 IssuesN/A 社区评分0 已确认安装
查看 GitHub
README来源: main@599837a3

dsh-plugins

Independently installable DeepSeek Harness plugins.

Each directory under packages/ is its own dsh.bundle. The repository root is not a plugin. npm packages use the @yugasun scope.

Compatible with DeepSeek Harness 0.1.0-rc.7.

中文文档

Plugins

Package npm Install
dsh-web-search @yugasun/dsh-web-search dsh plugin --profile web add @yugasun/dsh-web-search

dsh-web-search — multi-provider web search for ctx.web: Baidu, Doubao, Tavily, Exa. web_fetch can use Tavily Extract, Exa Contents, or DSH built-in HTTP independently of the search backend.

Installing a plugin runs third-party code in the harness process with your permissions. Review the source before you install.

Develop

Requires Node.js 22+ and pnpm 10.

pnpm install
pnpm test
pnpm typecheck
pnpm build

Load a local checkout into the web profile:

dsh plugin --profile web add "$PWD/packages/dsh-web-search"
dsh --profile web --dump-config | grep dsh-web-search

From Git (subdirectory):

dsh plugin --profile web add github:yugasun/dsh-plugins#path:packages/dsh-web-search

pnpm ≥10 may ask you to allow the package prepare script (allowBuilds) the first time you install from Git.

Publish

After npm login:

pnpm --filter @yugasun/dsh-web-search publish

See CONTRIBUTING.md for version bumps and dry-runs.

License

MIT

—/ 5

暂无评分

需要先验证清单

Commit 599837a3f4e1

社区评论

还没有评论,来写第一条。

DSH HUB

社区维护的 DSH 插件索引。不是 GitHub 或 DeepSeek AI 的官方产品。

社区资源API关于