OoWJZZoO/dsh-read-image

OoWJZZoO★ 3JavaScript最后同步: 2026-08-14

在 GitHub 打开

A plug-and-play image-reading plugin for DeepSeek Harness. After installation, DSH will no longer refuse to feed images into sessions with pure-text models; instead, the image will be mapped as [Image #N] in the session. The Agent can then invoke tools on its own to read images from the session or from specified paths.

README 摘要

dsh-read-image 简体中文 Plug-and-play image reading for text-only DeepSeek Harness models: pasted images are admitted, projected as [Image N] , and read back through a first-class read image tool backed by a configurable vision model — no preset changes required. A DeepSeek Harness plugin that lets non-multimodal models "see" images . - Pasted images are no longer rejected — text-only routes are declared to accept image input, so the api-proxy admission gate lets them through. - [Image N] projection — on text-only routes, image blocks in the model request are replaced in place with [Image N] text; pixels never reach a text API. Native multimodal routes pass through untouched. - First-class read image tool (registered automatically in every session, shadowing the built-in tool of the same name): - image index — read the Nth image in the conversation ( [Image N] ); - file path — read an image file from a path (PNG/JPEG/WebP/GIF); - prompt / reasoning effort / timeout ms / max tokens / max thinking tokens — optional overrides; omitted parameters use the configured defaults (the current real defaults are interpolated into the tool description, so the agent never has to guess); - on text-on…

在 GitHub 查看完整 README →
Agent/智能体cordisdeepseek-harnessdshdsh-pluginagentvision

分类