add Rivet Actors host - #14
Open
advait wants to merge 1 commit into
Open
Conversation
advait
marked this pull request as ready for review
August 19, 2026 00:05
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
effect-durable-agent-rivet, a native Rivet Actors host with actor-local SQLite persistence, lifecycle recovery,keepAwakeintegration, typed actions, and the shared EDA WebSocket resume/ACK protocolauthorizehook through RivetKit'sonBeforeConnectboundary so submit, read, destroy, and raw WebSocket access can be scoped per sessionexamples/005-rivet-no-toolsand update the root/package documentation to present Durable Objects, celld, and Rivet Actors as supported hosts0.1.0-alpha.5and include the Rivet package in lockstep release, packaging, and isolated-tarball consumer validationWhy
EDA's host-neutral runtime should be deployable anywhere that can provide durable per-session storage, lifecycle, and transport. Rivet Actors supply those primitives directly, so this adapter maps them to EDA ports without introducing Rivet dependencies into the core package.
The package version is intentionally synchronized with core, Cloudflare, and celld. Consumers should install matching EDA package versions.
Validation
pnpm run cipublint0.1.0-alpha.5tarballs pass isolated consumer installation/typecheckingRelease note
effect-durable-agent-rivetis a new npm package name. Its initial npm bootstrap/trusted-publisher setup will be completed separately before the lockstep alpha.5 release.