langchain_agentx_stream_ui 0.7.1 → 0.7.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.
@@ -24,7 +24,7 @@ import {
24
24
  useSessionStatus,
25
25
  useSessionViewOptions,
26
26
  useToolDisplayOptions
27
- } from "./chunk-RNBYZF6S.js";
27
+ } from "./chunk-N2OSBCFN.js";
28
28
  import {
29
29
  classifyToolResultSoftKind,
30
30
  createDefaultToolRegistry,
@@ -1938,4 +1938,4 @@ export {
1938
1938
  createActiveSessionBridge,
1939
1939
  MultiAgentSession
1940
1940
  };
1941
- //# sourceMappingURL=chunk-GGYJQYVR.js.map
1941
+ //# sourceMappingURL=chunk-TSZ6GVSA.js.map
package/dist/index.d.ts CHANGED
@@ -685,6 +685,7 @@ declare class ExploreCollapseAccumulator {
685
685
  *
686
686
  * 当前裁剪范围:
687
687
  * 对齐 CLI grouped_tool_use.py;前端单节点 tool_call(无独立 tool_result 行)。
688
+ * message_id/response_id 缺失时不进桶(禁止 'default'),与 responseId.ts 保守策略一致。
688
689
  */
689
690
 
690
691
  declare class GroupedToolUseAccumulator {
package/dist/index.js CHANGED
@@ -23,7 +23,7 @@ import {
23
23
  fixDiagramSvg,
24
24
  markEventIdSeen,
25
25
  shouldSkipDuplicateEvent
26
- } from "./chunk-GGYJQYVR.js";
26
+ } from "./chunk-TSZ6GVSA.js";
27
27
  import {
28
28
  DefaultToolBody,
29
29
  InteractionBusContext,
@@ -120,7 +120,7 @@ import {
120
120
  useSessionStatus,
121
121
  useSessionViewOptions,
122
122
  useTimeline
123
- } from "./chunk-RNBYZF6S.js";
123
+ } from "./chunk-N2OSBCFN.js";
124
124
  import {
125
125
  AGENT_PROGRESS_GUTTER,
126
126
  AGENT_PROGRESS_INDENT,
@@ -2,13 +2,13 @@ import {
2
2
  MultiAgentSession,
3
3
  createActiveSessionBridge,
4
4
  createMultiSessionStore
5
- } from "./chunk-GGYJQYVR.js";
5
+ } from "./chunk-TSZ6GVSA.js";
6
6
  import "./chunk-OV6UUIA3.js";
7
7
  import "./chunk-DP7V33X7.js";
8
8
  import {
9
9
  useActiveSession,
10
10
  useSessionIds
11
- } from "./chunk-RNBYZF6S.js";
11
+ } from "./chunk-N2OSBCFN.js";
12
12
  import "./chunk-GLUQUP3A.js";
13
13
  import "./chunk-4RIOBLGB.js";
14
14
  export {
package/dist/virtual.js CHANGED
@@ -5,7 +5,7 @@ import {
5
5
  SessionTimeline,
6
6
  VirtualTimeline,
7
7
  estimateNodeSize
8
- } from "./chunk-RNBYZF6S.js";
8
+ } from "./chunk-N2OSBCFN.js";
9
9
  import "./chunk-GLUQUP3A.js";
10
10
  import "./chunk-4RIOBLGB.js";
11
11
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "langchain_agentx_stream_ui",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "description": "React session timeline component library for LangchainAgentEvent SSE streams",
5
5
  "license": "MIT",
6
6
  "author": "wugk",