JeremyGuo/dsh-playwright0

dsh-playwright

Use one shared Playwright browser together with your DeepSeek Harness AI.

AI 분석

核心用途是让 AI 能够直接浏览网页、截图并与浏览器交互。适合需要 AI 执行网页自动化任务、视觉分析,且希望在 DSH 界面中实时观察浏览器画面的用户。

패키지
dsh-playwright
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 15.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:JeremyGuo/dsh-playwright

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 when true; default false.