NeevCloudAI/dsh-neev-sandbox

NeevCloudAI★ 0TypeScript最后同步: 2026-08-19

在 GitHub 打开

Run DeepSeek Harness against a gVisor-isolated cloud sandbox — files, Bash, PTY and LSP all move off your machine. Drop-in plugin, no fork, optional persistence.

README 摘要

@neevcloud/dsh-sandbox Give your DeepSeek Harness agent a clean, disposable Linux box for every run. This bundle relocates the Harness's execution world — files, Bash, PTY, and LSP — into a short-lived, gVisor-isolated NeevSandbox. Files the agent writes and commands it runs share one sandbox, nothing runs on your machine, and there's nothing to fork : drop the bundle into any dsh install and the stock tools keep working, now executing remotely. Your agent's pwd , id , files it writes, servers it starts — all live in the sandbox, not on your laptop. Why DeepSeek Harness is built on capability seams : swappable interfaces that providers implement and tools consume. The Harness Bash, terminal, and LSP tools delegate every execution-world operation to one seam — ctx.subprocess . Replace that single provider and all of them move together , with no changes to the tools themselves. That's the whole idea here: one small bundle, and your agent's execution world is a remote sandbox. Follows the Harness capability-seam model and installs through the standard dsh plugin bundle mechanism — no Harness source changes, no monorepo checkout. How it works Three Cordis services, shipped as one bundl…

在 GitHub 查看完整 README →
工具/开发ai-agentscode-executiondeepseek-harnessdshdsh-plugingvisorneevcloudsandbox

分类