dsh-computer-use¶
| 类型 | 插件 | 分类 | 浏览器控制 |
| 星数 | ⭐1 | 状态 | ✅ 活跃 |
| 能力 | browser, automation | 更新时间 | 2026-08-14 |
📖 项目简介¶
Model-agnostic Computer Use capability for DeepSeek Harness: an isolated browser, a Windows native helper, provider-neutral observation, a Chrome Cookie Bridge for importing your logged-in sessions, and a text planner (DeepSeek) plus a third-party vision model for perception.
✨ 核心特性¶
- License: MIT — open source, free to use, modify, and redistribute.
- Platform: the
windowsprovider's native helper is Windows-only; theplaywrightbrowser provider and everything else are cross-pl - macOS: not currently developed — the author has no macOS environment. Developers are welcome to contribute a macOS version.
📦 安装¶
dsh plugin --profile web add dsh-computer-use
npx playwright install chromium # once, for the playwright provider
🚀 快速开始¶
pnpm install
pnpm build # tsdown bundles src into lib/ + dotnet publish the native helper into lib/native/win32-x64
pnpm test # keyless contract tests (fake/framing/transport/windows/perception) + Playwright (needs Chromium)
pnpm typecheck