@arpanstacy/stacy-plugin-e2b
v2026.505.1
Published
E2B sandbox provider plugin for Stacy environments
Downloads
312
Readme
@arpanstacy/stacy-plugin-e2b
Published E2B sandbox provider plugin for Stacy.
This package lives in the Stacy monorepo, but it is intentionally excluded from the root pnpm workspace and shaped to publish and install like a standalone npm package. That means operators can install it from the Plugins page by package name, and the host will fetch its transitive dependencies at install time without adding lockfile churn to the Stacy repo.
Install
From a Stacy instance, install:
@arpanstacy/stacy-plugin-e2bThe host plugin installer runs npm install into the managed plugin directory, so package dependencies such as e2b are pulled in during installation.
Local development
cd packages/plugins/sandbox-providers/e2b
pnpm install --ignore-workspace --no-lockfile
pnpm build
pnpm test
pnpm typecheckThese commands assume the repo root has already been installed once so the local @arpanstacy/stacy-plugin-sdk workspace package is available to the compiler during development.
Package layout
src/manifest.tsdeclares the sandbox-provider driver metadatasrc/plugin.tsimplements the environment lifecycle hooksstacyPlugin.manifestandstacyPlugin.workerpoint the host at the built plugin entrypoints indist/
