ch1bug/dsh-mimo-agent-tools ↗★ 4
dsh-mimo-agent-tools
适用于 DSH 智能体的小米米眸(MiMo)搜索与多模态工具包:支持 mimo_search、视觉、音频、视频、语音识别及语音合成。
AI 分析
核心用途是为 DSH 智能体集成小米米眸的多模态及搜索能力。适合需要 Agent 处理音视频、语音识别/合成及多模态搜索任务的用户,需配置小米 API 密钥。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ch1bug/dsh-mimo-agent-tools说明文档
阅读完整 README ↗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:
| Source | Key | Priority |
|---|---|---|
DSH credentials service (~/.dsh/.credentials.yaml, web Models page) | XIAOMI_API_KEY | 1 |
| Environment | XIAOMI_API_KEY or MIMO_API_KEY | 2 |
Other options (environment, read at apply time):
| Env var | Purpose | Default |
|---|---|---|
MIMO_DRIVER | path to driver/mimo_driver.py | ~/.local/lib/mimo-agent-tools/driver/mimo_driver.py |
MIMO_TMP | temp 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/