Liujie-harsh/heart-health-dsh-suite ↗★ 0
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.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Liujie-harsh/heart-health-dsh-suite说明文档
阅读完整 README ↗配置旋钮(环境变量)
| 变量 | 默认值 | 说明 |
|---|---|---|
HEART_HEALTH_MCP_SERVER_NAME | heart-algo | 底层 MCP server 名(决定被隐藏的原始工具前缀) |
HEART_HEALTH_RAW_TOOL_SUBMIT | diagnose_heart_failure | 提交任务的原始工具名 |
HEART_HEALTH_RAW_TOOL_RESULT | get_diagnosis_result | 查询结果的原始工具名 |
HEART_HEALTH_RAW_TOOL_VIEWS | list_supported_views | 支持切面目录的原始工具名 |
HEART_HEALTH_KEEP_PATIENT_INFO | true(1) | 设为 false/0 时结果完全不含 patient_info |
HEART_HEALTH_MAX_VISIBLE_ECG_PREDICTIONS | 8 | 文本投影展示 Top-K 条 ECG 预测;canonical value 保持全量 |
HEART_HEALTH_REVIEW_REMINDER | true(1) | 设为 false/0 时关闭 completed 结果尾部的复核提示文案 |
变量必须在启动 dsh 的进程内存在;也可以直接改写 /.agent-presets/heart-health/agent.cordis.yml 的字面量。