llmist 10.2.0 → 10.2.1

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.cjs CHANGED
@@ -7913,19 +7913,16 @@ var init_typed_gadget = __esm({
7913
7913
 
7914
7914
  // src/gadgets/executor.ts
7915
7915
  function getHostExportsInternal() {
7916
- if (!cachedHostExports) {
7917
- cachedHostExports = {
7918
- AgentBuilder,
7919
- Gadget,
7920
- createGadget,
7921
- ExecutionTree,
7922
- LLMist,
7923
- z: import_zod2.z
7924
- };
7925
- }
7926
- return cachedHostExports;
7916
+ return {
7917
+ AgentBuilder,
7918
+ Gadget,
7919
+ createGadget,
7920
+ ExecutionTree,
7921
+ LLMist,
7922
+ z: import_zod2.z
7923
+ };
7927
7924
  }
7928
- var import_fast_deep_equal, import_zod2, cachedHostExports, GadgetExecutor;
7925
+ var import_fast_deep_equal, import_zod2, GadgetExecutor;
7929
7926
  var init_executor = __esm({
7930
7927
  "src/gadgets/executor.ts"() {
7931
7928
  "use strict";