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.cjs +9 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +9 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -10781,6 +10781,15 @@ var init_builder = __esm({
|
|
|
10781
10781
|
depth
|
|
10782
10782
|
};
|
|
10783
10783
|
}
|
|
10784
|
+
if (ctx.onSubagentEvent && ctx.invocationId) {
|
|
10785
|
+
this.subagentEventCallback = (event) => {
|
|
10786
|
+
ctx.onSubagentEvent({
|
|
10787
|
+
...event,
|
|
10788
|
+
gadgetInvocationId: ctx.invocationId,
|
|
10789
|
+
depth
|
|
10790
|
+
});
|
|
10791
|
+
};
|
|
10792
|
+
}
|
|
10784
10793
|
if (ctx.signal && !this.signal) {
|
|
10785
10794
|
this.signal = ctx.signal;
|
|
10786
10795
|
}
|