hrhgit/dsh-model-manager0

dsh-model-manager

Model tags, reasoning capabilities, image routing, and vision proxy support for DeepSeek Harness

AI 分析

核心用途是管理 DSH 的模型元数据与路由配置。适合需要配置模型标签、推理能力、视觉代理及进行原子化配置更新的用户。

パッケージ
dsh-model-manager
バージョン
0.2.1
ライセンス
NOASSERTION
最終更新
2026/08/31

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hrhgit/dsh-model-manager

ドキュメント

README 全文を読む ↗

Configuration

- insert:
    - id: dsh-model-manager
      name: dsh-model-manager
      config:
        proxyTimeoutMs: 60000
        # metadataPath: D:/dsh/model-manager.json
        # dshHome: D:/dsh-home

By default, metadata is stored at /plugins/dsh-model-manager/config.json. Writes use an atomic replacement and a monotonic revision; a stale page is rejected instead of overwriting a newer page.