@botpress/runtime 1.7.6 → 1.7.8

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/runtime.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.6", adk: "1.7.6", sdk: "4.18.1", llmz: "0.0.31", zai: "2.5.0", cognitive: "0.2.0" };
51
+ define_PACKAGE_VERSIONS_default = { runtime: "1.7.8", adk: "1.7.8", sdk: "4.18.1", llmz: "0.0.31", zai: "2.5.0", cognitive: "0.2.0" };
52
52
  }
53
53
  });
54
54
 
@@ -43581,10 +43581,11 @@ var configSchema = z13.object({
43581
43581
  }).optional().transform((val) => ({
43582
43582
  zai: val?.zai ?? "openai:gpt-4.1-2025-04-14",
43583
43583
  autonomous: val?.autonomous ?? "openai:gpt-4.1-mini-2025-04-14"
43584
- }))
43584
+ })),
43585
+ dependencies: z13.custom()
43585
43586
  });
43586
43587
  var AGENT_CONFIG_BRAND = Symbol.for("@botpress/runtime/AgentConfig");
43587
- var defineConfig = (config = {}) => {
43588
+ var defineConfig = (config) => {
43588
43589
  const parsed = configSchema.parse(config);
43589
43590
  return {
43590
43591
  ...parsed,