PerryLink/dsh-data-quality

PerryLink★ 1TypeScript最后同步: 2026-08-22

在 GitHub 打开

DeepSeek Harness plugin: deterministic data profiling, cleaning, and verification (dsh-data-quality)

README 摘要

dsh-data-quality Deterministic data profiling, cleaning, and verification for DeepSeek Harness. All computation is plain TypeScript in the harness process — the model never does the math. A ctx.dataQuality capability seam (Service Definition / local Provider / tool Consumers) exposes three model tools plus a frozen cross-plugin citation-checking contract. English · 简体中文 · Español · Português · हिन्दी Compatibility Component Version DeepSeek Harness 0.1.0-rc.8 (peer dependencies pinned) Node.js ^22.19.0 \ \ =24.0.0 Package manager [email protected] Platform Windows / macOS / Linux (host-only plugin) What you get - ctx.dataQuality service — a Cordis service other plugins may optionally consume ( inject = ['dataQuality'] ). Besides the three dataset operations behind the tools, it implements the frozen verifyCitations(request) contract: verify that numbers/strings cited in a document match a dataset snapshot, with relative-tolerance numeric comparison and verified / mismatch / not-found / unverifiable statuses. - data profile tool — dataset profiling: row/column counts, inferred column types (number/date/boolean/string/empty/mixed), missing rates, unique counts, numeric distributions (min/m…

在 GitHub 查看完整 README →
工具/开发cordisdata-cleaningdata-profilingdata-qualitydata-verificationdeepseek-harnessdshdsh-plugin

分类