ruby1304/dsh-vision-subagent

ruby1304★ 0TypeScript最后同步: 2026-08-15

在 GitHub 打开

Vision for text-only DeepSeek Harness agents: subagent-delegated image reading + Codex-style paste bridge on a configurable MiniMax/Kimi route

README 摘要

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…

在 GitHub 查看完整 README →
内容/媒体cordisdeepseek-harnessdsh-pluginmultimodalvisionagent

分类