DevRico003/dsh-verifier-gate

DevRico003★ 1TypeScript最后同步: 2026-08-21

在 GitHub 打开

LLM-as-a-verifier plugin for DeepSeek Harness: end-of-turn quality gate, best-of-N selection and assessment tools (port of llm-as-a-verifier)

README 摘要

dsh-verifier-gate An LLM-as-a-verifier plugin for DeepSeek Harness ( dsh ). It adds a quality gate that runs at the end of every agent turn, plus three tools the agent can call to check its own work. The scoring method is a port of llm-as-a-verifier by Kwok et al. (project site llm-as-a-verifier.com, paper arXiv 2607.05391, MIT). That repo selects the best of N agent trajectories. This plugin takes the same math and wires it into a running harness. How it fits together Two pictures. The first is the plugin inside one agent turn: where it reads, where it speaks, and what it costs. The second is the skill graph-verified-coding , the working method that decides when the agent calls the tools. Why a verifier The method comes from the llm-as-a-verifier authors. Their framework (source: llm-as-a-verifier.com): probability over the logits instead of a sampled token, a fine-grained scoring token, repetition, and decomposition into simpler criteria, aggregated as R(x, tau) = 1/(C K) sum over criteria, repeats and scale values of p(v x, c, tau) phi(v). What that buys with the same model this plugin runs on (chart from the llm-as-a-verifier README; Terminal-Bench 2.1, mini-swe-agent, DeepSeek…

在 GitHub 查看完整 README →
工具/开发deepseek-harnessdsh-pluginllm-as-a-judgeagent

分类