@zuno-ai/sandbox-direct-system
v0.2.2
Published
In-process sandbox — runs tool calls directly on the host filesystem, scoped to a configurable root directory. **Not isolated** — use only for trusted code paths.
Readme
@zuno-ai/sandbox-direct-system
In-process sandbox — runs tool calls directly on the host filesystem, scoped to a configurable root directory. Not isolated — use only for trusted code paths.
Use this package directly when: You're embedding Zuno in a server you control and the agent operates on the same host as the app (e.g. authoring-style tasks against the host's own project tree).
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/sandbox-direct-systemSee ./src for the public API. Types are emitted at publish time to ./dist/index.d.ts.
