damozhang/dsh-herdr-bridge

damozhang★ 1TypeScriptLast synced: 2026-08-15

Open on GitHub

README excerpt

herdr-bridge A dsh plugin that bridges a DeepSeek Harness web session to Herdr, letting the dsh agent discover, start, prompt, and observe other agents (pi, claude, codex, ...) running under Herdr — all from inside the dsh web UI. Requirements - dsh (npx @deepseek-ai/dsh or a local build) with the web profile - Herdr running on the same machine ( herdr CLI on PATH, socket at /.config/herdr/herdr.sock ) - Node.js = 20 Install From GitHub (published source): From npm (once published): From a local checkout (development): Then restart the dsh web server so the bundle is loaded. To update to a newer version, run add again with the same source (pnpm caches; remove first if you switch sources). For active development, link the local checkout — source edits take effect on the next server restart — and switch back to the GitHub source to validate what others will install. Starting dsh so Herdr integration works (important) Herdr's own skill refuses to act when the agent process is not Herdr-managed: it checks HERDR ENV=1 in the environment and stops otherwise. The dsh web process must therefore run with HERDR ENV=1 set, otherwise the dsh agent will refuse to touch Herdr even though this pl…

View full README on GitHub →
Tools / Devdeepseek-harnessdsh-pluginweb uiagent

Category