Koreyer/easy-vision
Koreyer★ 0JavaScript最后同步: 2026-08-14
—
README 摘要
easy-vision English · 简体中文 A DeepSeek Harness tool plugin that gives a text-only agent the ability to "see" local images. It registers a model-facing describe image tool. When the model needs to look at, describe, analyze, or read an image (screenshot, photo, chart, UI mockup, etc.), it calls this tool with the image's local path. The plugin: 1. Reads the file and auto-detects its real format from magic bytes (PNG / JPEG / GIF / WebP), tolerating wrong file extensions. 2. Sends the image (base64 data URI) to a configured OpenAI-compatible vision model via chat completions. 3. Returns a detailed text description , or optionally writes it to a Markdown file. This lets a model on a text-only route (e.g. deepseek over a gateway that rejects image input) see pictures as prose. Install The package is a dependency-free plain ESM Cordis plugin that only injects tools . Install it into a DSH profile, then mount it in a patch layer. 1. Install the package into a DSH profile Pick the source that matches your setup: From npm (recommended after publishing): Or the equivalent direct pnpm command in the profile directory: From a local tarball (before/without publishing): @deepseek-ai/cordis is de…
在 GitHub 查看完整 README →分类
The first vision plugin for DeepSeek Harness, and the vision bridge for every text-only coding agent. Paste an image, get structured JSON evidence (OCR, layout, semantics). | 全网第一个 DeepSeek Harness 视觉插件,为 DeepSeek、GLM 等纯文本模型外挂视觉能力,粘贴图片即得结构化 JSON 证据(OCR、版面、语义)。
★ 1,123
Anionex/agent-vision-toolkit为纯文本模型"看图“设计更好的视觉工具箱和技能,支持多图理解,图片问答,前端UI还原、GUI 自动化等,并可选无缝接入多个主流agent,直接识别粘贴图片| A vision toolkit and skill designed for text-only llms — image Q&A, long-screenshot OCR, frontend UI restoration, and GUI automation, with optional seamless integration for Codex, Claude Code, Pi, Oh My Pi, and OpenCode
★ 794
Anionex/dsh-vision-toolkit让纯文本模型更好地做视觉任务的DeepSeek Harness插件:带意图的图片问答、长截图 OCR、UI 还原等|DeepSeek Harness-native integration for agent-vision-toolkit: image Q&A, long-screenshot OCR, UI restoration, grounding, pixel diff, Artifacts, and Web UI.
★ 298