fix: import e2b from rivetkit/sandbox/e2b sub-path

The e2b provider must be imported from rivetkit/sandbox/e2b (sub-path)
rather than rivetkit/sandbox (barrel) because the barrel re-export
would eagerly load all provider dependencies (vercel, modal, etc.)
which aren't installed. Also reverts rivetkit back to fc5f3b4.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Nathan Flurry 2026-03-22 04:14:06 -07:00
parent 383e325149
commit 62d56fae64
4 changed files with 36 additions and 35 deletions

View file

@ -16,7 +16,7 @@
"dependencies": {
"@sandbox-agent/foundry-shared": "workspace:*",
"react": "^19.1.1",
"rivetkit": "https://pkg.pr.new/rivet-dev/rivet/rivetkit@a6d0f1f",
"rivetkit": "https://pkg.pr.new/rivet-dev/rivet/rivetkit@fc5f3b4",
"sandbox-agent": "workspace:*"
},
"devDependencies": {