DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Vapor · Modal Qwen — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins

@toddzheng024/vapor-vlm-modal

Vapor · Modal Qwen

通过源版本、明确覆盖范围和可恢复的云端任务进行批量视觉检查

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add @toddzheng024/vapor-vlm-modal@0.3.0
README兼容性版本

说明

通过 Modal Qwen 对图像和采样视频进行版本绑定的审核,支持批量批准和持久化恢复

兼容性与来源证明

Vapor · Modal Qwen 以 @toddzheng024/vapor-vlm-modal 发布,当前版本为 0.3.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
0.1.5-rc.1
运行环境
any
发布来源
npm
Registry 更新时间
2026/9/20

版本

0.3.0stable
2026/9/11

相关插件

正在加载相关插件…

最新版
0.3.0
DSH
0.1.5-rc.1
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
58.5 kB
文件数
14
Surface
any
许可证
MIT
发布源
npm
GitHub
★ 0
周下载
38
最近提交
2026/9/11
查看源码 ↗项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 vision-media 分类下经过校验的插件。

Tool Describe Image@linxin666/dsh-tool-describe-image面向模型的 describe_image 工具,用于 dsh Web GUI:通过在兼容 OpenAI 的端点调用视觉语言模型,为文本模型提供图像理解能力,以描述一张图像(本地路径、http(s) URL 或附件引用)。可热插拔 —Modlens@liustack/modlens面向仅支持文本的 LLM 的插件视觉能力,由免费的 Antigravity CLI 提供支持Vision Toolkit@anionex/dsh-vision-toolkit面向 Harness 原生集成的 DeepSeek 与 agent-vision-toolkit:图像问答、OCR、定位、UI 还原、像素差异、Artifacts 和 Web UI。Deepseek Ivideodeepseek-ivideoiPolloWork HyperFrames Video Studio,以及 27 个可编辑视频模板,以原生 DeepSeek Harness 对话视图呈现。

README

Vapor Modal Qwen

Optional visual inspection plugin for Vapor Framework, using Qwen/Qwen3-VL-8B-Instruct at revision 0c351dd01ed87e9c1b53cbc748cba10e6187ff3b. Static images and sampled video frames are supported; audio and continuous playback are not.

Install and configure

Use Python 3.11+ on macOS/Linux with FFmpeg/ffprobe. Create your own Python virtual environment, install this package's requirements.txt, and set VAPOR_VLM_PYTHON to its Python executable. Authenticate Modal using its official CLI. Credentials stay in the user's Modal environment and are never bundled or copied by Vapor.

Deploy python/tools/gpu/modal_vlm_app.py using that environment with python -m modal deploy <path>. The app is agent-media-lab-vlm-v2, separate from v1 so existing calls remain recoverable. Deployment is a separate operation, never a package install hook. Model weights download into the user's Modal Volume on first use. No cloud deployment or GPU inference is established by an npm installation or offline tests.

Review

In Lab select a registered image/video revision, enter a question, and add it to the current batch. Video ranges are validated against the actual duration. Prepare locally, then inspect the upload size, pinned model, exact source IDs and sampled times. Batches accept 1–40 items; videos use 2–12 frames. Images are one image with no invented timestamps. ZIP input is capped at 48 MiB.

Only the user can approve the prepared input fingerprint and cost plan. The fixed <project>/generation/ledger.json is shared with production generation work. An existing budget cannot be increased through this form. Estimates, reservations and actual billing are distinct; reservations do not hard-limit Modal's billing. GPU runtime has a 900 second timeout and one-container concurrency.

The Agent gets media_vlm_prepare, media_vlm_list, media_vlm_get and media_vlm_resume when the Vapor preset is selected. It cannot approve spending. Results retain raw answers, parsing failures, exact sources and coverage; reports appear in the board. No automatic acceptance or paid regeneration follows a model recommendation.

Recovery

After submission, use 查询原任务 / 取回结果. This recovers the saved request and original call, never spawns a new job. Unknown submissions require the verified original fc-... ID and evidence in Lab. Remote cancellation is performed in Modal; record the verified terminal state in Lab afterward. Killing the local client is not remote cancellation. Reservations stay until actual billing is recorded.

Old v1 calls can be recovered with the saved plan and existing CLI ledger. Do not redeploy v1 to recover a v2 call or make a fresh plan to retry an uncertain request. The client never auto-submits on startup.

This package's source checkout is built into a portable npm payload by the distribution builder. Python code is included; environments, model weights, recordings, API keys and production logs are not.