langchain_agentx_stream_ui 0.6.1 → 0.6.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.
@@ -975,6 +975,7 @@ function handleTextEnd(tree, event) {
975
975
  }
976
976
  function handleReasoningStart(tree, event, seq) {
977
977
  reactivateSessionIfIdle(tree);
978
+ clearModelRetry(tree);
978
979
  const id = `reasoning:${seq}`;
979
980
  const roundId = `round-${seq}`;
980
981
  const node = {
@@ -1120,6 +1121,7 @@ function maybeSynthesizeLeakedToolProgress(tree, options, params) {
1120
1121
  }
1121
1122
  function handleToolCall(tree, event, seq, options) {
1122
1123
  reactivateSessionIfIdle(tree);
1124
+ clearModelRetry(tree);
1123
1125
  const id = toolNodeId(tree, event);
1124
1126
  const data = event.data;
1125
1127
  const existing = tree.byId[id];
@@ -5705,4 +5707,4 @@ export {
5705
5707
  VirtualTimeline,
5706
5708
  SessionTimeline
5707
5709
  };
5708
- //# sourceMappingURL=chunk-RYUOZTUI.js.map
5710
+ //# sourceMappingURL=chunk-DJPNJBFL.js.map