MCPcopy
hub / github.com/TanStack/ai / localProcessSandbox

Function localProcessSandbox

packages/ai-sandbox-local-process/src/provider.ts:106–110  ·  view source on GitHub ↗
(
  config: LocalProcessSandboxConfig = {},
)

Source from the content-addressed store, hash-verified

104 * `handle.ts`.
105 */
106export function localProcessSandbox(
107 config: LocalProcessSandboxConfig = {},
108): SandboxProvider {
109 return new LocalProcessProvider(config)
110}

Callers 11

runAgentFunction · 0.90
compatible.test.tsFile · 0.90
sandbox-agent.tsFile · 0.90
sandbox-triage.tsFile · 0.90
buildSandboxFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected