MkaliezZ/dsh-agent-doctor

MkaliezZ★ 0TypeScript最后同步: 2026-08-15

在 GitHub 打开

DeepSeek Harness health and safety diagnostics: /doctor inspects the effective model-visible tool surface.

README 摘要

dsh-agent-doctor A small DeepSeek Harness (DSH) health and safety diagnostics plugin. /doctor inspects the effective model-visible tool surface for the receiving agent and reports bounded configuration signals without claiming to be a security scanner, sandbox, or danger classifier. v0.1 checks - model-visible tool count and names; - whether reserved run code is visible; - heuristic warning for obviously side-effect-shaped tool names; - optional AgentFuse presence requirement; - optional approval-service availability signal. The name-based side-effect check is a diagnostic hint only. It does not authorize or block execution. Use a real runtime policy boundary such as AgentFuse for enforcement. DSH integration This repository is intended to be mounted as a DSH bundle. DSH is currently Developer Preview; the plugin targets the pinned public architecture where human commands are registered through ctx.commands and effective tool schemas are exposed by ctx.tools . Run /doctor from an interactive DSH surface after the bundle is composed. Development The core checker has no runtime dependencies and is tested independently of the DSH monorepo. A monorepo compatibility proof should be run …

在 GitHub 查看完整 README →
Agent/智能体agent-toolingdeepseek-harnessdeveloper-toolsdiagnosticsdsh-plugintypescriptagent

分类