Calling agentOs() on Bun fails with a missing node:sqlite module error.
Steps to reproduce
import { agentOs } from "rivetkit/agent-os";
const vm = agentOs({});
Expected
No error
Observed
error: No such built-in module: node:sqlite
Environment
- rivetkit 2.2.1
- Bun 1.3.12
Calling
agentOs()on Bun fails with a missingnode:sqlitemodule error.Steps to reproduce
Expected
No error
Observed
Environment