ch1bug/dsh-mimo-agent-tools4

dsh-mimo-agent-tools

Xiaomi MiMo search + multimodal tools for DSH agents: mimo_search/vision/audio/video/asr/tts.

AI Analysis

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

Package
dsh-mimo-agent-tools
Version
0.1.0
License
MIT
Last updated
Aug 19, 2026

Install

$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/