deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
External vision proxy plugin for DeepSeek Harness, enabling text-only LLMs (such as DeepSeek-V3 / DeepSeek-R1) to inspect, analyze, and understand images via OpenAI-compatible vision model APIs.


vision_describe tool to inspect and answer questions about images, screenshots, diagrams, and attachments.conversation.input.left) with a pill-shaped toggle switch and an interactive model dropdown selector.vision_describe tool is visible. Model can choose native or delegated recognition. Prompts confirmation dialog upon image attachment.vision_describe with the attachment ID or file path.sha256:...), local file paths, HTTP/HTTPS URLs, and automatically detects MIME types using binary magic bytes.src/index.tsvision_describe tool schema and execution handler.system-prompt/assemble waterfall hook based on session state.webServer for settings, model probing, and session state sync.src/client/settings.section slot (VisionSettingsSection) for provider configuration.conversation.input.left slot (VisionComposerButton) for composer toggling and fast model switching.Add the dependency and bundle entry in your ~/.dsh/profiles/web/package.json:
{
"dependencies": {
"dsh-ext-vision-proxy": "link:/path/to/dsh-ext-vision-proxy"
},
"dsh": {
"profile": {
"bundles": [
"@deepseek-ai/dsh-base",
"@deepseek-ai/dsh-web-app",
"dsh-ext-vision-proxy"
]
}
}
}
# Install dependencies and build bundles
npm install
npm run build
# Pack tarball
npm pack
dsh web
http://127.0.0.1:3080).https://api.openai.com/v1 or local endpoint) and API Key.gpt-4o, gemini-2.5-flash, qwen-vl-max).vision_describe behind the scenes and respond with detailed answers.MIT © 2026 Fan Yuejin
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。