@botpress/runtime 1.7.4 → 1.7.5

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.
@@ -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.4", adk: "1.7.2", sdk: "4.18.1", llmz: "0.0.27", zai: "2.5.0", cognitive: "0.2.0" };
51
+ define_PACKAGE_VERSIONS_default = { runtime: "1.7.5", adk: "1.7.2", sdk: "4.18.1", llmz: "0.0.27", zai: "2.5.0", cognitive: "0.2.0" };
52
52
  }
53
53
  });
54
54
 
@@ -39572,7 +39572,8 @@ import {
39572
39572
  CitationsManager as _CitationsManager,
39573
39573
  ListenExit as _ListenExit,
39574
39574
  ThinkExit as _ThinkExit,
39575
- DefaultExit as _DefaultExit
39575
+ DefaultExit as _DefaultExit,
39576
+ Component as LlmzComponent
39576
39577
  } from "llmz";
39577
39578
  import { Exit as LlmzExit } from "llmz";
39578
39579
  import { ObjectInstance as LlmzObject } from "llmz";
@@ -39680,6 +39681,7 @@ import { AsyncResource } from "node:async_hooks";
39680
39681
  var Autonomous;
39681
39682
  ((Autonomous2) => {
39682
39683
  Autonomous2.Tool = LlmzTool;
39684
+ Autonomous2.Component = LlmzComponent;
39683
39685
  Autonomous2.Exit = LlmzExit;
39684
39686
  Autonomous2.Object = LlmzObject;
39685
39687
  Autonomous2.ThinkSignal = _ThinkSignal;