DeepSeek Harness Gives Text Agents Vision Without Leaving the Framework 🔗
Native plugin bundles ten vision tools with intent-aware Q&A and pixel-level verification
Anionex/dsh-vision-toolkit integrates agent-vision-toolkit into DeepSeek Harness as a native Profile Bundle, letting text-only agents perform image Q&A, long-screenshot OCR, UI restoration, and pixel diff using structured schemas instead of shell glue. Tools load on demand, preserving upstream methods while adding DSH Credentials, managed Artifacts, and Web Settings.
The catch: P2's stable ctx.visionToolkit service remains unpublished, leaving advanced vision features unavailable until an independent plugin consumes them.
Use Cases
- Developers automate GUI testing with intent-driven image Q&A
- Agents extract text from long screenshots via built-in OCR
- Builders restore UI layouts from screenshots using pixel grounding
Source: Anionex/dsh-vision-toolkit — based on the README and release notes.