mochgolf/dsh-deepseek-vision-router

mochgolf★ 0JavaScript最后同步: 2026-08-14

在 GitHub 打开

Transparent image preprocessing route for DeepSeek Harness

README 摘要

dsh-deepseek-vision-router English 简体中文 An experimental DeepSeek Harness plugin that lets a text-only DeepSeek main agent accept images directly from the DSH chat composer. The plugin adds a separate deepseek-vision provider. It reuses DSH's durable attachment and credential services, mcp-vision-bridge for OpenAI-compatible vision calls, and the official DeepSeek adapter for reasoning, streaming, tool calls, retries, and model configuration. Compatibility - DSH 0.1.0-rc.6 - Node.js 24+ - mcp-vision-bridge 0.2.7 Other versions may work but have not been tested. Install Start DSH once, then store the vision credential through DSH's persistent credential service: This writes VISION OPENAI API KEY to DSH's managed credential store, not the plugin config. Later launches need no environment variable. If DSH uses a different loopback URL, pass it as the command's final argument. A launch environment value with the same name remains available for headless deployments. The bundled defaults use OpenCode Go with mimo-v2.5 . Override visionBaseURL , visionModel , visionApiKeyEnv , visionMaxTokens , or visionTimeoutMs in the plugin's Cordis entry when using another OpenAI-compatible vision endp…

在 GitHub 查看完整 README →
Agentsai-agentscordisdeepseekdeepseek-harnessdshdsh-pluginmultimodalvision

分类