Rivet
agentOS is becoming infrastructure other agent platforms build on, not a Rivet feature
◆Recent moves
- 19d ago
How We Built the First Zero-Disk, S3-Tiered Storage Engine for SQLite
A build-log on the storage engine underneath agentOS: SQLite writes stay local-fast while cold data tiers out to S3, so no disk is provisioned per agent. It is the durability half of the same argument the runtime work makes — keep the per-agent footprint near zero and push what is idle into object storage. Framed as engineering writing rather than a shipped surface, but it describes real infrastructure rather than positioning.
- 22d ago
Introducing agentOS Execution API for JavaScript and Python
⚡ SPARKagentOS gains a first-class execution API for Node.js and Python, so agents invoke a language runtime directly instead of routing everything through bash. This is the step that turns the virtual OS from a terminal emulation layer into a programmable runtime, and it lands right as two outside platforms adopt agentOS.
- 23d ago
Run Your Harness Outside the Sandbox: Why and How
A positioning essay arguing the agent harness belongs in your own backend rather than inside the sandbox. It restates the architectural case the changelog releases are built on, without shipping anything itself.
- 24d ago
Sandboxes vs WebAssembly → Lambda vs Workers, Round Two
Another round of the sandboxes-versus-isolates argument, drawing the analogy to Lambda reserving containers for idle work. It is the clearest statement of why Rivet built agentOS, but it is commentary rather than a change users can adopt.
- 27d ago
Flue now supports agentOS
Flue adds agentOS as an alternative to sandbox VMs for its agents, one day after Vercel's Eve did the same. Individually an integration; as a pair it is the evidence that the isolate-over-container bet is being taken up outside Rivet.
- 28d ago
Vercel's Eve now supports agentOS
Vercel's Eve ships agentOS support, running agents in the backend the customer already operates rather than in hosted sandbox VMs. The first outside adoption in this window, and the one that set up Flue's two days later.