VeryInt/dsh-image-vision

VeryInt★ 0JavaScript最后同步: 2026-08-17

在 GitHub 打开

README 摘要

dsh-image-vision Seamless image understanding for DeepSeek Harness — lets pure-text main models read pasted/dropped images and Feishu/Lark images via a configurable vision model, without modifying any host code . A pure "everything is a plugin" implementation: it wraps a documented llm service method and listens to official agent/tool waterfalls. No packages/ files are touched, so it portably runs wherever DeepSeek Harness runs. 简体中文说明见 README.zh.md What it does - Paste / drop an image in chat — even when the main model is text-only (e.g. DeepSeek V4 Flash routed through pi-ai), the image is accepted and described to the model as text. - Feishu / Lark document images — produced by lark read doc and friends is downloaded through lark-cli and described; the result is injected back as tool output. - describe image model tool — describes a local image file path. - Full description, not just OCR — people, scenes, tables, charts and verbatim text are all described, driven by a prompt you can override. Pick a vision model from ModelScope free community API (e.g. Qwen/Qwen3-VL-8B-Instruct ) or SiliconFlow (e.g. Qwen/Qwen3-VL-32B-Instruct ). Routes are auto-discovered from your settings . W…

在 GitHub 查看完整 README →
工具/开发dsh-pluginagentvision

分类