weijiafu14/dsh-remote-sandbox--packages-subprocess-remote0

dsh-subprocess-remote

由远程沙箱边车支持的 DeepSeek Harness ctx.subprocess 提供商:支持具有真实信号、有界输出、树范围终止和后端原生终端的托管进程树。

AI 分析

核心用途是在远程沙箱中安全地执行和管理子进程。适合需要运行 Bash 命令、终端工具或编译代码,且需要进程树控制和输出限制的 Agent 任务。需配合远程沙箱环境使用。

套件
dsh-subprocess-remote
版本
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.