Liujie-harsh/heart-health-dsh-suite0

heart-health-dsh-suite

DeepSeek Harness plugin suite for the heart-health scenario: heart-health preset, resident guidance, controlled heart_* wrapper tools over the heart-algo MCP bridge, and the safety policy that hides the raw mcp__heart-algo__* tools.

包名
heart-health-dsh-suite
版本
0.1.0
最近更新
2026年8月28日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Liujie-harsh/heart-health-dsh-suite

配置旋钮(环境变量)

变量默认值说明
HEART_HEALTH_MCP_SERVER_NAMEheart-algo底层 MCP server 名(决定被隐藏的原始工具前缀)
HEART_HEALTH_RAW_TOOL_SUBMITdiagnose_heart_failure提交任务的原始工具名
HEART_HEALTH_RAW_TOOL_RESULTget_diagnosis_result查询结果的原始工具名
HEART_HEALTH_RAW_TOOL_VIEWSlist_supported_views支持切面目录的原始工具名
HEART_HEALTH_KEEP_PATIENT_INFOtrue(1)设为 false/0 时结果完全不含 patient_info
HEART_HEALTH_MAX_VISIBLE_ECG_PREDICTIONS8文本投影展示 Top-K 条 ECG 预测;canonical value 保持全量
HEART_HEALTH_REVIEW_REMINDERtrue(1)设为 false/0 时关闭 completed 结果尾部的复核提示文案

变量必须在启动 dsh 的进程内存在;也可以直接改写 /.agent-presets/heart-health/agent.cordis.yml 的字面量。