@syntrologie/adapt-chatbot 2.8.0-canary.32 → 2.8.0-canary.320

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.
Files changed (126) hide show
  1. package/dist/AdaptiveChatBar.d.ts +85 -0
  2. package/dist/AdaptiveChatBar.d.ts.map +1 -0
  3. package/dist/AdaptiveChatBar.js +10 -0
  4. package/dist/AdaptiveChatBar.js.map +7 -0
  5. package/dist/AdaptiveChatBarMountable.d.ts +35 -0
  6. package/dist/AdaptiveChatBarMountable.d.ts.map +1 -0
  7. package/dist/AdaptiveChatTrail.d.ts +107 -0
  8. package/dist/AdaptiveChatTrail.d.ts.map +1 -0
  9. package/dist/AdaptiveChatTrail.js +9 -0
  10. package/dist/AdaptiveChatTrail.js.map +7 -0
  11. package/dist/AdaptiveChipsStrip.d.ts +1150 -0
  12. package/dist/AdaptiveChipsStrip.d.ts.map +1 -0
  13. package/dist/AdaptiveChipsStrip.js +11 -0
  14. package/dist/AdaptiveChipsStrip.js.map +7 -0
  15. package/dist/AdaptiveChipsStripMountable.d.ts +24 -0
  16. package/dist/AdaptiveChipsStripMountable.d.ts.map +1 -0
  17. package/dist/ChatAssistantLit.d.ts +60 -0
  18. package/dist/ChatAssistantLit.d.ts.map +1 -0
  19. package/dist/ChatAssistantLit.js +12 -0
  20. package/dist/ChatAssistantLit.js.map +7 -0
  21. package/dist/ChatSession.d.ts +178 -0
  22. package/dist/ChatSession.d.ts.map +1 -0
  23. package/dist/ChatTransport.d.ts +283 -0
  24. package/dist/ChatTransport.d.ts.map +1 -0
  25. package/dist/NavLinkMountable.d.ts +25 -0
  26. package/dist/NavLinkMountable.d.ts.map +1 -0
  27. package/dist/NavLinkMountable.test.d.ts +2 -0
  28. package/dist/NavLinkMountable.test.d.ts.map +1 -0
  29. package/dist/TextAnswerMountable.d.ts +17 -0
  30. package/dist/TextAnswerMountable.d.ts.map +1 -0
  31. package/dist/Turnstile.d.ts +83 -0
  32. package/dist/Turnstile.d.ts.map +1 -0
  33. package/dist/cdn.d.ts +2 -6
  34. package/dist/cdn.d.ts.map +1 -1
  35. package/dist/chunk-DG63RLZZ.js +8771 -0
  36. package/dist/chunk-DG63RLZZ.js.map +7 -0
  37. package/dist/chunk-FVNSOP7B.js +634 -0
  38. package/dist/chunk-FVNSOP7B.js.map +7 -0
  39. package/dist/chunk-OCDIFF6G.js +335 -0
  40. package/dist/chunk-OCDIFF6G.js.map +7 -0
  41. package/dist/chunk-ONGGPQER.js +3722 -0
  42. package/dist/chunk-ONGGPQER.js.map +7 -0
  43. package/dist/chunk-UVKRO5ER.js +13 -0
  44. package/dist/chunk-UVKRO5ER.js.map +7 -0
  45. package/dist/chunk-VHMHUS45.js +496 -0
  46. package/dist/chunk-VHMHUS45.js.map +7 -0
  47. package/dist/chunk-VLJ3WOEX.js +231 -0
  48. package/dist/chunk-VLJ3WOEX.js.map +7 -0
  49. package/dist/editor-lit.d.ts +37 -0
  50. package/dist/editor-lit.d.ts.map +1 -0
  51. package/dist/editor-lit.js +134 -0
  52. package/dist/editor-lit.js.map +7 -0
  53. package/dist/elements/ActionHandler.d.ts +34 -0
  54. package/dist/elements/ActionHandler.d.ts.map +1 -0
  55. package/dist/elements/ElementInstanceStore.d.ts +155 -0
  56. package/dist/elements/ElementInstanceStore.d.ts.map +1 -0
  57. package/dist/elements/ElementInstanceStore.test.d.ts +2 -0
  58. package/dist/elements/ElementInstanceStore.test.d.ts.map +1 -0
  59. package/dist/elements/ElementTypeHandler.d.ts +77 -0
  60. package/dist/elements/ElementTypeHandler.d.ts.map +1 -0
  61. package/dist/elements/ItemHandler.d.ts +60 -0
  62. package/dist/elements/ItemHandler.d.ts.map +1 -0
  63. package/dist/elements/ItemHandler.test.d.ts +2 -0
  64. package/dist/elements/ItemHandler.test.d.ts.map +1 -0
  65. package/dist/elements/TileHandler.d.ts +52 -0
  66. package/dist/elements/TileHandler.d.ts.map +1 -0
  67. package/dist/elements/blockRenderer.d.ts +46 -0
  68. package/dist/elements/blockRenderer.d.ts.map +1 -0
  69. package/dist/elements/blockRenderer.test.d.ts +13 -0
  70. package/dist/elements/blockRenderer.test.d.ts.map +1 -0
  71. package/dist/elements/blocks.d.ts +58 -0
  72. package/dist/elements/blocks.d.ts.map +1 -0
  73. package/dist/elements/envelope.d.ts +24 -0
  74. package/dist/elements/envelope.d.ts.map +1 -0
  75. package/dist/elements/fetcher.d.ts +40 -0
  76. package/dist/elements/fetcher.d.ts.map +1 -0
  77. package/dist/elements/index.d.ts +32 -0
  78. package/dist/elements/index.d.ts.map +1 -0
  79. package/dist/elements/types.d.ts +106 -0
  80. package/dist/elements/types.d.ts.map +1 -0
  81. package/dist/observer/__tests__/allowlist.test.d.ts +9 -0
  82. package/dist/observer/__tests__/allowlist.test.d.ts.map +1 -0
  83. package/dist/observer/__tests__/observer-isolation.test.d.ts +13 -0
  84. package/dist/observer/__tests__/observer-isolation.test.d.ts.map +1 -0
  85. package/dist/observer/__tests__/queue.test.d.ts +2 -0
  86. package/dist/observer/__tests__/queue.test.d.ts.map +1 -0
  87. package/dist/observer/__tests__/transport.test.d.ts +2 -0
  88. package/dist/observer/__tests__/transport.test.d.ts.map +1 -0
  89. package/dist/observer/allowlist.d.ts +32 -0
  90. package/dist/observer/allowlist.d.ts.map +1 -0
  91. package/dist/observer/index.d.ts +35 -0
  92. package/dist/observer/index.d.ts.map +1 -0
  93. package/dist/observer/queue.d.ts +57 -0
  94. package/dist/observer/queue.d.ts.map +1 -0
  95. package/dist/observer/transport.d.ts +26 -0
  96. package/dist/observer/transport.d.ts.map +1 -0
  97. package/dist/runtime-lit.d.ts +8 -0
  98. package/dist/runtime-lit.d.ts.map +1 -0
  99. package/dist/runtime.d.ts +8 -3
  100. package/dist/runtime.d.ts.map +1 -1
  101. package/dist/runtime.js +1652 -29
  102. package/dist/runtime.js.map +7 -0
  103. package/dist/schema.d.ts +3298 -11
  104. package/dist/schema.d.ts.map +1 -1
  105. package/dist/schema.js +126 -31
  106. package/dist/schema.js.map +7 -0
  107. package/dist/types.d.ts +47 -31
  108. package/dist/types.d.ts.map +1 -1
  109. package/package.json +50 -19
  110. package/dist/ChatAssistant.d.ts +0 -18
  111. package/dist/ChatAssistant.d.ts.map +0 -1
  112. package/dist/ChatAssistant.js +0 -178
  113. package/dist/actionParser.d.ts +0 -15
  114. package/dist/actionParser.d.ts.map +0 -1
  115. package/dist/actionParser.js +0 -52
  116. package/dist/apiClient.d.ts +0 -23
  117. package/dist/apiClient.d.ts.map +0 -1
  118. package/dist/apiClient.js +0 -51
  119. package/dist/cdn.js +0 -37
  120. package/dist/editor.d.ts +0 -17
  121. package/dist/editor.d.ts.map +0 -1
  122. package/dist/editor.js +0 -36
  123. package/dist/types.js +0 -6
  124. package/dist/useChat.d.ts +0 -25
  125. package/dist/useChat.d.ts.map +0 -1
  126. package/dist/useChat.js +0 -106
@@ -0,0 +1,85 @@
1
+ /**
2
+ * AdaptiveChatBar — the canvas lid composition for the chat-canvas
3
+ * experience. Renders the bubble-up trail on top and an always-visible
4
+ * input row below.
5
+ *
6
+ * Wiring contract (events out):
7
+ * - `chat-message-sent` ({ text }): the user submitted text via Enter
8
+ * or the send button. The owning code is responsible for pushing
9
+ * this into the conversation history and producing a reply.
10
+ * - `canvas-close`: the user clicked the close ✕ button. Propagated
11
+ * to the canvas overlay so the underlying drawer is dismissed.
12
+ *
13
+ * Wiring contract (props in):
14
+ * - `messages`: the conversation trail, passed straight through to
15
+ * `<adaptive-chat-trail>`.
16
+ * - `placeholder`: input placeholder copy. Defaults to a generic
17
+ * "Ask, find, or navigate…" — the host (typically the slot's lid
18
+ * widget mount) can override to a context-specific string.
19
+ *
20
+ * Light DOM. Glassmorphism is applied at the input-row level so the
21
+ * trail above floats over the host page without chrome. See PRD §4.4.
22
+ */
23
+ import { LitElement } from 'lit';
24
+ import './AdaptiveChatTrail.js';
25
+ import type { TrailMessage } from './AdaptiveChatTrail.js';
26
+ export declare class AdaptiveChatBar extends LitElement {
27
+ static properties: {
28
+ messages: {
29
+ attribute: boolean;
30
+ };
31
+ placeholder: {
32
+ type: StringConstructor;
33
+ };
34
+ greeting: {
35
+ type: StringConstructor;
36
+ };
37
+ inFlight: {
38
+ type: BooleanConstructor;
39
+ reflect: boolean;
40
+ };
41
+ forceExpanded: {
42
+ type: BooleanConstructor;
43
+ reflect: boolean;
44
+ };
45
+ _input: {
46
+ state: boolean;
47
+ };
48
+ };
49
+ messages: TrailMessage[];
50
+ /** Pass-through to {@link AdaptiveChatTrail}'s ``forceExpanded`` prop.
51
+ * Hosts that mount the chat-bar in a full-screen surface (mobile
52
+ * panel, agent app, etc.) set this to skip the collapse affordance
53
+ * — there is no smaller state to fall back to. */
54
+ forceExpanded: boolean;
55
+ placeholder: string;
56
+ /**
57
+ * Initial assistant message shown before any real conversation
58
+ * starts. Renders inside the trail as a phantom assistant chip
59
+ * when messages.length === 0; auto-disappears as soon as the
60
+ * first user message lands. Mirrors ChatAssistantLit's greeting.
61
+ */
62
+ greeting: string | undefined;
63
+ /**
64
+ * Whether a chat round-trip is in flight (request sent, awaiting
65
+ * reply). The single send/stop button morphs accordingly: ↑ when
66
+ * ready, ⏹ when in-flight. Parent owns this state — set true after
67
+ * `chat-message-sent` fires, false when the reply lands or the
68
+ * request is aborted. Enter is inert while in-flight.
69
+ */
70
+ inFlight: boolean;
71
+ _input: string;
72
+ createRenderRoot(): HTMLElement;
73
+ private _onInput;
74
+ private _onKeyDown;
75
+ private _onSendOrInterrupt;
76
+ private _onClose;
77
+ private _send;
78
+ render(): import("lit-html").TemplateResult<1>;
79
+ }
80
+ declare global {
81
+ interface HTMLElementTagNameMap {
82
+ 'adaptive-chat-bar': AdaptiveChatBar;
83
+ }
84
+ }
85
+ //# sourceMappingURL=AdaptiveChatBar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AdaptiveChatBar.d.ts","sourceRoot":"","sources":["../src/AdaptiveChatBar.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;AAEH,OAAO,EAAQ,UAAU,EAAW,MAAM,KAAK,CAAC;AAGhD,OAAO,wBAAwB,CAAC;AAChC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAI3D,qBAAa,eAAgB,SAAQ,UAAU;IAC7C,OAAgB,UAAU;;;;;;;;;;;;;;;;;;;;;MAOxB;IAEF,QAAQ,EAAE,YAAY,EAAE,CAAM;IAE9B;;;uDAGmD;IACnD,aAAa,UAAS;IACtB,WAAW,SAAuB;IAClC;;;;;OAKG;IACH,QAAQ,EAAE,MAAM,GAAG,SAAS,CAAa;IACzC;;;;;;OAMG;IACH,QAAQ,UAAS;IACjB,MAAM,SAAM;IAEH,gBAAgB,IAAI,WAAW;IAUxC,OAAO,CAAC,QAAQ,CAEd;IAEF,OAAO,CAAC,UAAU,CAShB;IAKF,OAAO,CAAC,kBAAkB,CAMxB;IAEF,OAAO,CAAC,QAAQ,CAEd;IAEF,OAAO,CAAC,KAAK;IAoBJ,MAAM;CA0ChB;AAmPD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,mBAAmB,EAAE,eAAe,CAAC;KACtC;CACF"}
@@ -0,0 +1,10 @@
1
+ import {
2
+ AdaptiveChatBar
3
+ } from "./chunk-OCDIFF6G.js";
4
+ import "./chunk-VHMHUS45.js";
5
+ import "./chunk-ONGGPQER.js";
6
+ import "./chunk-UVKRO5ER.js";
7
+ export {
8
+ AdaptiveChatBar
9
+ };
10
+ //# sourceMappingURL=AdaptiveChatBar.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": [],
4
+ "sourcesContent": [],
5
+ "mappings": "",
6
+ "names": []
7
+ }
@@ -0,0 +1,35 @@
1
+ /**
2
+ * AdaptiveChatBarMountable — `MountableWidget` adapter that turns the
3
+ * standalone `<adaptive-chat-bar>` Lit element into something the
4
+ * runtime widget registry can mount.
5
+ *
6
+ * Registered as widget id `adaptive-chatbot:chat-bar`. Customers
7
+ * reference it from canvas config — either as a slot's `lid` widget
8
+ * (replaces the launcher when referenced from `slots.drawer.lid`) or
9
+ * as a regular tile widget.
10
+ *
11
+ * The bar is a VIEW. State lives in the singleton `chatSession` —
12
+ * whether the bar mounts in the mini-canvas lid, the drawer lid, or
13
+ * both, they're all views of the same conversation. The mountable:
14
+ * - subscribes to chatSession.subscribe() and pushes state into
15
+ * the bar's `messages` + `inFlight` props on every change
16
+ * - routes the bar's `chat-message-sent` event → chatSession.send()
17
+ * - routes the bar's `chat-interrupt` event → chatSession.interrupt()
18
+ * - bubbles the bar's `canvas-close` event → optional onClose
19
+ * callback (canvas-level concern, not session-level)
20
+ *
21
+ * Props (passed via mountConfig):
22
+ * - `placeholder?: string` — input placeholder copy
23
+ * - `onClose?: () => void` — fires on ✕ click (canvas-level)
24
+ *
25
+ * Note: messages and inFlight are NOT props. They flow from chatSession.
26
+ * A canvas-config author who wants to pre-seed messages should do so
27
+ * via the session directly (e.g. via a startup action) — but typical
28
+ * use is to let the conversation start empty.
29
+ */
30
+ import './AdaptiveChatBar';
31
+ export declare const AdaptiveChatBarMountable: {
32
+ mount(container: HTMLElement, mountConfig?: Record<string, unknown>): () => void;
33
+ update(container: HTMLElement, mountConfig?: Record<string, unknown>): void;
34
+ };
35
+ //# sourceMappingURL=AdaptiveChatBarMountable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AdaptiveChatBarMountable.d.ts","sourceRoot":"","sources":["../src/AdaptiveChatBarMountable.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AAEH,OAAO,mBAAmB,CAAC;AAqZ3B,eAAO,MAAM,wBAAwB;qBAClB,WAAW,gBAAgB,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,IAAI;sBAyC9D,WAAW,gBAAgB,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI;CAQ5E,CAAC"}
@@ -0,0 +1,107 @@
1
+ /**
2
+ * AdaptiveChatTrail — the "bubble-up" message column that sits above the
3
+ * chat bar in the canvas lid.
4
+ *
5
+ * Messages appear immediately above the chat bar and drift upward as
6
+ * newer ones arrive. Each stack position carries an opacity + blur
7
+ * falloff so older messages read as fading from the page. Beyond a
8
+ * `visibleCount` cap (default 3) the trail collapses into an "N more ·
9
+ * expand" affordance — clicking emits `trail-expand`.
10
+ *
11
+ * Light DOM (no shadow root) so the host page's CSS variables and the
12
+ * surrounding canvas tokens flow through without a nested shadow
13
+ * boundary.
14
+ *
15
+ * See PRD §4.3 (chat trail) for the canonical motion + falloff spec.
16
+ */
17
+ import { LitElement, nothing } from 'lit';
18
+ export interface TrailToolCall {
19
+ id: string;
20
+ name: string;
21
+ status: 'args-streaming' | 'pending' | 'running' | 'done' | 'error';
22
+ }
23
+ export interface TrailMessage {
24
+ /** Stable identity for keyed rendering (must be unique within the trail). */
25
+ id: number | string;
26
+ role: 'user' | 'assistant' | 'system';
27
+ text: string;
28
+ /** Streaming → assistant text still arriving from backend. Complete → final. Error → fatal during stream. */
29
+ status?: 'streaming' | 'complete' | 'error';
30
+ /** Tool calls attached to an assistant message (rendered as compact chips). */
31
+ toolCalls?: TrailToolCall[];
32
+ }
33
+ export declare class AdaptiveChatTrail extends LitElement {
34
+ static properties: {
35
+ messages: {
36
+ attribute: boolean;
37
+ };
38
+ visibleCount: {
39
+ type: NumberConstructor;
40
+ };
41
+ expanded: {
42
+ type: BooleanConstructor;
43
+ };
44
+ greeting: {
45
+ type: StringConstructor;
46
+ };
47
+ /** When true: trail renders fully expanded AND the
48
+ * expand/collapse affordance is hidden. Used by hosts that mount
49
+ * the chat in a full-screen surface (the mobile panel) where
50
+ * collapse makes no sense — there's nothing to collapse INTO. */
51
+ forceExpanded: {
52
+ type: BooleanConstructor;
53
+ };
54
+ /**
55
+ * Mirrors `chatSession.inFlight` — true between `send()` and the
56
+ * assistant's first `receiveStart`/`receiveDelta`, OR while a
57
+ * stream is in progress. Drives the "thinking" indicator that
58
+ * fills the gap between the user's just-sent message and the
59
+ * first assistant token. Wired through AdaptiveChatBar (it owns
60
+ * the chatSession subscription and forwards inFlight as a prop).
61
+ */
62
+ inFlight: {
63
+ type: BooleanConstructor;
64
+ };
65
+ };
66
+ messages: TrailMessage[];
67
+ visibleCount: number;
68
+ expanded: boolean;
69
+ forceExpanded: boolean;
70
+ inFlight: boolean;
71
+ /**
72
+ * Pre-conversation phantom assistant message. Rendered only when
73
+ * `messages` is empty. NOT injected into chatSession state — the
74
+ * greeting is configuration, not conversation, so it disappears
75
+ * automatically when the first real message arrives.
76
+ */
77
+ greeting: string | undefined;
78
+ createRenderRoot(): HTMLElement;
79
+ connectedCallback(): void;
80
+ private _onExpand;
81
+ /**
82
+ * Approve a pending client tool call. The trail emits a generic
83
+ * event so the host can decide whether to forward to chatSession
84
+ * (the common path) or override. Keeps the trail itself free of
85
+ * direct chatSession coupling — it's a pure view component.
86
+ */
87
+ private _onToolCallClick;
88
+ private _onCollapse;
89
+ /**
90
+ * Whether to render the thinking-dots chip after the last message.
91
+ * True iff a request is in flight AND the assistant hasn't started
92
+ * streaming a reply yet — once the first delta lands, the streaming
93
+ * chip's caret takes over and the thinking indicator hides so the
94
+ * visitor isn't shown both at once. Also hidden when the last
95
+ * message is an error/system message, because the request that
96
+ * "errored" is already over from the user's perspective.
97
+ */
98
+ private _shouldShowThinking;
99
+ updated(changed: Map<string, unknown>): void;
100
+ render(): typeof nothing | import("lit-html").TemplateResult<1>;
101
+ }
102
+ declare global {
103
+ interface HTMLElementTagNameMap {
104
+ 'adaptive-chat-trail': AdaptiveChatTrail;
105
+ }
106
+ }
107
+ //# sourceMappingURL=AdaptiveChatTrail.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AdaptiveChatTrail.d.ts","sourceRoot":"","sources":["../src/AdaptiveChatTrail.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAGH,OAAO,EAAQ,UAAU,EAAE,OAAO,EAAE,MAAM,KAAK,CAAC;AAIhD,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,gBAAgB,GAAG,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,OAAO,CAAC;CACrE;AAED,MAAM,WAAW,YAAY;IAC3B,6EAA6E;IAC7E,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,GAAG,WAAW,GAAG,QAAQ,CAAC;IACtC,IAAI,EAAE,MAAM,CAAC;IACb,6GAA6G;IAC7G,MAAM,CAAC,EAAE,WAAW,GAAG,UAAU,GAAG,OAAO,CAAC;IAC5C,+EAA+E;IAC/E,SAAS,CAAC,EAAE,aAAa,EAAE,CAAC;CAC7B;AAqBD,qBAAa,iBAAkB,SAAQ,UAAU;IAC/C,OAAgB,UAAU;;;;;;;;;;;;;QAKxB;;;0EAGkE;;;;QAElE;;;;;;;WAOG;;;;MAEH;IAEF,QAAQ,EAAE,YAAY,EAAE,CAAM;IAC9B,YAAY,SAAmB;IAC/B,QAAQ,UAAS;IACjB,aAAa,UAAS;IACtB,QAAQ,UAAS;IACjB;;;;;OAKG;IACH,QAAQ,EAAE,MAAM,GAAG,SAAS,CAAa;IAEhC,gBAAgB,IAAI,WAAW;IAK/B,iBAAiB,IAAI,IAAI;IAKlC,OAAO,CAAC,SAAS,CAMf;IAEF;;;;;OAKG;IACH,OAAO,CAAC,gBAAgB,CAStB;IAEF,OAAO,CAAC,WAAW,CAMjB;IAEF;;;;;;;;OAQG;IACH,OAAO,CAAC,mBAAmB;IASlB,OAAO,CAAC,OAAO,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI;IAyB5C,MAAM;CAgQhB;AAqSD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,qBAAqB,EAAE,iBAAiB,CAAC;KAC1C;CACF"}
@@ -0,0 +1,9 @@
1
+ import {
2
+ AdaptiveChatTrail
3
+ } from "./chunk-VHMHUS45.js";
4
+ import "./chunk-ONGGPQER.js";
5
+ import "./chunk-UVKRO5ER.js";
6
+ export {
7
+ AdaptiveChatTrail
8
+ };
9
+ //# sourceMappingURL=AdaptiveChatTrail.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": [],
4
+ "sourcesContent": [],
5
+ "mappings": "",
6
+ "names": []
7
+ }