bcdahb0-jpg/dsh-tool-vision
bcdahb0-jpg★ 0JavaScript最后同步: 2026-08-16
DeepSeek Harness 外置视觉模型插件:inspect_image 工具 + 文本模型图片桥(聊天显示图片、模型收文本提示)。External vision model + image bridge for DeepSeek Harness.
README 摘要
dsh-tool-vision GitHub : bcdahb0-jpg/dsh-tool-vision External vision model for DeepSeek Harness. DeepSeek's own models are text-only, and the harness derives every model request strictly from the session log ( llm/stream requests must equal the durable derivation — the agent-loop invariant). This plugin bridges the gap in two ways: 1. inspect image tool — sends an image (local file, or http(s) URL) to any OpenAI-compatible /chat/completions endpoint that supports image url content parts, and returns the vision model's textual answer into the agent loop. 2. Image bridge (v0.2.1) — pasted images are turned into inspect image hints before they enter the durable log , on the agent/pre-step waterfall (the one seam where the harness lets a plugin replace the messages of a proposed step). Images already logged by an older version are repaired lazily with a surface replace on the session's first pre-step. Only models listed in multimodalModels receive image blocks directly; a model's declared inputModalities are never consulted, because profiles routinely declare input: [text, image] on text-only models just to pass the harness's prompt-admission check. Images render in chat (v0.3.8) : whe…
在 GitHub 查看完整 README →分类
The first vision plugin for DeepSeek Harness, and the vision bridge for every text-only coding agent. Paste an image, get structured JSON evidence (OCR, layout, semantics). | 全网第一个 DeepSeek Harness 视觉插件,为 DeepSeek、GLM 等纯文本模型外挂视觉能力,粘贴图片即得结构化 JSON 证据(OCR、版面、语义)。
★ 2,047
Anionex/agent-vision-toolkit为纯文本模型"看图“设计更好的视觉工具箱和技能,支持多图理解,图片问答,前端UI还原、GUI 自动化等,并可选无缝接入多个主流agent,直接识别粘贴图片| A vision toolkit and skill designed for text-only llms — image Q&A, long-screenshot OCR, frontend UI restoration, and GUI automation, with optional seamless integration for Codex, Claude Code, Pi, Oh My Pi, and OpenCode
★ 920
Anionex/dsh-vision-toolkit让纯文本模型更好地做视觉任务的DeepSeek Harness插件:带意图的图片问答、长截图 OCR、UI 还原等|DeepSeek Harness-native integration for agent-vision-toolkit: image Q&A, long-screenshot OCR, UI restoration, grounding, pixel diff, Artifacts, and Web UI.
★ 457