dsh-playwright
Use one shared Playwright browser together with your DeepSeek Harness AI.
AI 分析
核心用途是让 AI 能够直接浏览网页、截图并与浏览器交互。适合需要 AI 执行网页自动化任务、视觉分析,且希望在 DSH 界面中实时观察浏览器画面的用户。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:JeremyGuo/dsh-playwrightドキュメント
README 全文を読む ↗Multimodal model configuration
For a configured llm-pi-ai route, declare image input:
llm-pi-ai:
providers:
my-provider:
models:
- id: my-vision-model
name: My Vision Model
input:
- text
- image
Declaring image input is a claim about the endpoint. The provider rejects the request if the endpoint does not actually accept images.
Configuration
browserExecutablePath: explicit Chrome/Chromium executable; omitted uses common macOS/Linux locations.viewportWidth/viewportHeight: shared page viewport.navigationTimeoutMs: Playwright operation timeout.actionSettleMs: delay before returning post-action state.screencastQuality: CDP screencast JPEG quality from 30 to 90; default 60.maxSnapshotChars/maxSnapshotElements: semantic snapshot bounds.allowPrivateHosts: permits localhost/private-network targets whentrue; defaultfalse.