zlforward/dsh-agnes-media1

dsh-agnes-media

Agnes AI image and video generation for DeepSeek Harness — agnes_image and agnes_video tools over the Agnes OpenAI-compatible gateway.

包名
dsh-agnes-media
版本
0.1.0
许可证
MIT
最近更新
2026年9月10日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zlforward/dsh-agnes-media

Configuration

Override by id from the profile patch layer:

- id: agnes-media
  config:
    baseURL: https://apihub.agnes-ai.com/v1
    apiKeyEnv: AGNES_API_KEY
    imageModel: agnes-image-2.5-flash
    videoModel: agnes-video-2.5-flash
    outputDir: agnes-media
    requestTimeoutMs: 300000
    imageTimeoutMs: 360000
    videoTimeoutMs: 1800000
    videoPollIntervalMs: 3000
FieldDefaultMeaning
baseURLhttps://apihub.agnes-ai.com/v1International service. China is https://api.agnes-ai.cn/v1; the international alternate is https://apihub.agnes-ai.cn/v1
apiKeyEnvAGNES_API_KEYCredential reference resolved per call
imageModelagnes-image-2.5-flashUsed when a call names no model
videoModelagnes-video-2.5-flashDefaults to the free tier so an unconfigured call cannot silently spend money
outputDiragnes-mediaRelative to the calling workspace; an absolute outputPath bypasses it