weijiafu14/dsh-remote-sandbox--packages-keeper0

dsh-sandbox-keeper

DeepSeek Harness 的远程沙箱生命周期管理器:支持 E2B 沙箱的创建/暂停/恢复、边车部署、心跳保持、崩溃透明恢复以及可插拔的 tar 导入/导出同步。

AI 分析

核心用途是管理 E2B 远程沙箱的完整生命周期与状态同步。适合需要维持沙箱长连接、实现崩溃自动恢复和本地工作区双向同步的复杂 Agent 任务。需要配合 E2B 平台及 API 密钥使用。

包名
dsh-sandbox-keeper
版本
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.