DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Native Provider — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
N

@libre-webui/dsh-native-provider

Native Provider

通过私有本地连接在 Libre WebUI 中使用 DeepSeek Harness 提供商。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:libre-webui/dsh-native-provider#d71df9bc2b51ccf59588faadc5196bee4899d98d
README兼容性版本

兼容性与来源证明

Native Provider 以 @libre-webui/dsh-native-provider 发布,当前版本为 0.1.1。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
github
Registry 更新时间
2026/9/19

版本

0.1.1stable
2026/9/19

相关插件

正在加载相关插件…

最新版
0.1.1
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
any
许可证
Apache-2.0
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/9/19
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 models-usage 分类下经过校验的插件。

Usage@linxin666/dsh-usage用于 dsh Web GUI 的使用统计插件:检测各提供商的余额和编码计划配额,并提供实时令牌使用记录,同时在侧边栏条目中显示当前会话提供商今日的使用量Usage Stats@ychris12138/dsh-usage-statsdsh Web GUI 的令牌使用热力图、提供商余额和订阅配额Codex Connectdsh-codex-connect用于 DeepSeek Harness 的 ChatGPT OAuth 和 Codex 模型。Ui Usage Billing@kenz1117/dsh-ui-usage-billingDeepSeek Harness 的用量计费仪表板:侧边栏成本指标和完整的仪表板模态窗口,依据当前多提供商目录定价,并汇总会话日志中的实际用量。

README

DeepSeek Harness provider bridge for Libre WebUI

Use the models already configured in DeepSeek Harness (DSH) from Libre WebUI. Choose each native provider and model independently, including Flash and Pro. Provider credentials stay in DSH.

This is the @libre-webui/dsh-native-provider plugin shown in DSH's Plugins page. It connects the two applications through a private Unix socket. It adds no web server, telemetry, agent sessions, or host tools.

flowchart LR
  LWUI[Libre WebUI: Chat, Work, titles] -->|Private Unix socket| Bridge[This plugin inside DSH]
  Bridge --> LLM[DSH LLM service]
  LLM --> Providers[Your configured providers and models]

Libre WebUI manages conversations, usage, and Work's sandbox. DSH supplies the selected model connection. A Work task never gains access to DSH's native agents, sessions, files, or tool execution through this plugin.

Requirements

  • macOS or Linux, with both applications running as the same OS user.
  • Node.js 22.22 or later, as required by the supported DSH installation.
  • pnpm available to DSH's plugin manager. You do not need npm, a source checkout, or a compiler to install this plugin through DSH.
  • A running DSH profile with at least one working provider. This package is tested against DSH 0.1.6-alpha.2 and Cordis 4.0.2; DSH APIs are pre-stable, so other versions need compatibility testing.
  • Libre WebUI with the native provider integration from libre-webui/libre-webui#219. Until that integration is released, use its feat/cordis-bridge-lwui branch.

The Unix connection does not support Windows, remote DSH hosts, or a stock Libre WebUI container connecting directly to a host socket. See configuration and deployment.

Install

In DSH → Plugins → Add plugin, paste this into Package name or address:

https://github.com/libre-webui/dsh-native-provider

Click Install. The repository includes the built plugin and its DSH bundle patch. Installation requires no build commands or install-script approval.

Verify native-provider 0.1.1 has a running component. DSH applies a fresh installation to a live profile; follow a restart notice if DSH displays one. DSH derives the short title from the package name; the full package identity is @libre-webui/dsh-native-provider. Use the GitHub URL, because the bare package name is not published on npm.

The default socket is <DSH home>/lwui-provider/llm.sock. Normally this means $HOME/.dsh/lwui-provider/llm.sock; a configured DSH_HOME takes precedence. DSH creates the private socket directory. See configuration if you need a different path or have multiple DSH profiles.

The optional CLI equivalent is:

dsh plugin --profile web add https://github.com/libre-webui/dsh-native-provider

Use your actual profile name. Restart that profile after CLI installation.

Connect Libre WebUI

Then configure Libre WebUI's cordis.config.yml with the same absolute path:

nativeProvider:
  socketPath: /absolute/home/.dsh/lwui-provider/llm.sock

Replace /absolute/home with your home directory. YAML does not expand $HOME or ~. Alternatively, set LIBRE_DSH_PROVIDER_SOCKET when launching Libre WebUI. Restart Libre WebUI after changing its startup configuration.

In Libre WebUI, enable Cordis Engine as an administrator:

  1. Work: select DeepSeek Harness, then select a model from Native DSH models. Selecting a Libre WebUI model instead uses its existing LWUI provider connection.
  2. Chat: also enable Agent CLI models, then use a native DSH model under Agents.
  3. Provider Usage: inspect native requests under DeepSeek Harness · provider. Only usage reported by the provider is shown; missing token counts are not estimated.

There is no default-model substitution: unavailable selections fail with an error instead of silently switching provider.

Upgrade an existing installation

For the old locally prepared 0.0.0/0.1.0 bundle, let active requests finish, then use Uninstall on that plugin's page. Return to Add plugin, paste the GitHub URL above, and click Install. This replaces the local-only source with the public repository. Native DSH sessions and provider credentials are not deleted. With the usual DSH home, the default socket matches the old guide; retain a custom socket using the override in configuration.

For subsequent CLI updates of the GitHub-installed plugin:

dsh plugin --profile web update @libre-webui/dsh-native-provider

Restart the profile and verify its version. To pin or roll back to a reviewed revision, install github:libre-webui/dsh-native-provider#<commit> instead of the moving default branch. A disabled installation remains disabled until enabled.

Remove

dsh plugin --profile web remove @libre-webui/dsh-native-provider

Restart DSH and remove nativeProvider.socketPath or the corresponding environment variable from Libre WebUI's configuration. An explicitly empty LIBRE_DSH_PROVIDER_SOCKET disables the connection even when YAML defines it. Saved Libre WebUI tasks remain; they require an available provider before continuing. Removing this plugin does not delete native DSH sessions or keys.

Documentation

  • Configuration, verification, and troubleshooting
  • Security and privacy
  • Development and upstream synchronization
  • Libre WebUI integration guide

Development

npm ci
npm run check
npm audit --audit-level=moderate

Tests run against local fixtures and temporary Unix sockets. They do not need provider credentials or make real model calls. The generated bundle contains only the compiled plugin, protocol, package metadata, patch, README, and license; no npm runtime dependencies are installed into DSH.

The implementation is maintained with Libre WebUI's matching client and mirrored here. upstream.json records the source revision and file hashes. The committed runtime/ files make public Git installation work without a compiler; CI checks that they exactly match a fresh TypeScript build. See contributing before changing the wire protocol.

Apache-2.0. Maintained by Libre WebUI.