RepoCoreWeaveCoreWeavepublished Jul 21, 2026seen 1d

coreweave/cwsandbox-js

TypeScript

Open original ↗

Captured source

source ↗
published Jul 21, 2026seen 1dcaptured 1dhttp 200method plain

coreweave/cwsandbox-js

Language: TypeScript

License: BSD-3-Clause

Stars: 0

Forks: 0

Open issues: 5

Created: 2026-07-21T18:21:22Z

Pushed: 2026-07-25T03:06:47Z

Default branch: main

Fork: no

Archived: no

README:

CWSandbox JS

TypeScript SDK and ecosystem adapters for CoreWeave Sandbox.

This is a pnpm monorepo. Product docs for the core SDK live in [packages/cwsandbox](./packages/cwsandbox/README.md).

For contribution guidelines and CLA requirements, see [CONTRIBUTING.md](./CONTRIBUTING.md).

Packages

| Package | Status | Description | | ---------------------------------------------------------------- | ----------------------------------------------- | --------------------------------------- | | [@coreweave/cwsandbox](./packages/cwsandbox) | 0.1.0-beta.0 (publish-ready) | Core TypeScript SDK (/node, /wandb) | | [@coreweave/cwsandbox-tanstack](./packages/cwsandbox-tanstack) | same version, private until fast-follow publish | TanStack AI sandbox adapter | | Vercel AI adapter | planned | npm name deferred until scaffold |

Versions are lockstep: core and adapters share the same version string when published. First npm cut is core only; TanStack follows at the matching version.

Develop

pnpm install
pnpm check

Useful commands:

  • pnpm build — build @coreweave/cwsandbox
  • pnpm test — unit tests for the core package
  • pnpm smoke — live e2e smoke (CWSANDBOX_API_KEY required; not part of pnpm check)
  • pnpm example:weave / pnpm example:tanstack — runnable examples

License

  • The CWSandbox SDK packages (packages/*) are licensed under the Apache-2.0 license.
  • The usage examples (examples/) are licensed under the BSD-3-Clause license.