@dshworks/dsh-ego-browser
ego lite for DeepSeek Harness, with a memory it keeps: the agent recalls what it learned about a site before it acts, promotes a script that worked into a reusable site tool, and hands you the keyboard through a real dsh prompt when a page needs a human.
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.