@agno-hq/chat-react 0.3.2 → 0.3.4

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 (33) hide show
  1. package/README.md +81 -5
  2. package/dist/chat/index.cjs +99 -83
  3. package/dist/chat/index.d.cts +80 -16
  4. package/dist/chat/index.d.ts +80 -16
  5. package/dist/chat/index.js +2 -2
  6. package/dist/{chunk-RE7ZT73K.js → chunk-5QKU7OPE.js} +2 -2
  7. package/dist/{chunk-RE7ZT73K.js.map → chunk-5QKU7OPE.js.map} +1 -1
  8. package/dist/{chunk-6V2YIPHF.js → chunk-BCVKAMSO.js} +22 -4
  9. package/dist/chunk-BCVKAMSO.js.map +1 -0
  10. package/dist/{chunk-Q73XHL35.cjs → chunk-ESV52ERB.cjs} +771 -444
  11. package/dist/chunk-ESV52ERB.cjs.map +1 -0
  12. package/dist/{chunk-2WM3CCFE.cjs → chunk-HBSF434L.cjs} +2 -2
  13. package/dist/{chunk-2WM3CCFE.cjs.map → chunk-HBSF434L.cjs.map} +1 -1
  14. package/dist/{chunk-XTP3TMEZ.js → chunk-OGDPK4Z3.js} +602 -279
  15. package/dist/chunk-OGDPK4Z3.js.map +1 -0
  16. package/dist/{chunk-55HQJGLP.cjs → chunk-Y34YRC5T.cjs} +22 -3
  17. package/dist/chunk-Y34YRC5T.cjs.map +1 -0
  18. package/dist/{client-DUyVqxU9.d.cts → client-Dwk6ThnW.d.cts} +24 -12
  19. package/dist/{client-DUyVqxU9.d.ts → client-Dwk6ThnW.d.ts} +24 -12
  20. package/dist/core/index.cjs +23 -23
  21. package/dist/core/index.d.cts +2 -2
  22. package/dist/core/index.d.ts +2 -2
  23. package/dist/core/index.js +2 -2
  24. package/dist/index.cjs +122 -106
  25. package/dist/index.d.cts +2 -2
  26. package/dist/index.d.ts +2 -2
  27. package/dist/index.js +3 -3
  28. package/dist/styles.css +79 -34
  29. package/package.json +1 -1
  30. package/dist/chunk-55HQJGLP.cjs.map +0 -1
  31. package/dist/chunk-6V2YIPHF.js.map +0 -1
  32. package/dist/chunk-Q73XHL35.cjs.map +0 -1
  33. package/dist/chunk-XTP3TMEZ.js.map +0 -1
package/dist/index.cjs CHANGED
@@ -1,423 +1,439 @@
1
1
  'use client';
2
2
  'use strict';
3
3
 
4
- var chunkQ73XHL35_cjs = require('./chunk-Q73XHL35.cjs');
5
- var chunk2WM3CCFE_cjs = require('./chunk-2WM3CCFE.cjs');
6
- var chunk55HQJGLP_cjs = require('./chunk-55HQJGLP.cjs');
4
+ var chunkESV52ERB_cjs = require('./chunk-ESV52ERB.cjs');
5
+ var chunkHBSF434L_cjs = require('./chunk-HBSF434L.cjs');
6
+ var chunkY34YRC5T_cjs = require('./chunk-Y34YRC5T.cjs');
7
7
 
8
8
 
9
9
 
10
10
  Object.defineProperty(exports, "AgnoChat", {
11
11
  enumerable: true,
12
- get: function () { return chunkQ73XHL35_cjs.AgnoChat; }
12
+ get: function () { return chunkESV52ERB_cjs.AgnoChat; }
13
13
  });
14
14
  Object.defineProperty(exports, "AgnoMark", {
15
15
  enumerable: true,
16
- get: function () { return chunkQ73XHL35_cjs.AgnoMark; }
16
+ get: function () { return chunkESV52ERB_cjs.AgnoMark; }
17
17
  });
18
18
  Object.defineProperty(exports, "ArrowUp", {
19
19
  enumerable: true,
20
- get: function () { return chunkQ73XHL35_cjs.ArrowUp; }
20
+ get: function () { return chunkESV52ERB_cjs.ArrowUp; }
21
21
  });
22
22
  Object.defineProperty(exports, "BehindTheScenes", {
23
23
  enumerable: true,
24
- get: function () { return chunkQ73XHL35_cjs.BehindTheScenes; }
24
+ get: function () { return chunkESV52ERB_cjs.BehindTheScenes; }
25
25
  });
26
26
  Object.defineProperty(exports, "BookOpen", {
27
27
  enumerable: true,
28
- get: function () { return chunkQ73XHL35_cjs.BookOpen; }
28
+ get: function () { return chunkESV52ERB_cjs.BookOpen; }
29
29
  });
30
30
  Object.defineProperty(exports, "Box", {
31
31
  enumerable: true,
32
- get: function () { return chunkQ73XHL35_cjs.Box; }
32
+ get: function () { return chunkESV52ERB_cjs.Box; }
33
33
  });
34
34
  Object.defineProperty(exports, "Brain", {
35
35
  enumerable: true,
36
- get: function () { return chunkQ73XHL35_cjs.Brain; }
36
+ get: function () { return chunkESV52ERB_cjs.Brain; }
37
37
  });
38
38
  Object.defineProperty(exports, "ChatBubble", {
39
39
  enumerable: true,
40
- get: function () { return chunkQ73XHL35_cjs.ChatBubble; }
40
+ get: function () { return chunkESV52ERB_cjs.ChatBubble; }
41
41
  });
42
42
  Object.defineProperty(exports, "ChatInput", {
43
43
  enumerable: true,
44
- get: function () { return chunkQ73XHL35_cjs.ChatInput; }
44
+ get: function () { return chunkESV52ERB_cjs.ChatInput; }
45
45
  });
46
46
  Object.defineProperty(exports, "ChatLauncher", {
47
47
  enumerable: true,
48
- get: function () { return chunkQ73XHL35_cjs.ChatLauncher; }
48
+ get: function () { return chunkESV52ERB_cjs.ChatLauncher; }
49
49
  });
50
50
  Object.defineProperty(exports, "ChatProvider", {
51
51
  enumerable: true,
52
- get: function () { return chunkQ73XHL35_cjs.ChatProvider; }
52
+ get: function () { return chunkESV52ERB_cjs.ChatProvider; }
53
53
  });
54
54
  Object.defineProperty(exports, "ChatWindow", {
55
55
  enumerable: true,
56
- get: function () { return chunkQ73XHL35_cjs.ChatWindow; }
56
+ get: function () { return chunkESV52ERB_cjs.ChatWindow; }
57
57
  });
58
58
  Object.defineProperty(exports, "Check", {
59
59
  enumerable: true,
60
- get: function () { return chunkQ73XHL35_cjs.Check; }
60
+ get: function () { return chunkESV52ERB_cjs.Check; }
61
61
  });
62
62
  Object.defineProperty(exports, "ChevronDown", {
63
63
  enumerable: true,
64
- get: function () { return chunkQ73XHL35_cjs.ChevronDown; }
64
+ get: function () { return chunkESV52ERB_cjs.ChevronDown; }
65
65
  });
66
66
  Object.defineProperty(exports, "Citations", {
67
67
  enumerable: true,
68
- get: function () { return chunkQ73XHL35_cjs.Citations; }
68
+ get: function () { return chunkESV52ERB_cjs.Citations; }
69
69
  });
70
70
  Object.defineProperty(exports, "Close", {
71
71
  enumerable: true,
72
- get: function () { return chunkQ73XHL35_cjs.Close; }
72
+ get: function () { return chunkESV52ERB_cjs.Close; }
73
73
  });
74
74
  Object.defineProperty(exports, "Copy", {
75
75
  enumerable: true,
76
- get: function () { return chunkQ73XHL35_cjs.Copy; }
76
+ get: function () { return chunkESV52ERB_cjs.Copy; }
77
+ });
78
+ Object.defineProperty(exports, "CopyButton", {
79
+ enumerable: true,
80
+ get: function () { return chunkESV52ERB_cjs.CopyButton; }
81
+ });
82
+ Object.defineProperty(exports, "DEFAULT_STREAMING_OPTIONS", {
83
+ enumerable: true,
84
+ get: function () { return chunkESV52ERB_cjs.DEFAULT_STREAMING_OPTIONS; }
77
85
  });
78
86
  Object.defineProperty(exports, "EntityBadge", {
79
87
  enumerable: true,
80
- get: function () { return chunkQ73XHL35_cjs.EntityBadge; }
88
+ get: function () { return chunkESV52ERB_cjs.EntityBadge; }
81
89
  });
82
90
  Object.defineProperty(exports, "EntitySelector", {
83
91
  enumerable: true,
84
- get: function () { return chunkQ73XHL35_cjs.EntitySelector; }
92
+ get: function () { return chunkESV52ERB_cjs.EntitySelector; }
85
93
  });
86
94
  Object.defineProperty(exports, "EventLog", {
87
95
  enumerable: true,
88
- get: function () { return chunkQ73XHL35_cjs.EventLog; }
96
+ get: function () { return chunkESV52ERB_cjs.EventLog; }
89
97
  });
90
98
  Object.defineProperty(exports, "Favicon", {
91
99
  enumerable: true,
92
- get: function () { return chunkQ73XHL35_cjs.Favicon; }
100
+ get: function () { return chunkESV52ERB_cjs.Favicon; }
93
101
  });
94
102
  Object.defineProperty(exports, "FileAudio", {
95
103
  enumerable: true,
96
- get: function () { return chunkQ73XHL35_cjs.FileAudio; }
104
+ get: function () { return chunkESV52ERB_cjs.FileAudio; }
97
105
  });
98
106
  Object.defineProperty(exports, "FileIcon", {
99
107
  enumerable: true,
100
- get: function () { return chunkQ73XHL35_cjs.FileIcon; }
108
+ get: function () { return chunkESV52ERB_cjs.FileIcon; }
101
109
  });
102
110
  Object.defineProperty(exports, "FilePreview", {
103
111
  enumerable: true,
104
- get: function () { return chunkQ73XHL35_cjs.FilePreview; }
112
+ get: function () { return chunkESV52ERB_cjs.FilePreview; }
105
113
  });
106
114
  Object.defineProperty(exports, "FileType", {
107
115
  enumerable: true,
108
- get: function () { return chunkQ73XHL35_cjs.FileType; }
116
+ get: function () { return chunkESV52ERB_cjs.FileType; }
109
117
  });
110
118
  Object.defineProperty(exports, "FileVideo", {
111
119
  enumerable: true,
112
- get: function () { return chunkQ73XHL35_cjs.FileVideo; }
120
+ get: function () { return chunkESV52ERB_cjs.FileVideo; }
113
121
  });
114
122
  Object.defineProperty(exports, "Followups", {
115
123
  enumerable: true,
116
- get: function () { return chunkQ73XHL35_cjs.Followups; }
124
+ get: function () { return chunkESV52ERB_cjs.Followups; }
117
125
  });
118
126
  Object.defineProperty(exports, "Globe", {
119
127
  enumerable: true,
120
- get: function () { return chunkQ73XHL35_cjs.Globe; }
128
+ get: function () { return chunkESV52ERB_cjs.Globe; }
121
129
  });
122
130
  Object.defineProperty(exports, "GridLoader", {
123
131
  enumerable: true,
124
- get: function () { return chunkQ73XHL35_cjs.GridLoader; }
132
+ get: function () { return chunkESV52ERB_cjs.GridLoader; }
125
133
  });
126
134
  Object.defineProperty(exports, "HoverPreview", {
127
135
  enumerable: true,
128
- get: function () { return chunkQ73XHL35_cjs.HoverPreview; }
136
+ get: function () { return chunkESV52ERB_cjs.HoverPreview; }
129
137
  });
130
138
  Object.defineProperty(exports, "HumanInput", {
131
139
  enumerable: true,
132
- get: function () { return chunkQ73XHL35_cjs.HumanInput; }
140
+ get: function () { return chunkESV52ERB_cjs.HumanInput; }
133
141
  });
134
142
  Object.defineProperty(exports, "LinkIcon", {
135
143
  enumerable: true,
136
- get: function () { return chunkQ73XHL35_cjs.LinkIcon; }
144
+ get: function () { return chunkESV52ERB_cjs.LinkIcon; }
137
145
  });
138
146
  Object.defineProperty(exports, "LinkPreviewCard", {
139
147
  enumerable: true,
140
- get: function () { return chunkQ73XHL35_cjs.LinkPreviewCard; }
148
+ get: function () { return chunkESV52ERB_cjs.LinkPreviewCard; }
141
149
  });
142
150
  Object.defineProperty(exports, "Markdown", {
143
151
  enumerable: true,
144
- get: function () { return chunkQ73XHL35_cjs.Markdown; }
152
+ get: function () { return chunkESV52ERB_cjs.Markdown; }
145
153
  });
146
154
  Object.defineProperty(exports, "MemberResponses", {
147
155
  enumerable: true,
148
- get: function () { return chunkQ73XHL35_cjs.MemberResponses; }
156
+ get: function () { return chunkESV52ERB_cjs.MemberResponses; }
149
157
  });
150
158
  Object.defineProperty(exports, "Memory", {
151
159
  enumerable: true,
152
- get: function () { return chunkQ73XHL35_cjs.Memory; }
160
+ get: function () { return chunkESV52ERB_cjs.Memory; }
153
161
  });
154
162
  Object.defineProperty(exports, "Message", {
155
163
  enumerable: true,
156
- get: function () { return chunkQ73XHL35_cjs.Message; }
164
+ get: function () { return chunkESV52ERB_cjs.Message; }
165
+ });
166
+ Object.defineProperty(exports, "MessageActions", {
167
+ enumerable: true,
168
+ get: function () { return chunkESV52ERB_cjs.MessageActions; }
157
169
  });
158
170
  Object.defineProperty(exports, "MessageList", {
159
171
  enumerable: true,
160
- get: function () { return chunkQ73XHL35_cjs.MessageList; }
172
+ get: function () { return chunkESV52ERB_cjs.MessageList; }
161
173
  });
162
174
  Object.defineProperty(exports, "Multimedia", {
163
175
  enumerable: true,
164
- get: function () { return chunkQ73XHL35_cjs.Multimedia; }
176
+ get: function () { return chunkESV52ERB_cjs.Multimedia; }
165
177
  });
166
178
  Object.defineProperty(exports, "Paperclip", {
167
179
  enumerable: true,
168
- get: function () { return chunkQ73XHL35_cjs.Paperclip; }
180
+ get: function () { return chunkESV52ERB_cjs.Paperclip; }
169
181
  });
170
182
  Object.defineProperty(exports, "Plus", {
171
183
  enumerable: true,
172
- get: function () { return chunkQ73XHL35_cjs.Plus; }
184
+ get: function () { return chunkESV52ERB_cjs.Plus; }
173
185
  });
174
186
  Object.defineProperty(exports, "Pulse", {
175
187
  enumerable: true,
176
- get: function () { return chunkQ73XHL35_cjs.Pulse; }
188
+ get: function () { return chunkESV52ERB_cjs.Pulse; }
177
189
  });
178
190
  Object.defineProperty(exports, "QuickPrompts", {
179
191
  enumerable: true,
180
- get: function () { return chunkQ73XHL35_cjs.QuickPrompts; }
192
+ get: function () { return chunkESV52ERB_cjs.QuickPrompts; }
181
193
  });
182
194
  Object.defineProperty(exports, "Reasoning", {
183
195
  enumerable: true,
184
- get: function () { return chunkQ73XHL35_cjs.Reasoning; }
196
+ get: function () { return chunkESV52ERB_cjs.Reasoning; }
185
197
  });
186
198
  Object.defineProperty(exports, "Rerun", {
187
199
  enumerable: true,
188
- get: function () { return chunkQ73XHL35_cjs.Rerun; }
200
+ get: function () { return chunkESV52ERB_cjs.Rerun; }
189
201
  });
190
202
  Object.defineProperty(exports, "SessionList", {
191
203
  enumerable: true,
192
- get: function () { return chunkQ73XHL35_cjs.SessionList; }
204
+ get: function () { return chunkESV52ERB_cjs.SessionList; }
193
205
  });
194
206
  Object.defineProperty(exports, "SourceCard", {
195
207
  enumerable: true,
196
- get: function () { return chunkQ73XHL35_cjs.SourceCard; }
208
+ get: function () { return chunkESV52ERB_cjs.SourceCard; }
197
209
  });
198
210
  Object.defineProperty(exports, "SourcesProvider", {
199
211
  enumerable: true,
200
- get: function () { return chunkQ73XHL35_cjs.SourcesProvider; }
212
+ get: function () { return chunkESV52ERB_cjs.SourcesProvider; }
201
213
  });
202
214
  Object.defineProperty(exports, "Spinner", {
203
215
  enumerable: true,
204
- get: function () { return chunkQ73XHL35_cjs.Spinner; }
216
+ get: function () { return chunkESV52ERB_cjs.Spinner; }
205
217
  });
206
218
  Object.defineProperty(exports, "StatusIndicator", {
207
219
  enumerable: true,
208
- get: function () { return chunkQ73XHL35_cjs.StatusIndicator; }
220
+ get: function () { return chunkESV52ERB_cjs.StatusIndicator; }
209
221
  });
210
222
  Object.defineProperty(exports, "Stop", {
211
223
  enumerable: true,
212
- get: function () { return chunkQ73XHL35_cjs.Stop; }
224
+ get: function () { return chunkESV52ERB_cjs.Stop; }
213
225
  });
214
226
  Object.defineProperty(exports, "TeamGlyph", {
215
227
  enumerable: true,
216
- get: function () { return chunkQ73XHL35_cjs.TeamGlyph; }
228
+ get: function () { return chunkESV52ERB_cjs.TeamGlyph; }
217
229
  });
218
230
  Object.defineProperty(exports, "ToolCalls", {
219
231
  enumerable: true,
220
- get: function () { return chunkQ73XHL35_cjs.ToolCalls; }
232
+ get: function () { return chunkESV52ERB_cjs.ToolCalls; }
221
233
  });
222
234
  Object.defineProperty(exports, "Trash", {
223
235
  enumerable: true,
224
- get: function () { return chunkQ73XHL35_cjs.Trash; }
236
+ get: function () { return chunkESV52ERB_cjs.Trash; }
225
237
  });
226
238
  Object.defineProperty(exports, "WorkflowSteps", {
227
239
  enumerable: true,
228
- get: function () { return chunkQ73XHL35_cjs.WorkflowSteps; }
240
+ get: function () { return chunkESV52ERB_cjs.WorkflowSteps; }
229
241
  });
230
242
  Object.defineProperty(exports, "Wrench", {
231
243
  enumerable: true,
232
- get: function () { return chunkQ73XHL35_cjs.Wrench; }
244
+ get: function () { return chunkESV52ERB_cjs.Wrench; }
233
245
  });
234
246
  Object.defineProperty(exports, "admitFiles", {
235
247
  enumerable: true,
236
- get: function () { return chunkQ73XHL35_cjs.admitFiles; }
248
+ get: function () { return chunkESV52ERB_cjs.admitFiles; }
237
249
  });
238
250
  Object.defineProperty(exports, "behindTheScenesItems", {
239
251
  enumerable: true,
240
- get: function () { return chunkQ73XHL35_cjs.behindTheScenesItems; }
252
+ get: function () { return chunkESV52ERB_cjs.behindTheScenesItems; }
241
253
  });
242
254
  Object.defineProperty(exports, "behindTheScenesLabel", {
243
255
  enumerable: true,
244
- get: function () { return chunkQ73XHL35_cjs.behindTheScenesLabel; }
256
+ get: function () { return chunkESV52ERB_cjs.behindTheScenesLabel; }
245
257
  });
246
258
  Object.defineProperty(exports, "collectSources", {
247
259
  enumerable: true,
248
- get: function () { return chunkQ73XHL35_cjs.collectSources; }
260
+ get: function () { return chunkESV52ERB_cjs.collectSources; }
249
261
  });
250
262
  Object.defineProperty(exports, "cx", {
251
263
  enumerable: true,
252
- get: function () { return chunkQ73XHL35_cjs.cx; }
264
+ get: function () { return chunkESV52ERB_cjs.cx; }
253
265
  });
254
266
  Object.defineProperty(exports, "displayUrl", {
255
267
  enumerable: true,
256
- get: function () { return chunkQ73XHL35_cjs.displayUrl; }
268
+ get: function () { return chunkESV52ERB_cjs.displayUrl; }
269
+ });
270
+ Object.defineProperty(exports, "faviconFallbacks", {
271
+ enumerable: true,
272
+ get: function () { return chunkESV52ERB_cjs.faviconFallbacks; }
257
273
  });
258
274
  Object.defineProperty(exports, "faviconUrl", {
259
275
  enumerable: true,
260
- get: function () { return chunkQ73XHL35_cjs.faviconUrl; }
276
+ get: function () { return chunkESV52ERB_cjs.faviconUrl; }
261
277
  });
262
278
  Object.defineProperty(exports, "fileAccepted", {
263
279
  enumerable: true,
264
- get: function () { return chunkQ73XHL35_cjs.fileAccepted; }
280
+ get: function () { return chunkESV52ERB_cjs.fileAccepted; }
265
281
  });
266
282
  Object.defineProperty(exports, "getProviderIcon", {
267
283
  enumerable: true,
268
- get: function () { return chunkQ73XHL35_cjs.getProviderIcon; }
284
+ get: function () { return chunkESV52ERB_cjs.getProviderIcon; }
269
285
  });
270
286
  Object.defineProperty(exports, "hasBehindTheScenes", {
271
287
  enumerable: true,
272
- get: function () { return chunkQ73XHL35_cjs.hasBehindTheScenes; }
288
+ get: function () { return chunkESV52ERB_cjs.hasBehindTheScenes; }
273
289
  });
274
290
  Object.defineProperty(exports, "linkCitations", {
275
291
  enumerable: true,
276
- get: function () { return chunkQ73XHL35_cjs.linkCitations; }
292
+ get: function () { return chunkESV52ERB_cjs.linkCitations; }
277
293
  });
278
294
  Object.defineProperty(exports, "normalizeFollowups", {
279
295
  enumerable: true,
280
- get: function () { return chunkQ73XHL35_cjs.normalizeFollowups; }
296
+ get: function () { return chunkESV52ERB_cjs.normalizeFollowups; }
281
297
  });
282
298
  Object.defineProperty(exports, "quickPromptLabel", {
283
299
  enumerable: true,
284
- get: function () { return chunkQ73XHL35_cjs.quickPromptLabel; }
300
+ get: function () { return chunkESV52ERB_cjs.quickPromptLabel; }
285
301
  });
286
302
  Object.defineProperty(exports, "quickPromptText", {
287
303
  enumerable: true,
288
- get: function () { return chunkQ73XHL35_cjs.quickPromptText; }
304
+ get: function () { return chunkESV52ERB_cjs.quickPromptText; }
289
305
  });
290
306
  Object.defineProperty(exports, "sourceHost", {
291
307
  enumerable: true,
292
- get: function () { return chunkQ73XHL35_cjs.sourceHost; }
308
+ get: function () { return chunkESV52ERB_cjs.sourceHost; }
293
309
  });
294
310
  Object.defineProperty(exports, "sourcesFromMarkdown", {
295
311
  enumerable: true,
296
- get: function () { return chunkQ73XHL35_cjs.sourcesFromMarkdown; }
312
+ get: function () { return chunkESV52ERB_cjs.sourcesFromMarkdown; }
297
313
  });
298
314
  Object.defineProperty(exports, "useAgnoChat", {
299
315
  enumerable: true,
300
- get: function () { return chunkQ73XHL35_cjs.useAgnoChat; }
316
+ get: function () { return chunkESV52ERB_cjs.useAgnoChat; }
301
317
  });
302
318
  Object.defineProperty(exports, "useChatContext", {
303
319
  enumerable: true,
304
- get: function () { return chunkQ73XHL35_cjs.useChatContext; }
320
+ get: function () { return chunkESV52ERB_cjs.useChatContext; }
305
321
  });
306
322
  Object.defineProperty(exports, "useLinkComponent", {
307
323
  enumerable: true,
308
- get: function () { return chunkQ73XHL35_cjs.useLinkComponent; }
324
+ get: function () { return chunkESV52ERB_cjs.useLinkComponent; }
309
325
  });
310
326
  Object.defineProperty(exports, "useLinkPreview", {
311
327
  enumerable: true,
312
- get: function () { return chunkQ73XHL35_cjs.useLinkPreview; }
328
+ get: function () { return chunkESV52ERB_cjs.useLinkPreview; }
313
329
  });
314
330
  Object.defineProperty(exports, "useOptionalChatContext", {
315
331
  enumerable: true,
316
- get: function () { return chunkQ73XHL35_cjs.useOptionalChatContext; }
332
+ get: function () { return chunkESV52ERB_cjs.useOptionalChatContext; }
317
333
  });
318
334
  Object.defineProperty(exports, "useResolvedChat", {
319
335
  enumerable: true,
320
- get: function () { return chunkQ73XHL35_cjs.useResolvedChat; }
336
+ get: function () { return chunkESV52ERB_cjs.useResolvedChat; }
321
337
  });
322
338
  Object.defineProperty(exports, "useResolvedClassNames", {
323
339
  enumerable: true,
324
- get: function () { return chunkQ73XHL35_cjs.useResolvedClassNames; }
340
+ get: function () { return chunkESV52ERB_cjs.useResolvedClassNames; }
325
341
  });
326
342
  Object.defineProperty(exports, "useSources", {
327
343
  enumerable: true,
328
- get: function () { return chunkQ73XHL35_cjs.useSources; }
344
+ get: function () { return chunkESV52ERB_cjs.useSources; }
329
345
  });
330
346
  Object.defineProperty(exports, "withoutSourcesLine", {
331
347
  enumerable: true,
332
- get: function () { return chunkQ73XHL35_cjs.withoutSourcesLine; }
348
+ get: function () { return chunkESV52ERB_cjs.withoutSourcesLine; }
333
349
  });
334
350
  Object.defineProperty(exports, "writeClipboard", {
335
351
  enumerable: true,
336
- get: function () { return chunkQ73XHL35_cjs.writeClipboard; }
352
+ get: function () { return chunkESV52ERB_cjs.writeClipboard; }
337
353
  });
338
354
  Object.defineProperty(exports, "RunEvent", {
339
355
  enumerable: true,
340
- get: function () { return chunk2WM3CCFE_cjs.RunEvent; }
356
+ get: function () { return chunkHBSF434L_cjs.RunEvent; }
341
357
  });
342
358
  Object.defineProperty(exports, "TeamRunEvent", {
343
359
  enumerable: true,
344
- get: function () { return chunk2WM3CCFE_cjs.TeamRunEvent; }
360
+ get: function () { return chunkHBSF434L_cjs.TeamRunEvent; }
345
361
  });
346
362
  Object.defineProperty(exports, "WorkflowRunEvent", {
347
363
  enumerable: true,
348
- get: function () { return chunk2WM3CCFE_cjs.WorkflowRunEvent; }
364
+ get: function () { return chunkHBSF434L_cjs.WorkflowRunEvent; }
349
365
  });
350
366
  Object.defineProperty(exports, "AgnoClient", {
351
367
  enumerable: true,
352
- get: function () { return chunk55HQJGLP_cjs.AgnoClient; }
368
+ get: function () { return chunkY34YRC5T_cjs.AgnoClient; }
353
369
  });
354
370
  Object.defineProperty(exports, "activityLabel", {
355
371
  enumerable: true,
356
- get: function () { return chunk55HQJGLP_cjs.activityLabel; }
372
+ get: function () { return chunkY34YRC5T_cjs.activityLabel; }
357
373
  });
358
374
  Object.defineProperty(exports, "applyStepEvent", {
359
375
  enumerable: true,
360
- get: function () { return chunk55HQJGLP_cjs.applyStepEvent; }
376
+ get: function () { return chunkY34YRC5T_cjs.applyStepEvent; }
361
377
  });
362
378
  Object.defineProperty(exports, "applySubRunEvent", {
363
379
  enumerable: true,
364
- get: function () { return chunk55HQJGLP_cjs.applySubRunEvent; }
380
+ get: function () { return chunkY34YRC5T_cjs.applySubRunEvent; }
365
381
  });
366
382
  Object.defineProperty(exports, "isCompletedEvent", {
367
383
  enumerable: true,
368
- get: function () { return chunk55HQJGLP_cjs.isCompletedEvent; }
384
+ get: function () { return chunkY34YRC5T_cjs.isCompletedEvent; }
369
385
  });
370
386
  Object.defineProperty(exports, "isContentEvent", {
371
387
  enumerable: true,
372
- get: function () { return chunk55HQJGLP_cjs.isContentEvent; }
388
+ get: function () { return chunkY34YRC5T_cjs.isContentEvent; }
373
389
  });
374
390
  Object.defineProperty(exports, "isErrorEvent", {
375
391
  enumerable: true,
376
- get: function () { return chunk55HQJGLP_cjs.isErrorEvent; }
392
+ get: function () { return chunkY34YRC5T_cjs.isErrorEvent; }
377
393
  });
378
394
  Object.defineProperty(exports, "isFollowupsCompletedEvent", {
379
395
  enumerable: true,
380
- get: function () { return chunk55HQJGLP_cjs.isFollowupsCompletedEvent; }
396
+ get: function () { return chunkY34YRC5T_cjs.isFollowupsCompletedEvent; }
381
397
  });
382
398
  Object.defineProperty(exports, "isPausedEvent", {
383
399
  enumerable: true,
384
- get: function () { return chunk55HQJGLP_cjs.isPausedEvent; }
400
+ get: function () { return chunkY34YRC5T_cjs.isPausedEvent; }
385
401
  });
386
402
  Object.defineProperty(exports, "isReasoningStepEvent", {
387
403
  enumerable: true,
388
- get: function () { return chunk55HQJGLP_cjs.isReasoningStepEvent; }
404
+ get: function () { return chunkY34YRC5T_cjs.isReasoningStepEvent; }
389
405
  });
390
406
  Object.defineProperty(exports, "isStepEvent", {
391
407
  enumerable: true,
392
- get: function () { return chunk55HQJGLP_cjs.isStepEvent; }
408
+ get: function () { return chunkY34YRC5T_cjs.isStepEvent; }
393
409
  });
394
410
  Object.defineProperty(exports, "isSubRunEvent", {
395
411
  enumerable: true,
396
- get: function () { return chunk55HQJGLP_cjs.isSubRunEvent; }
412
+ get: function () { return chunkY34YRC5T_cjs.isSubRunEvent; }
397
413
  });
398
414
  Object.defineProperty(exports, "isToolEvent", {
399
415
  enumerable: true,
400
- get: function () { return chunk55HQJGLP_cjs.isToolEvent; }
416
+ get: function () { return chunkY34YRC5T_cjs.isToolEvent; }
401
417
  });
402
418
  Object.defineProperty(exports, "mergeTool", {
403
419
  enumerable: true,
404
- get: function () { return chunk55HQJGLP_cjs.mergeTool; }
420
+ get: function () { return chunkY34YRC5T_cjs.mergeTool; }
405
421
  });
406
422
  Object.defineProperty(exports, "normaliseBaseUrl", {
407
423
  enumerable: true,
408
- get: function () { return chunk55HQJGLP_cjs.normaliseBaseUrl; }
424
+ get: function () { return chunkY34YRC5T_cjs.normaliseBaseUrl; }
409
425
  });
410
426
  Object.defineProperty(exports, "sessionRunsToMessages", {
411
427
  enumerable: true,
412
- get: function () { return chunk55HQJGLP_cjs.sessionRunsToMessages; }
428
+ get: function () { return chunkY34YRC5T_cjs.sessionRunsToMessages; }
413
429
  });
414
430
  Object.defineProperty(exports, "streamRun", {
415
431
  enumerable: true,
416
- get: function () { return chunk55HQJGLP_cjs.streamRun; }
432
+ get: function () { return chunkY34YRC5T_cjs.streamRun; }
417
433
  });
418
434
  Object.defineProperty(exports, "toolsFromEvent", {
419
435
  enumerable: true,
420
- get: function () { return chunk55HQJGLP_cjs.toolsFromEvent; }
436
+ get: function () { return chunkY34YRC5T_cjs.toolsFromEvent; }
421
437
  });
422
438
  //# sourceMappingURL=index.cjs.map
423
439
  //# sourceMappingURL=index.cjs.map
package/dist/index.d.cts CHANGED
@@ -1,6 +1,6 @@
1
- export { A as AgnoClient, a as AgnoClientOptions, b as AnyRunEventName, c as AudioData, C as ChatMessage, d as ChatRole, e as ChatStatus, f as CitationsData, E as Entity, g as EntityType, I as ImageData, M as Model, P as Pagination, h as PauseType, R as ReasoningStep, i as Reference, j as ReferenceData, k as RunEvent, l as RunEventData, m as RunRequirement, S as SessionEntry, n as SessionsResponse, o as SubRun, p as SubRunStatus, T as TeamRunEvent, q as ToolExecution, U as UserInputField, V as VideoData, W as WorkflowRunEvent, r as WorkflowStep, s as normaliseBaseUrl } from './client-DUyVqxU9.cjs';
1
+ export { A as AgnoClient, a as AgnoClientOptions, b as AnyRunEventName, c as AudioData, C as ChatMessage, d as ChatRole, e as ChatStatus, f as CitationsData, E as Entity, g as EntityType, I as ImageData, M as Model, P as Pagination, h as PauseType, R as ReasoningStep, i as Reference, j as ReferenceData, k as RunEvent, l as RunEventData, m as RunRequirement, n as RunResolution, S as SessionEntry, o as SessionsResponse, p as StepRequirement, q as SubRun, r as SubRunStatus, T as TeamRunEvent, s as ToolExecution, U as UserInputField, V as VideoData, W as WorkflowRunEvent, t as WorkflowStep, u as normaliseBaseUrl } from './client-Dwk6ThnW.cjs';
2
2
  export { StreamEvent, StreamRunOptions, activityLabel, applyStepEvent, applySubRunEvent, isCompletedEvent, isContentEvent, isErrorEvent, isFollowupsCompletedEvent, isPausedEvent, isReasoningStepEvent, isStepEvent, isSubRunEvent, isToolEvent, mergeTool, sessionRunsToMessages, streamRun, toolsFromEvent } from './core/index.cjs';
3
- export { AgnoChat, AgnoChatProps, AgnoMark, ArrowUp, BehindTheScenes, BehindTheScenesProps, BookOpen, Box, Brain, ChatBubble, ChatClassNames, ChatContextValue, ChatInput, ChatInputProps, ChatLauncher, ChatLauncherProps, ChatProvider, ChatProviderProps, ChatTextareaProps, ChatWindow, ChatWindowProps, Check, ChevronDown, Citations, CitationsProps, Close, Copy, EntityBadge, EntityBadgeProps, EntitySelector, EventLog, Favicon, FileAudio, FileIcon, FileLimits, FilePreview, FilePreviewProps, FileType, FileVideo, Followups, FollowupsProps, Globe, GridLoader, HoverPreview, HoverPreviewProps, HumanInput, HumanInputProps, LauncherPanel, LauncherPosition, LinkComponent, LinkIcon, LinkPreview, LinkPreviewCard, LinkPreviewCardProps, Markdown, MarkdownProps, MemberResponses, Memory, Message, MessageList, MessageListProps, MessageProps, Multimedia, Paperclip, Plus, Pulse, QuickPrompt, QuickPrompts, QuickPromptsProps, Reasoning, RenderMarkdown, Rerun, ResolveLinkPreview, SendOptions, SessionList, SessionListProps, Source, SourceCard, SourcesProvider, Spinner, StatusIndicator, Stop, TeamGlyph, ToolCalls, Trash, UseAgnoChat, UseAgnoChatOptions, WorkflowSteps, Wrench, admitFiles, behindTheScenesItems, behindTheScenesLabel, collectSources, displayUrl, faviconUrl, fileAccepted, getProviderIcon, hasBehindTheScenes, linkCitations, normalizeFollowups, quickPromptLabel, quickPromptText, sourceHost, sourcesFromMarkdown, useAgnoChat, useChatContext, useLinkComponent, useLinkPreview, useOptionalChatContext, useResolvedChat, useResolvedClassNames, useSources, withoutSourcesLine, writeClipboard } from './chat/index.cjs';
3
+ export { AgnoChat, AgnoChatProps, AgnoMark, ArrowUp, BehindTheScenes, BehindTheScenesProps, BookOpen, Box, Brain, ChatBubble, ChatClassNames, ChatContextValue, ChatInput, ChatInputProps, ChatLauncher, ChatLauncherProps, ChatProvider, ChatProviderProps, ChatTextareaProps, ChatWindow, ChatWindowProps, Check, ChevronDown, Citations, CitationsProps, Close, Copy, CopyButton, CopyButtonProps, DEFAULT_STREAMING_OPTIONS, EntityBadge, EntityBadgeProps, EntitySelector, EventLog, Favicon, FileAudio, FileIcon, FileLimits, FilePreview, FilePreviewProps, FileType, FileVideo, Followups, FollowupsProps, Globe, GridLoader, HoverPreview, HoverPreviewProps, HumanInput, HumanInputProps, LauncherPanel, LauncherPosition, LinkComponent, LinkIcon, LinkPreview, LinkPreviewCard, LinkPreviewCardProps, Markdown, MarkdownProps, MemberResponses, Memory, Message, MessageActions, MessageActionsProps, MessageList, MessageListProps, MessageProps, Multimedia, Paperclip, Plus, Pulse, QuickPrompt, QuickPrompts, QuickPromptsProps, Reasoning, RenderMarkdown, Rerun, ResolveLinkPreview, SendOptions, SessionList, SessionListProps, Source, SourceCard, SourcesProvider, Spinner, StatusIndicator, Stop, StreamingOptions, TeamGlyph, ToolCalls, Trash, UseAgnoChat, UseAgnoChatOptions, WorkflowSteps, Wrench, admitFiles, behindTheScenesItems, behindTheScenesLabel, collectSources, displayUrl, faviconFallbacks, faviconUrl, fileAccepted, getProviderIcon, hasBehindTheScenes, linkCitations, normalizeFollowups, quickPromptLabel, quickPromptText, sourceHost, sourcesFromMarkdown, useAgnoChat, useChatContext, useLinkComponent, useLinkPreview, useOptionalChatContext, useResolvedChat, useResolvedClassNames, useSources, withoutSourcesLine, writeClipboard } from './chat/index.cjs';
4
4
  import 'react';
5
5
  import 'streamdown';
6
6
 
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
- export { A as AgnoClient, a as AgnoClientOptions, b as AnyRunEventName, c as AudioData, C as ChatMessage, d as ChatRole, e as ChatStatus, f as CitationsData, E as Entity, g as EntityType, I as ImageData, M as Model, P as Pagination, h as PauseType, R as ReasoningStep, i as Reference, j as ReferenceData, k as RunEvent, l as RunEventData, m as RunRequirement, S as SessionEntry, n as SessionsResponse, o as SubRun, p as SubRunStatus, T as TeamRunEvent, q as ToolExecution, U as UserInputField, V as VideoData, W as WorkflowRunEvent, r as WorkflowStep, s as normaliseBaseUrl } from './client-DUyVqxU9.js';
1
+ export { A as AgnoClient, a as AgnoClientOptions, b as AnyRunEventName, c as AudioData, C as ChatMessage, d as ChatRole, e as ChatStatus, f as CitationsData, E as Entity, g as EntityType, I as ImageData, M as Model, P as Pagination, h as PauseType, R as ReasoningStep, i as Reference, j as ReferenceData, k as RunEvent, l as RunEventData, m as RunRequirement, n as RunResolution, S as SessionEntry, o as SessionsResponse, p as StepRequirement, q as SubRun, r as SubRunStatus, T as TeamRunEvent, s as ToolExecution, U as UserInputField, V as VideoData, W as WorkflowRunEvent, t as WorkflowStep, u as normaliseBaseUrl } from './client-Dwk6ThnW.js';
2
2
  export { StreamEvent, StreamRunOptions, activityLabel, applyStepEvent, applySubRunEvent, isCompletedEvent, isContentEvent, isErrorEvent, isFollowupsCompletedEvent, isPausedEvent, isReasoningStepEvent, isStepEvent, isSubRunEvent, isToolEvent, mergeTool, sessionRunsToMessages, streamRun, toolsFromEvent } from './core/index.js';
3
- export { AgnoChat, AgnoChatProps, AgnoMark, ArrowUp, BehindTheScenes, BehindTheScenesProps, BookOpen, Box, Brain, ChatBubble, ChatClassNames, ChatContextValue, ChatInput, ChatInputProps, ChatLauncher, ChatLauncherProps, ChatProvider, ChatProviderProps, ChatTextareaProps, ChatWindow, ChatWindowProps, Check, ChevronDown, Citations, CitationsProps, Close, Copy, EntityBadge, EntityBadgeProps, EntitySelector, EventLog, Favicon, FileAudio, FileIcon, FileLimits, FilePreview, FilePreviewProps, FileType, FileVideo, Followups, FollowupsProps, Globe, GridLoader, HoverPreview, HoverPreviewProps, HumanInput, HumanInputProps, LauncherPanel, LauncherPosition, LinkComponent, LinkIcon, LinkPreview, LinkPreviewCard, LinkPreviewCardProps, Markdown, MarkdownProps, MemberResponses, Memory, Message, MessageList, MessageListProps, MessageProps, Multimedia, Paperclip, Plus, Pulse, QuickPrompt, QuickPrompts, QuickPromptsProps, Reasoning, RenderMarkdown, Rerun, ResolveLinkPreview, SendOptions, SessionList, SessionListProps, Source, SourceCard, SourcesProvider, Spinner, StatusIndicator, Stop, TeamGlyph, ToolCalls, Trash, UseAgnoChat, UseAgnoChatOptions, WorkflowSteps, Wrench, admitFiles, behindTheScenesItems, behindTheScenesLabel, collectSources, displayUrl, faviconUrl, fileAccepted, getProviderIcon, hasBehindTheScenes, linkCitations, normalizeFollowups, quickPromptLabel, quickPromptText, sourceHost, sourcesFromMarkdown, useAgnoChat, useChatContext, useLinkComponent, useLinkPreview, useOptionalChatContext, useResolvedChat, useResolvedClassNames, useSources, withoutSourcesLine, writeClipboard } from './chat/index.js';
3
+ export { AgnoChat, AgnoChatProps, AgnoMark, ArrowUp, BehindTheScenes, BehindTheScenesProps, BookOpen, Box, Brain, ChatBubble, ChatClassNames, ChatContextValue, ChatInput, ChatInputProps, ChatLauncher, ChatLauncherProps, ChatProvider, ChatProviderProps, ChatTextareaProps, ChatWindow, ChatWindowProps, Check, ChevronDown, Citations, CitationsProps, Close, Copy, CopyButton, CopyButtonProps, DEFAULT_STREAMING_OPTIONS, EntityBadge, EntityBadgeProps, EntitySelector, EventLog, Favicon, FileAudio, FileIcon, FileLimits, FilePreview, FilePreviewProps, FileType, FileVideo, Followups, FollowupsProps, Globe, GridLoader, HoverPreview, HoverPreviewProps, HumanInput, HumanInputProps, LauncherPanel, LauncherPosition, LinkComponent, LinkIcon, LinkPreview, LinkPreviewCard, LinkPreviewCardProps, Markdown, MarkdownProps, MemberResponses, Memory, Message, MessageActions, MessageActionsProps, MessageList, MessageListProps, MessageProps, Multimedia, Paperclip, Plus, Pulse, QuickPrompt, QuickPrompts, QuickPromptsProps, Reasoning, RenderMarkdown, Rerun, ResolveLinkPreview, SendOptions, SessionList, SessionListProps, Source, SourceCard, SourcesProvider, Spinner, StatusIndicator, Stop, StreamingOptions, TeamGlyph, ToolCalls, Trash, UseAgnoChat, UseAgnoChatOptions, WorkflowSteps, Wrench, admitFiles, behindTheScenesItems, behindTheScenesLabel, collectSources, displayUrl, faviconFallbacks, faviconUrl, fileAccepted, getProviderIcon, hasBehindTheScenes, linkCitations, normalizeFollowups, quickPromptLabel, quickPromptText, sourceHost, sourcesFromMarkdown, useAgnoChat, useChatContext, useLinkComponent, useLinkPreview, useOptionalChatContext, useResolvedChat, useResolvedClassNames, useSources, withoutSourcesLine, writeClipboard } from './chat/index.js';
4
4
  import 'react';
5
5
  import 'streamdown';
6
6
 
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  'use client';
2
- export { AgnoChat, AgnoMark, ArrowUp, BehindTheScenes, BookOpen, Box, Brain, ChatBubble, ChatInput, ChatLauncher, ChatProvider, ChatWindow, Check, ChevronDown, Citations, Close, Copy, EntityBadge, EntitySelector, EventLog, Favicon, FileAudio, FileIcon, FilePreview, FileType, FileVideo, Followups, Globe, GridLoader, HoverPreview, HumanInput, LinkIcon, LinkPreviewCard, Markdown, MemberResponses, Memory, Message, MessageList, Multimedia, Paperclip, Plus, Pulse, QuickPrompts, Reasoning, Rerun, SessionList, SourceCard, SourcesProvider, Spinner, StatusIndicator, Stop, TeamGlyph, ToolCalls, Trash, WorkflowSteps, Wrench, admitFiles, behindTheScenesItems, behindTheScenesLabel, collectSources, cx, displayUrl, faviconUrl, fileAccepted, getProviderIcon, hasBehindTheScenes, linkCitations, normalizeFollowups, quickPromptLabel, quickPromptText, sourceHost, sourcesFromMarkdown, useAgnoChat, useChatContext, useLinkComponent, useLinkPreview, useOptionalChatContext, useResolvedChat, useResolvedClassNames, useSources, withoutSourcesLine, writeClipboard } from './chunk-XTP3TMEZ.js';
3
- export { RunEvent, TeamRunEvent, WorkflowRunEvent } from './chunk-RE7ZT73K.js';
4
- export { AgnoClient, activityLabel, applyStepEvent, applySubRunEvent, isCompletedEvent, isContentEvent, isErrorEvent, isFollowupsCompletedEvent, isPausedEvent, isReasoningStepEvent, isStepEvent, isSubRunEvent, isToolEvent, mergeTool, normaliseBaseUrl, sessionRunsToMessages, streamRun, toolsFromEvent } from './chunk-6V2YIPHF.js';
2
+ export { AgnoChat, AgnoMark, ArrowUp, BehindTheScenes, BookOpen, Box, Brain, ChatBubble, ChatInput, ChatLauncher, ChatProvider, ChatWindow, Check, ChevronDown, Citations, Close, Copy, CopyButton, DEFAULT_STREAMING_OPTIONS, EntityBadge, EntitySelector, EventLog, Favicon, FileAudio, FileIcon, FilePreview, FileType, FileVideo, Followups, Globe, GridLoader, HoverPreview, HumanInput, LinkIcon, LinkPreviewCard, Markdown, MemberResponses, Memory, Message, MessageActions, MessageList, Multimedia, Paperclip, Plus, Pulse, QuickPrompts, Reasoning, Rerun, SessionList, SourceCard, SourcesProvider, Spinner, StatusIndicator, Stop, TeamGlyph, ToolCalls, Trash, WorkflowSteps, Wrench, admitFiles, behindTheScenesItems, behindTheScenesLabel, collectSources, cx, displayUrl, faviconFallbacks, faviconUrl, fileAccepted, getProviderIcon, hasBehindTheScenes, linkCitations, normalizeFollowups, quickPromptLabel, quickPromptText, sourceHost, sourcesFromMarkdown, useAgnoChat, useChatContext, useLinkComponent, useLinkPreview, useOptionalChatContext, useResolvedChat, useResolvedClassNames, useSources, withoutSourcesLine, writeClipboard } from './chunk-OGDPK4Z3.js';
3
+ export { RunEvent, TeamRunEvent, WorkflowRunEvent } from './chunk-5QKU7OPE.js';
4
+ export { AgnoClient, activityLabel, applyStepEvent, applySubRunEvent, isCompletedEvent, isContentEvent, isErrorEvent, isFollowupsCompletedEvent, isPausedEvent, isReasoningStepEvent, isStepEvent, isSubRunEvent, isToolEvent, mergeTool, normaliseBaseUrl, sessionRunsToMessages, streamRun, toolsFromEvent } from './chunk-BCVKAMSO.js';
5
5
  //# sourceMappingURL=index.js.map
6
6
  //# sourceMappingURL=index.js.map