UNPKG

@tanstack/ai-sandbox

Version:

Provider-agnostic sandbox layer for TanStack AI — run harness adapters inside isolated sandboxes (defineSandbox, defineWorkspace, withSandbox) with a uniform SandboxHandle, workspace bootstrap, policy, and resumable lifecycle.

3 lines (2 loc) 333 B
import { SandboxCheckpointStore, SandboxCheckpointStoreOptions } from '../checkpoint-store.js'; export declare function runSandboxCheckpointStoreConformance(name: string, makeStore: (options?: SandboxCheckpointStoreOptions) => SandboxCheckpointStore | Promise<SandboxCheckpointStore>, options?: SandboxCheckpointStoreOptions): void;