sandbox-agent/foundry/packages/backend
Nathan Flurry 32a48131b5 Cache app workspace actor handle across requests
Every request was calling getOrCreate on the Rivet engine API
to resolve the workspace actor, even though it's always the same
actor. Cache the handle and invalidate on error so retries
re-resolve. This eliminates redundant cross-region round-trips
to api.rivet.dev on every request.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 22:16:48 -07:00
..
src Cache app workspace actor handle across requests 2026-03-12 22:16:48 -07:00
test Rename Foundry handoffs to tasks (#239) 2026-03-11 13:23:54 -07:00
CLAUDE.md Rename Foundry handoffs to tasks (#239) 2026-03-11 13:23:54 -07:00
package.json Ship RivetKit runtime peers in Foundry backend 2026-03-12 19:08:56 -07:00
tsconfig.json Rename Foundry handoffs to tasks (#239) 2026-03-11 13:23:54 -07:00
vitest.config.ts Rename Foundry handoffs to tasks (#239) 2026-03-11 13:23:54 -07:00