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();