dshbase

插件目录 / Developer / dsh-plugin-mlquant-benchmark

dsh-plugin-mlquant-benchmark

未验证 initial-d

✓ 持续维护 基于 1 个官方 DSH 包

查看 GitHub ↗ ← 返回插件目录

2Stars
0Forks
0未关闭 issue
语言
2026-08-24最近推送
跨平台平台

功能简介

DeepSeek Harness tools for reproducing the ml-quant-trading protocol v1 benchmark.

我们的评价
未验证 — 尚未实测

DeepSeek Harness tools for reproducing the ml-quant-trading protocol v1 benchmark. 尚未验证——请自行安装测试。

「未验证」表示我们的自动化 CI 尚未安装过该插件。功能描述与版本兼容性均为作者声明。这不是安全审计,也不代表对第三方代码的背书。

你是插件作者? 想拿到「已验证」标签——提交你自己的验证证据(截图、日志或短视频),我们审核通过后即改为「已验证」。

提交验证证据 ↗

README

dsh-plugin-mlquant-benchmark

CI
Listed on Awesome DSH Plugin

DeepSeek Harness tools for reproducing the
initial-d/ml-quant-trading
protocol v1 CPU benchmark.

The point is narrow: make a DSH agent able to run the existing benchmark, read
the machine-readable artifact, validate it against the benchmark protocol, and
draft an issue-ready report. This plugin does not add a trading agent, does not
call market data APIs, and does not configure any model provider.

Why this exists

ml-quant-trading is a good reproducibility target for agent harnesses:

  • deterministic synthetic benchmark input;
  • fixed protocol v1 command, seed, panel size, repetitions, and thread counts;
  • JSON artifact suitable for automated checking;
  • public issue template for DeepSeek Harness benchmark reports;
  • explicit boundary that benchmark throughput is not trading performance.

Challenge: can DeepSeek Harness reproduce a quant benchmark end to end, preserve
the evidence bundle, and avoid turning runtime numbers into alpha claims?

Listed in
awesome-dsh-plugin
via PR #2573.

Run-To-Report Path

  1. Install the plugin from GitHub.
  2. Open an initial-d/ml-quant-trading checkout in DSH.
  3. Ask DSH to run, validate, summarize, and draft a benchmark report.
  4. Submit the drafted report through the dedicated issue template.

That path is intentionally small: the plugin turns DSH attention into a
reproducible benchmark report, not an investment or leaderboard claim.

Tools

This package registers four DSH tools:

Tool Purpose
mlquant_benchmark_v1_cpu Run the fixed protocol v1 CPU benchmark and write artifacts/benchmark-v1.json.
mlquant_read_benchmark_json Read the JSON artifact and render a compact Markdown result table.
mlquant_validate_benchmark_json Check protocol v1 fields, expected cases, fixed parameters, and variance warnings.
mlquant_draft_github_issue Draft a DeepSeek Harness benchmark issue body from the JSON artifact. It does not post to GitHub.

Install

Install the package in a DeepSeek Harness profile or preset environment:

dsh plugin --profile web add github:initial-d/dsh-plugin-mlquant-benchmark

The package declares a dsh.bundle manifest that inserts:

- id: mlquant-benchmark
  name: dsh-plugin-mlquant-benchmark

If you use a local checkout while developing, add the same row manually:

- id: mlquant-benchmark
  name: file:/path/to/dsh-plugin-mlquant-benchmark

This package is intentionally not published to npm yet. GitHub distribution is
enough for the first DSH-facing benchmark reports; npm can come later if there
is real usage.

Suggested DSH prompt

Read AGENTS.md, docs/benchmarking.md, and docs/reality_check.md.
Use the mlquant benchmark tools to run the protocol v1 CPU benchmark, validate
and read the JSON artifact, and draft a DeepSeek Harness benchmark report. Keep
the result as an engineering reproducibility benchmark, not a trading-performance
claim.

Public report path

Post the drafted report through the main repository's dedicated template:

https://github.com/initial-d/ml-quant-trading/issues/new?template=deepseek_harness_benchmark.yml

Seed example:

https://github.com/initial-d/ml-quant-trading/issues/61

For context and agent-facing guardrails, read the main repository's
DeepSeek Harness Recipe
and
Quant Agent Reproducibility Target.

Development

npm install
npm test

The test loads the plugin with a mock ctx.tools.register, verifies that the
four tools register, reads and validates sample artifacts, and drafts an issue
body.

Non-goals

  • No investment advice.
  • No backtest-performance claim.
  • No hidden model provider configuration.
  • No posting to GitHub from the tool.
  • No private data or API keys in artifacts.

安装

🧩 让 Agent 自动装(推荐)

装一次目录插件,之后本站所有插件都能让 DeepSeek Harness 自动找、自动装:

dsh plugin add dshbase-catalog

然后对 agent 说「帮我装 dsh-plugin-mlquant-benchmark」,它会在目录里找到并自动安装。文档:dshbase-catalog · 已验证场景包

该插件是 GitHub 源码(未发 npm)——直接从仓库装:

Web profile:

dsh plugin --profile web add github:initial-d/dsh-plugin-mlquant-benchmark

Headless(CLI)profile:

dsh plugin --profile headless add github:initial-d/dsh-plugin-mlquant-benchmark

实测报告

尚未 L3 验证——若已跑过,见下方失败备注。

状态:pending · 最近测试 2026-08-25
备注:验证: runtime-fail 浏览全部待验证失败 →
安全:尚未扫描——我们的每日静态扫描将很快覆盖它。

分享徽章

Developer 里更多

浏览全部 7789 个插件 →