llmist 10.1.0 → 10.1.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.js CHANGED
@@ -10768,6 +10768,15 @@ var init_builder = __esm({
10768
10768
  depth
10769
10769
  };
10770
10770
  }
10771
+ if (ctx.onSubagentEvent && ctx.invocationId) {
10772
+ this.subagentEventCallback = (event) => {
10773
+ ctx.onSubagentEvent({
10774
+ ...event,
10775
+ gadgetInvocationId: ctx.invocationId,
10776
+ depth
10777
+ });
10778
+ };
10779
+ }
10771
10780
  if (ctx.signal && !this.signal) {
10772
10781
  this.signal = ctx.signal;
10773
10782
  }