ch1bug/dsh-mimo-agent-tools4

dsh-mimo-agent-tools

适用于 DSH 智能体的小米米眸(MiMo)搜索与多模态工具包:支持 mimo_search、视觉、音频、视频、语音识别及语音合成。

AI 分析

核心用途是为 DSH 智能体集成小米米眸的多模态及搜索能力。适合需要 Agent 处理音视频、语音识别/合成及多模态搜索任务的用户,需配置小米 API 密钥。

套件
dsh-mimo-agent-tools
版本
0.1.0
授權
MIT
最近更新
2026年8月19日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ch1bug/dsh-mimo-agent-tools

Configuration

The API key is resolved at tool-call time from the DSH credentials service first (key name XIAOMI_API_KEY — the web Models page writes keys there), falling back to the environment. Nothing is hardcoded:

SourceKeyPriority
DSH credentials service (~/.dsh/.credentials.yaml, web Models page)XIAOMI_API_KEY1
EnvironmentXIAOMI_API_KEY or MIMO_API_KEY2

Other options (environment, read at apply time):

Env varPurposeDefault
MIMO_DRIVERpath to driver/mimo_driver.py~/.local/lib/mimo-agent-tools/driver/mimo_driver.py
MIMO_TMPtemp dir for spec/response files/tmp

Install the driver at the default path (or point MIMO_DRIVER at it):

mkdir -p ~/.local/lib/mimo-agent-tools/driver
cp driver/mimo_driver.py ~/.local/lib/mimo-agent-tools/driver/