@standardagents/builder 0.17.1 → 0.17.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -925,7 +925,7 @@ function resolvePlatformRouting(providerName, env2) {
925
925
  var DEFAULT_PLATFORM_PROXY_ORIGIN, PROVIDER_BASE_PATHS;
926
926
  var init_platform_routing = __esm({
927
927
  "src/agents/providers/platform-routing.ts"() {
928
- DEFAULT_PLATFORM_PROXY_ORIGIN = "https://proxy.standardagents.ai";
928
+ DEFAULT_PLATFORM_PROXY_ORIGIN = "https://api.standardagents.ai";
929
929
  PROVIDER_BASE_PATHS = {
930
930
  cloudflare: "/ai/v1"
931
931
  };