dsh-synomega
Organic reaction prediction for DeepSeek Harness: retrosynthesis, forward prediction, route planning, SynScore, and multi-component evolution, with in-chat molecule/reaction/route visualisation
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zbc0315/dsh-synomega说明文档
阅读完整 README ↗Configuration
All values are set in cordis.yml. The ones worth knowing:
| Key | Default | Meaning |
|---|---|---|
autoSetup | true | Provision Python on activation |
python | — | Explicit interpreter path; set it and no virtualenv is created |
extras | ['gnn'] | PyPI extras. [] installs the template-only backend: no torch, much faster, no neural prediction |
mirror | 'auto' | Asset mirror (ustc / github) |
algorithm | 'retrostar' | Search algorithm (retrostar / mcts / bfs) |
plausibility | false | Screen candidates with the plausibility model. Off by default: it does not improve top-k recall and adds latency |
search | width 50, 60 s, 500 expansions | Search budget. Deployment policy, not a model-facing argument |
timeouts | 2 min / 10 min | Per-operation deadlines (single-step / search) |
visualize | true | Emit card metadata |
maxTreeNodes | 120 | Node cap for a drawn route tree |