ankye/dsh-image-generation

ankye★ 0TypeScript最后同步: 2026-08-20

在 GitHub 打开

Give your DeepSeek Harness agent a paintbrush. dsh-image-generation is an image-generation plugin for DeepSeek Harness: the agent describes an image in text, a settings-selected generation channel produces it through a pluggable backend, and the file paths are written to disk — all outside the model, so no image-capable model is required.

README 摘要

dsh-image-generation English 中文 Give your DeepSeek Harness agent a paintbrush . dsh-image-generation is an image-generation plugin for DeepSeek Harness: the agent describes an image in text, a settings-selected generation channel produces it through a pluggable backend , and the file paths are written to disk — all outside the model, so no image-capable model is required . Why you want it - DeepSeek can't draw — now it can. The harness model has no image output. This plugin runs the whole "create" outside the model and returns real file paths the agent can hand over (or verify). - Multi-channel by design. The generate image tool is decoupled from generation backends. The gpt-image-2 channel ships ready to use; adding Gemini, FLUX, or a local model is one generate() implementation + one registry line — the tool schema never changes. - Normalized parameters. count , aspect ratio , and quality are standardized across every channel; channel-specific knobs stay in the per-channel defaults of the settings section. - Generated, then verified. Images are decoded to disk under generated/ and returned as paths; pair with analyze image (the dsh-client-vision plugin) for generate-then-inspect …

在 GitHub 查看完整 README →
Agent/智能体dsh-pluginagent

分类