Dingpenghui-good/dsh-tool-agnes

Dingpenghui-good★ 0TypeScriptLast synced: 2026-08-16

Open on GitHub

Agnes AI media generation plugins for DeepSeek Harness

README excerpt

dsh-tool-agnes Agnes AI 媒体生成插件集合,为 DeepSeek Harness (DSH) 提供图像和视频生成能力。 插件列表 插件 包名 功能 模型 dsh-tool-agnes-image @dsh-plugins/agnes-image 文生图 agnes-image-2.1-flash dsh-tool-agnes-video @dsh-plugins/agnes-video 文生视频 agnes-video-v2.0 dsh-tool-agnes-img2vid @dsh-plugins/agnes-img2vid 图生视频 Agnes AI 快速开始 1. 安装依赖 2. 配置 API Key 在 $DSH HOME/.credentials.yaml 中添加: 或通过环境变量设置: 3. 添加到 DSH Preset 在 agent.cordis.yml 中注册插件: 使用方式 图像生成 直接告诉 AI 你想要生成的图像: 视频生成 图生视频 API 参考 图像生成参数 参数 类型 必填 默认值 说明 prompt string ✅ - 图像描述提示词(英文效果更佳) size string ❌ 1K 分辨率档位: 1K / 2K / 3K / 4K ratio string ❌ 1:1 宽高比: 1:1 \ 16:9 \ 9:16 \ 4:3 \ 3:4 \ 3:2 \ 2:3 format string ❌ url 返回格式: url 或 b64 json 推荐尺寸组合: 场景 Size Ratio 输出分辨率 横版视频封面 2K 16:9 2624×1472 竖版短视频 2K 9:16 1472×2624 正方形 / 社交媒体 2K 1:1 2048×2048 超宽屏 2K 21:9 2688×1280 视频生成参数 参数 类型 必填 默认值 说明 prompt string ✅ - 视频描述提示词 width integer ❌ 1920 视频宽度(像素) height integer ❌ 1080 视频高度(像素) durationSeconds double ❌ 8 时长(秒) frameRate integer ❌ 24 帧率 注意 :帧数自动计算为 8n+1 规则(最大 441 帧 ≈ 18.4 秒 @ 24fps) 提示词建议 图像生成 - 使用详细、具体的英文描述效果更佳 - 添加风格关键词: cinematic , photorealistic , 4K , film grade - 指定光影效果: golden hour , warm lighting , dramatic shadows 视频生成 - 包含镜头运动描述: slow zoom in , panning shot , static …

View full README on GitHub →
Tools / Devdshdsh-pluginagent

Category