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.
- package/dist/{chunk-RYUOZTUI.js → chunk-DJPNJBFL.js} +3 -1
- package/dist/chunk-DJPNJBFL.js.map +1 -0
- package/dist/{chunk-4OISGUFR.js → chunk-ED67MXSG.js} +2 -2
- package/dist/index.js +2 -2
- package/dist/multi-session.js +2 -2
- package/dist/virtual.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-RYUOZTUI.js.map +0 -1
- /package/dist/{chunk-4OISGUFR.js.map → chunk-ED67MXSG.js.map} +0 -0
|
@@ -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-
|
|
5710
|
+
//# sourceMappingURL=chunk-DJPNJBFL.js.map
|