langchain_agentx_stream_ui 0.1.1 → 0.1.2

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.
@@ -2324,6 +2324,14 @@ var ExploreCollapseAccumulator = class {
2324
2324
  }
2325
2325
  continue;
2326
2326
  }
2327
+ if (entry.payload.canonicalType === "memory_saved") {
2328
+ group = group ?? this.newGroup();
2329
+ const count = Number(entry.payload.count ?? 1);
2330
+ group.memoryWriteCount += Math.max(1, count);
2331
+ group.sourceNodeIds.push(entry.sourceNodeIds[0] ?? "mem");
2332
+ group.absorbed.push(entry);
2333
+ continue;
2334
+ }
2327
2335
  if (!isToolUseEntry2(entry)) {
2328
2336
  flush();
2329
2337
  result.push(entry);
@@ -5286,4 +5294,4 @@ export {
5286
5294
  VirtualTimeline,
5287
5295
  SessionTimeline
5288
5296
  };
5289
- //# sourceMappingURL=chunk-Q4HRD7EM.js.map
5297
+ //# sourceMappingURL=chunk-3B4WC67E.js.map