bpc-oss/dsh-verification

bpc-oss★ 0TypeScript最后同步: 2026-08-22

在 GitHub 打开

README 摘要

dsh-verification Verification engine for DeepSeek Harness (DSH) agents — a port of the Bobby "Conscience" layer. "Claimed done" becomes "actually done." Before an agent can complete a goal, every acceptance criterion must be backed by server-stamped, real tool evidence (tool outputs, not model self-reports). The completion gate rejects unverified completions with a defect list; advisory mode records everything without ever blocking. - plan : freeze selectors (tool + args hash) for each AC - work : tool calls auto-capture as content-addressed evidence - complete : each AC needs a real-evidence pass , else the gate returns the defect list - audit : evidence/verdicts/gate are append-only session events, replayable Package What it does @bpc-oss/dsh-verification engine: task epochs, contracts, oracles, completion gate @bpc-oss/dsh-evidence pure zod schemas: contracts, evidence, verdicts, selectors @bpc-oss/dsh-client-ui-verification client: verification settings panel Benchmarks (reproducible): synthetic recall 100% / false-positive 0% ( pnpm --filter @bpc-oss/dsh-verification bench ); real-task replay audit and completion-capability evaluation in docs/value-report.md and scripts/ . 中文文…

在 GitHub 查看完整 README →
Agent/智能体agentbenchmarkdeepseek-harnessdshdsh-pluginverification

分类