From 0b736612ec6f75c320f4c9590d78fa74be7e57d2 Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 4 Jun 2026 15:11:34 -0400 Subject: [PATCH] one last address change --- src/ria_toolkit_oss/agent/cli.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ria_toolkit_oss/agent/cli.py b/src/ria_toolkit_oss/agent/cli.py index eb5d818..27f9e0c 100644 --- a/src/ria_toolkit_oss/agent/cli.py +++ b/src/ria_toolkit_oss/agent/cli.py @@ -25,8 +25,7 @@ from .hardware import available_devices from .legacy_executor import main as _legacy_main from .namegen import generate_agent_name -# Switch to "https://riahub.ai" when targeting production. -DEFAULT_HUB_URL = "http://localhost:3000" +DEFAULT_HUB_URL = "https://riahub.ai" _LEGACY_ALIASES = {"--hub", "--key", "--name", "--device", "--insecure", "--log-level", "--config"}