Skip to content

Commit 1fd0d74

Browse files
committed
fix(guard): remove incorrect connectability check
1 parent f1c054d commit 1fd0d74

File tree

12 files changed

+244
-1021
lines changed

12 files changed

+244
-1021
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,14 @@ Public-facing projects:
4040

4141
- **Rivet Engine** (you are here): Engine that powers Rivet Actors at scale
4242
- **[RivetKit](https://github.com/rivet-gg/rivetkit)**: Lightweight TypeScript library for building Rivet Actors — works with Redis or Rivet Engine
43-
- **[Rivet Studio](/frontend/apps/studio)**: Like Postman, but for Rivet Actors
44-
- **[Rivet Hub](/frontend/apps/hub)**: UI for Rivet Engine
43+
- **[Rivet Hub](/frontend/)**: UI for Rivet Engine
4544
- **[Rivet Documentation](/site/src/content/docs)**
4645

4746
Projects powering Rivet Engine:
4847

49-
- **[Pegboard](packages/edge/services/pegboard/)**: Actor orchestrator
50-
- **[Guard](packages/edge/infra/guard/)**: Proxy for routing traffic to Rivet Actors
51-
- **[Chirp](packages/common/chirp-workflow/)**: Core workflow engine that powers Rivet
48+
- **[Pegboard](packages/services/pegboard/)**: Actor orchestrator
49+
- **[Guard](packages/core/guard/)**: Proxy for routing traffic to Rivet Actors
50+
- **[Gasoline](packages/common/gasoline/)**: Core durable execution engine that powers Rivet
5251

5352
## Get Started
5453

0 commit comments

Comments
 (0)