Skip to content

Documentation / @agentick/sandbox-local / LocalProviderConfig

Interface: LocalProviderConfig ​

Defined in: provider.ts:27

Properties ​

cleanupWorkspace? ​

optional cleanupWorkspace: boolean

Defined in: provider.ts:38

Whether to clean up auto-created workspaces on destroy. Default: true.


network? ​

optional network: ProxyServerConfig

Defined in: provider.ts:32

Network proxy configuration.


strategy? ​

optional strategy: "auto" | SandboxStrategy

Defined in: provider.ts:29

Sandbox strategy. "auto" detects the best available. Default: "auto".


tmpBase? ​

optional tmpBase: string

Defined in: provider.ts:35

Base directory for temp workspaces. Default: os.tmpdir().

Released under the ISC License.