ruby1304/dsh-vision-subagent
ruby1304★ 0TypeScriptLast synced: 2026-08-15
Vision for text-only DeepSeek Harness agents: subagent-delegated image reading + Codex-style paste bridge on a configurable MiniMax/Kimi route
README excerpt
dsh-vision-subagent Eyes for text-only DeepSeek Harness agents: delegate image reading to a one-shot subagent running on a separately configured vision route (MiniMax / Kimi / any OpenAI-compatible provider). Image bytes and the vision model's intermediate context never enter the main session — only the final text answer comes back. Why a subagent - Context isolation : large screenshots and multi-image comparisons never occupy the main model's window - Multi-turn visual reasoning : the child can call read image on more workspace files before answering - Cost & route separation : vision calls bill on the MiniMax/Kimi route; the main model only reasons Quick start sh dsh plugin --profile web add /path/to/dsh-vision-subagent Then edit /.dsh/profiles/web/cordis.patch.yml : yaml - insert: - id: vision-subagent name: 'dsh-vision-subagent' config: provider: kimi-coding or minimax-cn / a hand-declared route model: k3 or MiniMax-M3 / MiniMax-VL-01 Restart dsh web , open a new session, and ask: "Look at /Desktop/error.png — what is the error?" The model calls vision agent(images=[...], question=...) on its own. Paste images into the composer (Codex-style) The Web composer accepts pasted/drop…
View full README on GitHub →Category
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