weijiafu14/dsh-remote-sandbox--packages-fs-remote ↗★ 0
dsh-fs-remote
由远程沙箱边车支持的 DeepSeek Harness ctx.fs 提供商:每个文件系统方法均为单次往返,具有原子写入、版本保护和有界读取功能。
AI 分析
核心用途是为远程沙箱环境提供高效、安全的文件系统操作支持。适合在使用远程 E2B 沙箱时,需要进行原子写入和版本保护等文件管理任务的 Agent。必须配合远程沙箱边车(sidecar)使用。
安裝
此插件尚未提供可驗證的 bundle,或相容性檢查未通過。請先閱讀倉庫說明。 閱讀完整 README ↗
說明文件
閱讀完整 README ↗Configuration (dsh-sandbox-keeper)
| Key | Default | Meaning |
|---|---|---|
apiKey | $E2B_API_KEY | E2B API key; never forwarded into the sandbox |
template | E2B base image | E2B template id (the base image ships Node) |
cwd | /home/user/workspace | workspace path inside the sandbox |
hostWorkspace | process.cwd() | host project synced in at open, out on request/teardown |
timeoutMs | 300000 | pause deadline; the heartbeat pushes it forward |
heartbeatMs | 30000 | keep-alive and liveness interval |
excludes | node_modules, .pnpm-store, .dsh-remote-sidecar | path segments never synced (.git is synced) |
pauseOnDispose | true | pause (retain disk) rather than kill on teardown |
syncIn / syncOut | tar over the sidecar | override with your own function (!!js) for git, object storage, a PVC, etc. |