gsh150801/dsh-bioinf-routed0

dsh-bioinf-routed

Fused bioinformatics resource router plugin for DeepSeek Harness, evolved from dsh-bioinf in the biomni style: BM25 skill search + scenario guidance preserved, plus small capability plugins for the data lake, model registry (ADMET/docking/repurposing + server), know-how documents, and software libraries, merged behind a small-model router (bioinf_route) with an optional LLM-based router

AI 分析

核心用途是提供一站式的生物信息学资源与模型路由(如ADMET、分子对接等)。适合需要深度结合生物计算模型和本地知识库的科研人员。由dsh-bioinf演进而来,采用biomni风格。

パッケージ
dsh-bioinf-routed
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/09/01

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:gsh150801/dsh-bioinf-routed

ドキュメント

README 全文を読む ↗

Usage

Pair with @deepseek-ai/dsh-tool-skill config catalog: off (see ~/.dsh/profiles/bioinf/cordis.patch.yml).

- insert:
    - id: bioinf
      name: 'file:///D:/projs/bioinf_agent/deepseek-harness/packages/examples/dsh-bioinf/lib/index.js'
      config:
        skillsIndexFile: 'D:/projs/bioinf_agent/skills_meta/_dsh_index.json'
    - id: bioinf-anysearch
      name: 'file:///D:/projs/bioinf_agent/deepseek-harness/packages/examples/dsh-bioinf/lib/anysearch-plugin.js'
      config:
        apiKey: '...'
- id: tool-skill
  name: '@deepseek-ai/dsh-tool-skill'
  config:
    catalog: off