ankye/dsh-client-vision

ankye★ 0TypeScript最后同步: 2026-08-20

在 GitHub 打开

Give your DeepSeek Harness agent eyes. dsh-client-vision is a screen-capture + external image-recognition plugin for DeepSeek Harness: the agent takes a screenshot (or points at any image), hands it to a vision-capable model through a pluggable channel, and gets back plain text it can actually act on — no multimodal model required.

README 摘要

dsh-client-vision English 中文 Give your DeepSeek Harness agent eyes . dsh-client-vision is a screen-capture + external image-recognition plugin for DeepSeek Harness: the agent takes a screenshot (or points at any image), hands it to a vision-capable model through a pluggable channel, and gets back plain text it can actually act on — no multimodal model required . Why you want it - DeepSeek can't see — now it can. The harness model has no image input. This plugin runs the whole "look" outside the model and returns text the agent can reason about, exactly like Codex's semantic vision tool. - Capture anything, any way. fullscreen / window (with live window enumeration) / region / interactive — grab the browser, a game window, or one corner of the screen. - Multi-channel by design. Tools are decoupled from recognition backends. The gpt channel ships ready to use; adding Claude, Gemini, or a local model is one analyze() implementation + one registry line — the three tools never change. - Secret-safe. The API key lives in the harness credentials store ( VISION GPT API KEY ) — never in settings files, logs, or the conversation transcript. - Every preset, out of the box. Mounted on the host…

在 GitHub 查看完整 README →
终端/TUIdsh-pluginagentvision

分类