DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Langfuse Plus — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-langfuse-plus

Langfuse Plus

Full-stack Langfuse observability for DeepSeek Harness: one OpenTelemetry trace tree per turn, prompt bridge, eval datasets, and a sidebar entry — implemented on the official telemetry seam.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-langfuse-plus@0.1.2
READMECompatibilityVersions

Compatibility and provenance

Langfuse Plus is published as dsh-langfuse-plus and currently resolves to version 0.1.2. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

0.1.2stable
8/20/2026
0.1.1stable
8/20/2026
0.1.0stable
8/18/2026

Related plugins

Loading related plugins…

Latest
0.1.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
71.6 kB
Files
19
Surface
web
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
55
Last push
8/20/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in integrations-communication.

Im@xmanrui/dsh-im把十一种 IM 渠道和公网 AI Office 接入本机 DeepSeek Harness。 Connect eleven IM channels and a public AI Office to a local DeepSeek Harness.Pocketdsh-pocketPut DeepSeek Harness in your pocket: one package, one settings page, and scan a QR code on your phone to access DSH on your computer in sync (LAN + public network, real-time screen mirroring).DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-base

README

dsh-langfuse-plus

DSH(DeepSeek Harness)的 Langfuse 可观测性插件:会话轮次映射为 Langfuse trace 树(同会话经 session id 聚合),提供 Prompt 版本管理与评测能力。

  • 零 DSH 源码修改,基于官方 telemetry seam
  • turn/step/tool/generation/event 全映射,含 token 用量
  • system prompt 与 Langfuse 版本化双向同步
  • /feedback 自动上报 score、/dataset 一键建评测数据集
  • DSH 侧栏一键跳转 Langfuse

安装

export DSH_LANGFUSE_PUBLIC_KEY=lf_pk_...
export DSH_LANGFUSE_SECRET_KEY=lf_sk_...

# npm 安装
dsh plugin --profile web add dsh-langfuse-plus

# 或本地目录安装(开发)
dsh plugin --profile web add ./dsh-langfuse-plus

配置项(实例地址 / 环境标签 / Prompt 同步等)见 .env.example,均可用环境变量覆盖。自托管 Langfuse 编排见 docker-compose.langfuse.yml。

需 DSH ≥ 0.1.0-rc.6(rc.8 已验证兼容)与 Langfuse ≥ v4。

限制

  • 未挂脱敏规则时,会话数据原样透传至 Langfuse(脱敏需自行挂 session-telemetry/record 监听器)
  • 成本由 Langfuse 按模型价格表计算(Settings → Model Definitions 配置 DeepSeek 价格后显示),插件不上报价格
  • 进程被 SIGKILL(未走 shutdown 兜底)时,内存中最后一批 span 可能丢失

许可证

MIT