bcdahb0-jpg/dsh-tool-vision

bcdahb0-jpg★ 0JavaScript最后同步: 2026-08-16

在 GitHub 打开

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 →
内容/媒体dsh-pluginagentvision

分类