ztting01/dsh-agentenv-sandbox0

dsh-agentenv-sandbox

AgentENV execution-world bundle for DeepSeek Harness

包名
dsh-agentenv-sandbox
版本
0.1.4
许可证
MIT
最近更新
2026年8月25日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ztting01/dsh-agentenv-sandbox

Configuration

Override the agentenv-runtime row in the profile's cordis.patch.yml. A later patch replaces the complete config, so restate every value you need.

KeyDefaultMeaning
apiUrlE2B_API_URL or http://127.0.0.1:8000AgentENV control plane
sandboxUrlE2B_SANDBOX_URL or apiUrlAgentENV data plane
apiKeyE2B_API_KEY, then AENV_API_KEYHost-only API credential
templateAENV_TEMPLATE_IDRequired template id or alias
sandboxIdomittedReconnect instead of create
cwdHarness process.cwd()Shared absolute remote cwd
timeoutMs3600000Rolling sandbox lease, renewed while Harness runs
securetrueSecure envd control traffic
onDisposekillkill or AgentENV pause
uploadWorkspacetrueInitial bounded host-to-sandbox upload
uploadMaxFiles50000Upload file-count bound
uploadMaxBytes512 MiBAggregate upload bound
uploadMaxFileBytes256 MiBPer-file upload bound
symlinkPolicycopy-internalCopy safe internal file/directory links, or use error/skip

To preserve a sandbox across Harness restarts, set onDispose: pause, then start with the recorded sandboxId. Automatic discovery and host write-back are intentionally not part of this MVP.