Cloudstill/dsh-research-plugins
Cloudstill★ 0TypeScriptLast synced: 2026-08-15
Auditable research evidence system (research plugins) for DeepSeek Harness
README excerpt
DSH 科研插件(DSH Research Plugins) 基于 DeepSeek Harness 插件体系实现的 可审计科研证据系统 :证据生产、核验、综合、审查四权分离,主 Agent 只能提出 provisional 结论,人类保留最终批准与学术责任。 English — An auditable scientific evidence system built as opt-in plugins on DeepSeek Harness. Evidence production, verification, synthesis, and review are separated into four authorities enforced in code: the lead agent may only propose provisional conclusions, and only a human can record a human decision. All research state is an append-only, replayable projection of research/ session events. 设计动机 科研多代理系统最常见的失败模式是"伪权威":一个模型同时负责检索、判断与定稿,证据来源、核验过程与最终结论之间没有可审计的链路。本项目的核心转向(完整设计见 plan.md): - 主 Agent 拥有 综合权 ,但没有"真理权"; - 子 Agent 不是模拟不同人格,而是承担 互相隔离的证据职责 ; - 权限是 代码 ,不是提示词——越权输出在运行时被拒绝; - 一切模型可见状态都能从会话日志重建(model-visible means logged)。 架构 四权分离(权限表) 权限 承担者 能做什么 运行时拒绝 discovery Scout 提出候选 输出 verified: true bibliographic verification Bibliographic Verifier 记录书目判定 形成结论 evidence extraction Extractor 产出 claim/experiment 给出判定 claim verification Claim Verifier 记录主张判定 改写主张文本 synthesis Lead Agent 提出 provisional 结论 触碰证据 span / 自批自审 review Citation Auditor 提出 objection 把决策标记为 rejected adjudication Adjudicator 记录裁决判定 记录人类决策 human adjudication 人类 记录人类决策(唯一) —— Evidence Ledger…
View full README on GitHub →