niuniuaba/dsh-subagent-vision

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

在 GitHub 打开

README 摘要

dsh-subagent-vision English 中文 A DeepSeek Harness bundle plugin that lets a text-only main agent (DeepSeek) read images in the same session : when a task needs vision, the main agent delegates to a fresh subagent routed to a vision-capable model you pick in the settings (configured under Settings Models, chosen under Settings 视觉处理模型; the factory default is qwen3.8-max — see Configure), and the child's text result is merged back. Pasting or dropping an image just works : intake stays native (thumbnail rail, remove/undo); when you hit send on a text-only session, the browser half uploads each draft image to a private temp file and appends the paths to your prompt, so the request never trips image admission and the text-only agent can delegate the paths to the vision subagent. No model switching, no second session, no copy-paste. Why DeepSeek chat models cannot take image input, and the harness refuses to switch a session that contains images to a text-only model (and a text-only adapter would reject the image at request time anyway). The harness does have a first-class subagent seam ( subagent / subagent fork tools) whose children can be routed to any registered provider/model — this…

在 GitHub 查看完整 README →
Agent/智能体dsh-pluginagentvision

分类