ruby1304/dsh-vision-subagent0

dsh-vision-subagent

Vision for text-only DeepSeek Harness agents: delegate image reading to a one-shot subagent on a configurable vision route (MiniMax / Kimi / any OpenAI-compatible provider), keeping image bytes and the vision model's context out of the main session.

AI 분석

核心用途是将图像读取任务委托给单次运行的视觉子代理,从而让纯文本模型间接获得视觉能力,并保持主会话整洁。适合需要处理本地图片但主模型不支持视觉的场景。

패키지
dsh-vision-subagent
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 17.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ruby1304/dsh-vision-subagent

Configuration

FieldDefaultMeaning
enabledtrueMaster switch
provider / model'' (dormant)Vision route; must be set together
subagentProviderspawnctx.subagents provider
maxDepth0Child delegation cap (0 = none)
maxImages4Images per call
maxImageBytes10 MiBPer-image byte cap
maxPromptChars8000Question length cap
maxOutputChars32000Returned text truncation
allowRemoteUrlsfalseReserved (v0.1 supports local paths only)
allowOutsideWorkspacefalseWorkspace containment bypass
extraAllowedRoots[]Extra allowed image roots
guidance''Extra instructions appended to the child prompt