Koreyer/easy-vision0

easy-vision

A DeepSeek Harness tool plugin that lets a text-only agent 'see' local images: it reads an image file, auto-detects the real format, and returns (or writes to a Markdown file) a detailed text description produced by a separate OpenAI-compatible vision model.

AI 分析

核心用途是为纯文本大模型扩展本地图片识别与描述能力。适合使用无视觉能力的模型,但又需要处理、分析本地图像或生成图像 Markdown 描述的用户。

パッケージ
easy-vision
バージョン
0.1.1
ライセンス
MIT
最終更新
2026/08/14

インストール

検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗

ドキュメント

README 全文を読む ↗

Configuration

KeyDefaultDescription
baseUrlhttps://example.com/v1OpenAI-compatible chat completions base URL.
modelyour-vision-modelVision model id.
apiKeyEnvYOUR_API_KEYEnv var name for the API key; falls back to reading that key from $DSH_HOME/.credentials.yaml.
timeoutMs120000Request timeout.