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.

AI 分析

核心用途是为 DSH 扩展多媒体生成能力。适合需要在对话中直接调用 AI 生成图片或视频的多媒体创作任务。

パッケージ
dsh-agnes-media
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/09/10

インストール

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

ドキュメント

README 全文を読む ↗

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