From a53029cf7a367f1117cdba7adc43d627519ba071 Mon Sep 17 00:00:00 2001 From: -Puter <22245429+puterhimself@users.noreply.github.com> Date: Tue, 28 Jul 2026 15:34:08 +0530 Subject: [PATCH] fix: await Rivet envoy registration --- deploy/zopu-runtime/runner/docker-compose.yml | 4 ++-- packages/agents/src/runner.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/zopu-runtime/runner/docker-compose.yml b/deploy/zopu-runtime/runner/docker-compose.yml index c6a5c23..72283c8 100644 --- a/deploy/zopu-runtime/runner/docker-compose.yml +++ b/deploy/zopu-runtime/runner/docker-compose.yml @@ -6,6 +6,6 @@ services: environment: RIVET_ENDPOINT: ${RIVET_ENDPOINT} RIVET_PUBLIC_ENDPOINT: ${RIVET_PUBLIC_ENDPOINT} - RIVET_RUNNER: default - RIVET_RUNNER_VERSION: ${RIVET_RUNNER_VERSION} + RIVET_ENVOY_VERSION: ${RIVET_ENVOY_VERSION} + RIVET_POOL: default restart: unless-stopped diff --git a/packages/agents/src/runner.ts b/packages/agents/src/runner.ts index a7d6f03..3ca7118 100644 --- a/packages/agents/src/runner.ts +++ b/packages/agents/src/runner.ts @@ -1,3 +1,3 @@ import { runtimeRegistry } from "./runtime/agent-os"; -await runtimeRegistry.startEnvoy(); +await runtimeRegistry.startAndWait();