@dshworks/dsh-ego-browser
DeepSeek Harness 网页浏览器自动化与记忆插件
AI 分析
使 Agent 能够记住网站操作经验、复用脚本并支持人工接管。需要本地安装并配置好 ego lite 环境。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:dshworks/dsh-ego-browser说明文档
阅读完整 README ↗Configuration
Every field is optional.
| field | default | what it is |
|---|---|---|
bin | ego-browser | The command. An absolute path when it is not on the PATH. |
workspace | ~/.dsh/ego-browser/workspace | Where learned sites live. Point it at an existing ego skill directory to share that store instead of keeping a copy. |
seed | true | Inherit an existing ego workspace's learnings/ on first boot. |
cwd | harness cwd | Working directory for the ego-browser process. |
extraArgs / env | [] / {} | Appended to every invocation. |
timeoutMs | 120000 | How long one script may run. |
probeTimeoutMs | 20000 | How long a capability probe may take. |
maxOutputBytes | 1048576 | Script output retained; overflow keeps the tail. |
route | true | Serve the store at /dsh-ego-browser/memory. |
trustedHosts | [] | Authorities besides loopback that may read that route. |
subprocess is the only required service. tools and webServer are picked up
when present, so a headless profile loads cleanly and simply has no route.