@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.
package/dist/index.js CHANGED
@@ -917,7 +917,7 @@ function resolvePlatformRouting(providerName, env) {
917
917
  var DEFAULT_PLATFORM_PROXY_ORIGIN, PROVIDER_BASE_PATHS;
918
918
  var init_platform_routing = __esm({
919
919
  "src/agents/providers/platform-routing.ts"() {
920
- DEFAULT_PLATFORM_PROXY_ORIGIN = "https://proxy.standardagents.ai";
920
+ DEFAULT_PLATFORM_PROXY_ORIGIN = "https://api.standardagents.ai";
921
921
  PROVIDER_BASE_PATHS = {
922
922
  cloudflare: "/ai/v1"
923
923
  };