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.

Wq Bridge — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
W

dsh-wq-bridge

Wq Bridge

WorldQuant BRAIN 平台桥(Python Bridge 模式):TS 壳管理 Python 子进程(stdio JSON-RPC),向 DSH 工具面暴露 AlphaFactory 平台能力

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

npx -y @deepseek-ai/dsh plugin --profile web add github:jonah791/dsh-wq-bridge#8c44045b3f9a903efbcd5e97b558a3c0906e9fa4
READMECompatibilityVersions

Compatibility and provenance

Wq Bridge is published as dsh-wq-bridge and currently resolves to version 0.1.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
9/7/2026

Versions

0.1.1stable
9/7/2026
0.1.0stable
8/21/2026

Related plugins

Loading related plugins…

Latest
0.1.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
9/20/2026
View source ↗
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.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseIm@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).Chat Importdsh-chat-importImport conversation history from 25+ AI coding agents into DeepSeek Harness as resumable sessions — tool calls, reasoning and results kept intact, with reverse export and sync. | 把 25+ AI 编程 Agent 的聊天记录导入 DeepSeek Harness 继续对话,保留工具调用、推理与结果,支持反向导出与同步。

README

dsh-wq-bridge — WorldQuant BRAIN 平台桥(Python Bridge 模式)

**为 DeepSeek Harness (DSH) 打造的 AlphaFactory 平台桥**:TS 壳管理 Python 子进程(stdio JSON-RPC),向 DSH 工具面暴露 AlphaFactory 的平台能力。

状态:v0.3(阶段 1-4 完成:27 工具 + 全主 agent 挖掘循环实证)。DSH 为预览版(0.1.0-rc),无兼容承诺。

安装

cd <你的 self-plugins 目录>
git clone https://github.com/jonah791/dsh-wq-bridge.git
cd dsh-wq-bridge
pnpm install
pnpm build

架构

DSH 工具面 (TS) ←→ PythonBridge (stdio JSON-RPC) ←→ bridge_server.py ←→ AlphaOrchestrator (Python)
  • Python 核心 100% 保留(AlphaFactory 215 测试资产不重写)
  • 桥为长驻子进程(无每次启动开销);请求-响应按 id 配对,支持并发
  • 凭据:读 AlphaFactory 的 .env(WQ_USERNAME/WQ_PASSWORD)注入子进程
  • dispose 时 kill 子进程(插件生命周期绑定)

工具面(v0.3 全量 27 工具,按域分组)

平台/只读(5)

工具职责
wq_ping桥连通性(Python 版本)
wq_alpha_count五库计数
wq_quotaWQ 配额监控(挖掘前必查)
wq_context_explore探索上下文(开局必读)
wq_context_refine精炼上下文

核心挖掘(12)

工具职责
wq_simulateWQ 回测(~90-150s,300s 桥超时)
wq_recover_pending崩溃兜底(超时后按表达式找回)
wq_check_expression表达式静态校验
wq_similarity_hint撞车预检(simulate 前必查)
wq_evaluate_submittability四关评估
wq_add_to_zoo入库(四关过→ready,否则→candidates)
wq_suggest_next_round轮次调度建议
wq_report_blindspot盲点登记
wq_mark_as_waste废渣判定
wq_add_weak_signal弱信号入库(组合素材)
wq_corr_with / wq_compute_correlationPnL 相关实测

分析(4,tools.py 纯计算)

工具职责
wq_analyze_parse表达式结构树
wq_analyze_similarity结构相似度
wq_analyze_calibrated标定相似度(→PnL corr 估计)
wq_analyze_classify信号族分类

知识(6,档案确定性查询)

工具职责
wq_knowledge_blindspots盲点档案(过滤)
wq_knowledge_summary盲点归纳摘要
wq_knowledge_meme模因库
wq_knowledge_templates模板库
wq_knowledge_family_tree血统树
wq_knowledge_dead_roots判死词根

库读取(3)

工具职责
wq_submitted / wq_ready / wq_weak_pool三库读取

组合

- insert:
    - id: wq-bridge
      name: dsh-wq-bridge

测试

node node_modules/typescript/lib/tsc.js -p tsconfig.json && node --test

6/6 tests(mock python 服务:往返/参数/错误/并发/超时/dispose)。

实测证据(2026-08-15)

  • 全主 agent 挖掘闭环:quota → context_explore(fn_mne_a 必答格点)→ check/similarity 预检(零撞车)→ simulate(sharpe 0.11,弱信号)→ add_to_zoo(candidates)
  • 桥超时教训:simulate 需 300s(WQ 90-150s 波动);recover_pending 兜底找回
  • suggest_next_round 真实建议(combo:弱池 4 素材,rule2_combo)

演进

  • 后续:四域拆分(mine/analyze/knowledge 独立插件)按需进行;领域知识桥接 dsh-agent-memory

相关

  • 我的数字生命爱丽丝 — 插件生态中心(架构总览)

License

MIT