Skip to content

Documentation / @agentick/sandbox / SandboxConfig

Interface: SandboxConfig ​

Defined in: types.ts:83

Properties ​

env? ​

optional env: Record<string, string | () => string>

Defined in: types.ts:88


limits? ​

optional limits: ResourceLimits

Defined in: types.ts:89


mounts? ​

optional mounts: Mount[]

Defined in: types.ts:86


permissions? ​

optional permissions: Permissions

Defined in: types.ts:87


persist? ​

optional persist: boolean

Defined in: types.ts:91


provider ​

provider: SandboxProvider

Defined in: types.ts:84


setup()? ​

optional setup: (sandbox) => Promise<void>

Defined in: types.ts:90

Parameters ​

sandbox ​

SandboxHandle

Returns ​

Promise<void>


workspace? ​

optional workspace: string | true

Defined in: types.ts:85

Released under the ISC License.