tangwenhao616-netizen/dsh-anywhere

tangwenhao616-netizen★ 1JavaScript最后同步: 2026-08-18

在 GitHub 打开

Put a dsh (DeepSeek Harness) workspace on ANY machine — fleet enrollment for NAT'd off-site machines + SSH execution world, two modes in one plugin

README 摘要

dsh-anywhere Put your DeepSeek Harness workspace on any machine. Bring an off-site box online — even behind NAT — then let the agent read / write / edit / bash / grep natively on that machine , while the model, memory, and agent loop stay on your hub. English · 简体中文 Two composable modes in one plugin: - ① fleet — reach it. Enroll a machine behind NAT into your dph with a one-time token and a reverse tunnel to your own relay VPS. It shows up as a fleet- dsh-ssh host, driven by the existing ssh exec / ssh upload tools. - ② world — make it your workspace. Turn any reachable machine into the session's ctx.fs + ctx.subprocess , so the agent's native file & shell tools operate on it. Same shape as the E2B integration — but the remote is any SSH-reachable host. Flagship combo (this is the "remote computer as workspace" story): use fleet to pull in the NAT'd box, then world ( -o ProxyJump= ) to promote it to the whole session's workspace. If the target is already reachable (a cloud VM, a LAN box), just use world and skip fleet. Demo A real agent session, driven through the published package, operating on a remote machine — it runs a shell command there and writes a file there : 📹 A screen…

在 GitHub 查看完整 README →
Agent/智能体ai-agentcoding-agentdeepseekdeepseek-harnessdevtoolsdsh-pluginfilesystemfleet

分类