welsione/dsh-mmx-multimodal ↗★ 0
dsh-mmx-multimodal
MiniMax multimodal capability hub for DeepSeek Harness (DSH). One mmx_multimodal tool covers describe/image/video/speech/music/cover/search/quota; optional web_search takeover; built-in client enhancement renders inline players in the Web GUI.
AI Analysis
核心用途是集成 MiniMax 的多模态 API 工具。适合需要 Agent 具备多媒体生成(图、视频、音频)与理解能力的任务。支持通过环境变量或配置文件灵活调整出图数和路径。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗⚙️ 配置
优先级:row config → 环境变量 → 默认值。
| 配置项 | 环境变量 | 默认值 |
|---|---|---|
mmxBin | MMX_BIN | /usr/local/bin/mmx |
outDir | MMX_OUT_DIR | /tmp/mmx-out |
controlFile | MMX_CONTROL_FILE | /tmp/dsh-vision-control.json |
statusFile | MMX_STATUS_FILE | /tmp/dsh-vision-status.json |
defaultCount | — | 3(每次出图数,1–8) |
timeoutMs | — | 570000 |
setConfigPath | — | /api/dsh-plugins/set-config |
控制文件字段:enabled(工具开关)、count(出图数)、webSearchEnabled(mmx 版搜索开关)。