the universal sandbox runtime for agents and humans. pocketenv.io
sandbox openclaw agent claude-code vercel-sandbox deno-sandbox cloudflare-sandbox atproto sprites daytona
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove unused process import from sprites provider

-1
-1
apps/sandbox/src/providers/sprites/mod.ts
··· 1 1 import BaseProvider, { BaseSandbox, SandboxOptions } from "../mod.ts"; 2 - import process, { env } from "node:process"; 3 2 import consola from "consola"; 4 3 import { ExecError, Sprite, SpritesClient } from "@fly/sprites"; 5 4 import path from "node:path";