dsh-adb
DeepSeek Harness 的 ADB 设备与基准测试操作插件,支持设备发现、结构化 logcat、APK 安装、文件传输及性能快照等。
AI 分析
核心用途是让 AI 助手能够直接控制和调试 Android 设备。适合 Android 开发者、测试工程师,用于自动化执行设备操作、抓取日志和性能分析。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:SamXiaBing/dsh-adb说明文档
阅读完整 README ↗Configuration
Set the config block in cordis.patch.yml (or a profile patch):
- id: dsh-adb
name: dsh-adb
config:
adbPath: C:\Users\me\AppData\Local\Android\Sdk\platform-tools\adb.exe
defaultSerial: emulator-5554
timeoutMs: 30000
| Key | Description | Default |
|---|---|---|
adbPath | Absolute path to the adb executable | Auto-detect PATH / ANDROID_HOME / ANDROID_SDK_ROOT/platform-tools |
defaultSerial | Default target device serial | none |
timeoutMs | Per-command timeout | 30000 |
baselineDir | Directory for adb_perf_baseline storage | ~/.dsh/storages/dsh-adb |