Documentation / @agentick/sandbox-local / LocalProviderConfig
Interface: LocalProviderConfig ​
Defined in: provider.ts:27
Properties ​
cleanupWorkspace? ​
optionalcleanupWorkspace:boolean
Defined in: provider.ts:38
Whether to clean up auto-created workspaces on destroy. Default: true.
network? ​
optionalnetwork:ProxyServerConfig
Defined in: provider.ts:32
Network proxy configuration.
strategy? ​
optionalstrategy:"auto"|SandboxStrategy
Defined in: provider.ts:29
Sandbox strategy. "auto" detects the best available. Default: "auto".
tmpBase? ​
optionaltmpBase:string
Defined in: provider.ts:35
Base directory for temp workspaces. Default: os.tmpdir().