ch1bug/dsh-mimo-agent-tools ↗★ 4
dsh-mimo-agent-tools
Xiaomi MiMo search + multimodal tools for DSH agents: mimo_search/vision/audio/video/asr/tts.
安装
$
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/