@zuno-ai/sandbox
v0.2.2
Published
The `Sandbox` interface — Zuno's contract for sandboxed tool execution. Implementations live in sibling packages.
Readme
@zuno-ai/sandbox
The Sandbox interface — Zuno's contract for sandboxed tool execution. Implementations live in sibling packages.
Use this package directly when: You're building a custom sandbox vendor. The three built-in implementations are @zuno-ai/sandbox-direct-system, @zuno-ai/sandbox-local-docker, and @zuno-ai/sandbox-daytona.
For the typical embedded case, consume Zuno through the high-level @zuno-ai/sdk facade — createZuno(config) wires this package in alongside everything else with sensible defaults.
Install
pnpm add @zuno-ai/sandboxSee ./src for the public API. Types are emitted at publish time to ./dist/index.d.ts.
