@botpress/runtime 1.7.7 → 1.7.9

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/internal.js CHANGED
@@ -48,7 +48,7 @@ var init_define_BUILD = __esm({
48
48
  var define_PACKAGE_VERSIONS_default;
49
49
  var init_define_PACKAGE_VERSIONS = __esm({
50
50
  "<define:__PACKAGE_VERSIONS__>"() {
51
- define_PACKAGE_VERSIONS_default = { runtime: "1.7.7", adk: "1.7.7", sdk: "4.18.1", llmz: "0.0.31", zai: "2.5.0", cognitive: "0.2.0" };
51
+ define_PACKAGE_VERSIONS_default = { runtime: "1.7.9", adk: "1.7.9", sdk: "4.19.0", llmz: "0.0.31", zai: "2.5.0", cognitive: "0.2.0" };
52
52
  }
53
53
  });
54
54
 
@@ -40988,7 +40988,8 @@ var configSchema = z3.object({
40988
40988
  }).optional().transform((val) => ({
40989
40989
  zai: val?.zai ?? "openai:gpt-4.1-2025-04-14",
40990
40990
  autonomous: val?.autonomous ?? "openai:gpt-4.1-mini-2025-04-14"
40991
- }))
40991
+ })),
40992
+ dependencies: z3.custom()
40992
40993
  });
40993
40994
  var AGENT_CONFIG_BRAND = Symbol.for("@botpress/runtime/AgentConfig");
40994
40995
  var isAgentConfig = (value) => {