weijiafu14/dsh-remote-sandbox--packages-sidecar0

dsh-remote-sidecar

DSH 远程沙箱套件的沙箱内执行器:一个纯 JS 捆绑包,通过边车 WebSocket 协议提供文件系统和进程基础操作。

AI 分析

核心用途是在 E2B 沙箱内部接收并执行来自主机的指令。适合需要在隔离沙箱内运行文件和进程操作的 Agent 任务。作为远程沙箱套件的内部执行器,由管理器自动部署和运行。

包名
dsh-remote-sidecar
版本
0.1.0
许可证
MIT
最近更新
2026年8月13日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗

Configuration (dsh-sandbox-keeper)

KeyDefaultMeaning
apiKey$E2B_API_KEYE2B API key; never forwarded into the sandbox
templateE2B base imageE2B template id (the base image ships Node)
cwd/home/user/workspaceworkspace path inside the sandbox
hostWorkspaceprocess.cwd()host project synced in at open, out on request/teardown
timeoutMs300000pause deadline; the heartbeat pushes it forward
heartbeatMs30000keep-alive and liveness interval
excludesnode_modules, .pnpm-store, .dsh-remote-sidecarpath segments never synced (.git is synced)
pauseOnDisposetruepause (retain disk) rather than kill on teardown
syncIn / syncOuttar over the sidecaroverride with your own function (!!js) for git, object storage, a PVC, etc.