跳到正文

me9rez/dsh-vlm-bridge

10最近提交 2026年8月14日

dsh-vlm-bridge DSH 插件

dsh-vlm-bridge 会在 DeepSeek Harness 中安装 `vision_analyze` 工具。该工具读取图片文件,将其发送到可配置的视觉语言模型端点,并返回文字描述或对指定图片问题的回答。

如何安装 dsh-vlm-bridge DSH 插件

dsh plugin --profile web add github:me9rez/dsh-vlm-bridge

复制不会执行命令。运行前请核对仓库和版本。

数据来源

快照日期:2026年8月15日

manifest-valid

dsh-vlm-bridge DSH 插件能做什么

  • 向 DeepSeek Harness 添加 `vision_analyze` 工具。
  • 通过 VLM API 分析图片文件;文档默认使用 ModelScope 的 `Qwen/Qwen3-VL-8B-Instruct`。
  • 支持通过 `question` 参数追问图片细节。
  • 可通过插件配置设置端点、模型、缓存、请求超时、Token 上限和日志路径。
  • 仅从 DSH 凭证中读取必需的 `VLM_API_KEY`。
  • 提供验证脚本,覆盖模块解析、配置 schema、工具注册和可选的 VLM 端到端测试。

dsh-vlm-bridge DSH 插件适合哪些场景

  • 为不支持图片输入的 DSH 模型提供本地图片的文字描述。
  • 针对图片内容提出定向问题。
  • 使用另行配置的 VLM 端点或模型进行图像理解。

dsh-vlm-bridge DSH 插件适合谁

  • 运行不支持图片输入模型的 DeepSeek Harness 用户。
  • 需要配置 DSH 组合包插件和 VLM 凭证的开发者。

dsh-vlm-bridge DSH 插件的限制

  • 发起 VLM 请求需要在 `~/.dsh/.credentials.yaml` 中配置 `VLM_API_KEY`。
  • 图片分析依赖所配置的外部 VLM API 端点和模型。
  • 安装后需要重启 DSH 进程,才能读取组合包配置层。
  • 本地链接的开发安装可能需要通过 junction 解析 `@deepseek-ai/*` 依赖。
  • 未提供 API 密钥时,文档中的端到端 VLM 验证会跳过。

客观检查信号

这些信号来自公开元数据扫描,不是本站安全认证。

  • dependency counts

    package.json declares 2 runtime, 0 development, 0 peer, and 0 optional dependencies.

    info
  • dsh bundle declared

    package.json declares DSH bundle metadata.

    info
  • license not declared

    GitHub did not report an SPDX license for this repository snapshot.

    low
  • package manifest available

    A root package.json was captured and can be inspected by the registry.

    info
  • source available

    Public GitHub source metadata is available for this registry snapshot.

    info

dsh-vlm-bridge DSH 插件的相关选择

dsh-vlm-bridge DSH 插件常见问题

dsh-vlm-bridge DSH 插件是什么?

dsh-vlm-bridge 是当前 DSH 插件快照收录的项目。页面基于仓库元数据和已核对的说明整理,运行前仍应查看上游仓库。

如何安装 dsh-vlm-bridge DSH 插件?

页面展示来源记录中的安装命令。复制动作不会执行命令,运行前请确认 package、profile 和版本仍与上游文档一致。

dsh-vlm-bridge 使用哪个 DSH profile?

dsh-vlm-bridge 快照记录的 profile 是 web。DSH 版本变化可能调整 profile 约定,安装前请再次核对。

dsh-vlm-bridge 与当前 DSH 版本兼容吗?

当前数据没有提供可验证的兼容版本矩阵。建议先确认最近提交、release 和 DSH 官方变更,再在可回滚的 profile 中测试。

dsh-vlm-bridge 加载失败怎么办?

先检查安装命令、profile、依赖安装日志和 Cordis 启动输出。再对照本站排错页与上游 issue,保留完整报错串便于定位。

dsh-vlm-bridge 有哪些替代 DSH 插件?

页面列出的相关插件来自当前快照的关联结果,只能作为候选。请按能力、最近维护时间、安装方式和限制逐项比较。