@agno-hq/chat-react 0.3.3 → 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 +46 -0
  2. package/dist/chat/index.cjs +90 -86
  3. package/dist/chat/index.d.cts +55 -43
  4. package/dist/chat/index.d.ts +55 -43
  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-3IEYJIYJ.cjs → chunk-ESV52ERB.cjs} +620 -318
  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-E4CFQ457.js → chunk-OGDPK4Z3.js} +586 -285
  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 +113 -109
  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 +22 -15
  29. package/package.json +11 -9
  30. package/dist/chunk-3IEYJIYJ.cjs.map +0 -1
  31. package/dist/chunk-55HQJGLP.cjs.map +0 -1
  32. package/dist/chunk-6V2YIPHF.js.map +0 -1
  33. package/dist/chunk-E4CFQ457.js.map +0 -1
package/dist/index.cjs CHANGED
@@ -1,435 +1,439 @@
1
1
  'use client';
2
2
  'use strict';
3
3
 
4
- var chunk3IEYJIYJ_cjs = require('./chunk-3IEYJIYJ.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 chunk3IEYJIYJ_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 chunk3IEYJIYJ_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 chunk3IEYJIYJ_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 chunk3IEYJIYJ_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 chunk3IEYJIYJ_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 chunk3IEYJIYJ_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 chunk3IEYJIYJ_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 chunk3IEYJIYJ_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 chunk3IEYJIYJ_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 chunk3IEYJIYJ_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 chunk3IEYJIYJ_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 chunk3IEYJIYJ_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 chunk3IEYJIYJ_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 chunk3IEYJIYJ_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 chunk3IEYJIYJ_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 chunk3IEYJIYJ_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 chunk3IEYJIYJ_cjs.Copy; }
76
+ get: function () { return chunkESV52ERB_cjs.Copy; }
77
77
  });
78
78
  Object.defineProperty(exports, "CopyButton", {
79
79
  enumerable: true,
80
- get: function () { return chunk3IEYJIYJ_cjs.CopyButton; }
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; }
81
85
  });
82
86
  Object.defineProperty(exports, "EntityBadge", {
83
87
  enumerable: true,
84
- get: function () { return chunk3IEYJIYJ_cjs.EntityBadge; }
88
+ get: function () { return chunkESV52ERB_cjs.EntityBadge; }
85
89
  });
86
90
  Object.defineProperty(exports, "EntitySelector", {
87
91
  enumerable: true,
88
- get: function () { return chunk3IEYJIYJ_cjs.EntitySelector; }
92
+ get: function () { return chunkESV52ERB_cjs.EntitySelector; }
89
93
  });
90
94
  Object.defineProperty(exports, "EventLog", {
91
95
  enumerable: true,
92
- get: function () { return chunk3IEYJIYJ_cjs.EventLog; }
96
+ get: function () { return chunkESV52ERB_cjs.EventLog; }
93
97
  });
94
98
  Object.defineProperty(exports, "Favicon", {
95
99
  enumerable: true,
96
- get: function () { return chunk3IEYJIYJ_cjs.Favicon; }
100
+ get: function () { return chunkESV52ERB_cjs.Favicon; }
97
101
  });
98
102
  Object.defineProperty(exports, "FileAudio", {
99
103
  enumerable: true,
100
- get: function () { return chunk3IEYJIYJ_cjs.FileAudio; }
104
+ get: function () { return chunkESV52ERB_cjs.FileAudio; }
101
105
  });
102
106
  Object.defineProperty(exports, "FileIcon", {
103
107
  enumerable: true,
104
- get: function () { return chunk3IEYJIYJ_cjs.FileIcon; }
108
+ get: function () { return chunkESV52ERB_cjs.FileIcon; }
105
109
  });
106
110
  Object.defineProperty(exports, "FilePreview", {
107
111
  enumerable: true,
108
- get: function () { return chunk3IEYJIYJ_cjs.FilePreview; }
112
+ get: function () { return chunkESV52ERB_cjs.FilePreview; }
109
113
  });
110
114
  Object.defineProperty(exports, "FileType", {
111
115
  enumerable: true,
112
- get: function () { return chunk3IEYJIYJ_cjs.FileType; }
116
+ get: function () { return chunkESV52ERB_cjs.FileType; }
113
117
  });
114
118
  Object.defineProperty(exports, "FileVideo", {
115
119
  enumerable: true,
116
- get: function () { return chunk3IEYJIYJ_cjs.FileVideo; }
120
+ get: function () { return chunkESV52ERB_cjs.FileVideo; }
117
121
  });
118
122
  Object.defineProperty(exports, "Followups", {
119
123
  enumerable: true,
120
- get: function () { return chunk3IEYJIYJ_cjs.Followups; }
124
+ get: function () { return chunkESV52ERB_cjs.Followups; }
121
125
  });
122
126
  Object.defineProperty(exports, "Globe", {
123
127
  enumerable: true,
124
- get: function () { return chunk3IEYJIYJ_cjs.Globe; }
128
+ get: function () { return chunkESV52ERB_cjs.Globe; }
125
129
  });
126
130
  Object.defineProperty(exports, "GridLoader", {
127
131
  enumerable: true,
128
- get: function () { return chunk3IEYJIYJ_cjs.GridLoader; }
132
+ get: function () { return chunkESV52ERB_cjs.GridLoader; }
129
133
  });
130
134
  Object.defineProperty(exports, "HoverPreview", {
131
135
  enumerable: true,
132
- get: function () { return chunk3IEYJIYJ_cjs.HoverPreview; }
136
+ get: function () { return chunkESV52ERB_cjs.HoverPreview; }
133
137
  });
134
138
  Object.defineProperty(exports, "HumanInput", {
135
139
  enumerable: true,
136
- get: function () { return chunk3IEYJIYJ_cjs.HumanInput; }
140
+ get: function () { return chunkESV52ERB_cjs.HumanInput; }
137
141
  });
138
142
  Object.defineProperty(exports, "LinkIcon", {
139
143
  enumerable: true,
140
- get: function () { return chunk3IEYJIYJ_cjs.LinkIcon; }
144
+ get: function () { return chunkESV52ERB_cjs.LinkIcon; }
141
145
  });
142
146
  Object.defineProperty(exports, "LinkPreviewCard", {
143
147
  enumerable: true,
144
- get: function () { return chunk3IEYJIYJ_cjs.LinkPreviewCard; }
148
+ get: function () { return chunkESV52ERB_cjs.LinkPreviewCard; }
145
149
  });
146
150
  Object.defineProperty(exports, "Markdown", {
147
151
  enumerable: true,
148
- get: function () { return chunk3IEYJIYJ_cjs.Markdown; }
152
+ get: function () { return chunkESV52ERB_cjs.Markdown; }
149
153
  });
150
154
  Object.defineProperty(exports, "MemberResponses", {
151
155
  enumerable: true,
152
- get: function () { return chunk3IEYJIYJ_cjs.MemberResponses; }
156
+ get: function () { return chunkESV52ERB_cjs.MemberResponses; }
153
157
  });
154
158
  Object.defineProperty(exports, "Memory", {
155
159
  enumerable: true,
156
- get: function () { return chunk3IEYJIYJ_cjs.Memory; }
160
+ get: function () { return chunkESV52ERB_cjs.Memory; }
157
161
  });
158
162
  Object.defineProperty(exports, "Message", {
159
163
  enumerable: true,
160
- get: function () { return chunk3IEYJIYJ_cjs.Message; }
164
+ get: function () { return chunkESV52ERB_cjs.Message; }
161
165
  });
162
166
  Object.defineProperty(exports, "MessageActions", {
163
167
  enumerable: true,
164
- get: function () { return chunk3IEYJIYJ_cjs.MessageActions; }
168
+ get: function () { return chunkESV52ERB_cjs.MessageActions; }
165
169
  });
166
170
  Object.defineProperty(exports, "MessageList", {
167
171
  enumerable: true,
168
- get: function () { return chunk3IEYJIYJ_cjs.MessageList; }
172
+ get: function () { return chunkESV52ERB_cjs.MessageList; }
169
173
  });
170
174
  Object.defineProperty(exports, "Multimedia", {
171
175
  enumerable: true,
172
- get: function () { return chunk3IEYJIYJ_cjs.Multimedia; }
176
+ get: function () { return chunkESV52ERB_cjs.Multimedia; }
173
177
  });
174
178
  Object.defineProperty(exports, "Paperclip", {
175
179
  enumerable: true,
176
- get: function () { return chunk3IEYJIYJ_cjs.Paperclip; }
180
+ get: function () { return chunkESV52ERB_cjs.Paperclip; }
177
181
  });
178
182
  Object.defineProperty(exports, "Plus", {
179
183
  enumerable: true,
180
- get: function () { return chunk3IEYJIYJ_cjs.Plus; }
184
+ get: function () { return chunkESV52ERB_cjs.Plus; }
181
185
  });
182
186
  Object.defineProperty(exports, "Pulse", {
183
187
  enumerable: true,
184
- get: function () { return chunk3IEYJIYJ_cjs.Pulse; }
188
+ get: function () { return chunkESV52ERB_cjs.Pulse; }
185
189
  });
186
190
  Object.defineProperty(exports, "QuickPrompts", {
187
191
  enumerable: true,
188
- get: function () { return chunk3IEYJIYJ_cjs.QuickPrompts; }
192
+ get: function () { return chunkESV52ERB_cjs.QuickPrompts; }
189
193
  });
190
194
  Object.defineProperty(exports, "Reasoning", {
191
195
  enumerable: true,
192
- get: function () { return chunk3IEYJIYJ_cjs.Reasoning; }
196
+ get: function () { return chunkESV52ERB_cjs.Reasoning; }
193
197
  });
194
198
  Object.defineProperty(exports, "Rerun", {
195
199
  enumerable: true,
196
- get: function () { return chunk3IEYJIYJ_cjs.Rerun; }
200
+ get: function () { return chunkESV52ERB_cjs.Rerun; }
197
201
  });
198
202
  Object.defineProperty(exports, "SessionList", {
199
203
  enumerable: true,
200
- get: function () { return chunk3IEYJIYJ_cjs.SessionList; }
204
+ get: function () { return chunkESV52ERB_cjs.SessionList; }
201
205
  });
202
206
  Object.defineProperty(exports, "SourceCard", {
203
207
  enumerable: true,
204
- get: function () { return chunk3IEYJIYJ_cjs.SourceCard; }
208
+ get: function () { return chunkESV52ERB_cjs.SourceCard; }
205
209
  });
206
210
  Object.defineProperty(exports, "SourcesProvider", {
207
211
  enumerable: true,
208
- get: function () { return chunk3IEYJIYJ_cjs.SourcesProvider; }
212
+ get: function () { return chunkESV52ERB_cjs.SourcesProvider; }
209
213
  });
210
214
  Object.defineProperty(exports, "Spinner", {
211
215
  enumerable: true,
212
- get: function () { return chunk3IEYJIYJ_cjs.Spinner; }
216
+ get: function () { return chunkESV52ERB_cjs.Spinner; }
213
217
  });
214
218
  Object.defineProperty(exports, "StatusIndicator", {
215
219
  enumerable: true,
216
- get: function () { return chunk3IEYJIYJ_cjs.StatusIndicator; }
220
+ get: function () { return chunkESV52ERB_cjs.StatusIndicator; }
217
221
  });
218
222
  Object.defineProperty(exports, "Stop", {
219
223
  enumerable: true,
220
- get: function () { return chunk3IEYJIYJ_cjs.Stop; }
224
+ get: function () { return chunkESV52ERB_cjs.Stop; }
221
225
  });
222
226
  Object.defineProperty(exports, "TeamGlyph", {
223
227
  enumerable: true,
224
- get: function () { return chunk3IEYJIYJ_cjs.TeamGlyph; }
228
+ get: function () { return chunkESV52ERB_cjs.TeamGlyph; }
225
229
  });
226
230
  Object.defineProperty(exports, "ToolCalls", {
227
231
  enumerable: true,
228
- get: function () { return chunk3IEYJIYJ_cjs.ToolCalls; }
232
+ get: function () { return chunkESV52ERB_cjs.ToolCalls; }
229
233
  });
230
234
  Object.defineProperty(exports, "Trash", {
231
235
  enumerable: true,
232
- get: function () { return chunk3IEYJIYJ_cjs.Trash; }
236
+ get: function () { return chunkESV52ERB_cjs.Trash; }
233
237
  });
234
238
  Object.defineProperty(exports, "WorkflowSteps", {
235
239
  enumerable: true,
236
- get: function () { return chunk3IEYJIYJ_cjs.WorkflowSteps; }
240
+ get: function () { return chunkESV52ERB_cjs.WorkflowSteps; }
237
241
  });
238
242
  Object.defineProperty(exports, "Wrench", {
239
243
  enumerable: true,
240
- get: function () { return chunk3IEYJIYJ_cjs.Wrench; }
244
+ get: function () { return chunkESV52ERB_cjs.Wrench; }
241
245
  });
242
246
  Object.defineProperty(exports, "admitFiles", {
243
247
  enumerable: true,
244
- get: function () { return chunk3IEYJIYJ_cjs.admitFiles; }
248
+ get: function () { return chunkESV52ERB_cjs.admitFiles; }
245
249
  });
246
250
  Object.defineProperty(exports, "behindTheScenesItems", {
247
251
  enumerable: true,
248
- get: function () { return chunk3IEYJIYJ_cjs.behindTheScenesItems; }
252
+ get: function () { return chunkESV52ERB_cjs.behindTheScenesItems; }
249
253
  });
250
254
  Object.defineProperty(exports, "behindTheScenesLabel", {
251
255
  enumerable: true,
252
- get: function () { return chunk3IEYJIYJ_cjs.behindTheScenesLabel; }
256
+ get: function () { return chunkESV52ERB_cjs.behindTheScenesLabel; }
253
257
  });
254
258
  Object.defineProperty(exports, "collectSources", {
255
259
  enumerable: true,
256
- get: function () { return chunk3IEYJIYJ_cjs.collectSources; }
260
+ get: function () { return chunkESV52ERB_cjs.collectSources; }
257
261
  });
258
262
  Object.defineProperty(exports, "cx", {
259
263
  enumerable: true,
260
- get: function () { return chunk3IEYJIYJ_cjs.cx; }
264
+ get: function () { return chunkESV52ERB_cjs.cx; }
261
265
  });
262
266
  Object.defineProperty(exports, "displayUrl", {
263
267
  enumerable: true,
264
- get: function () { return chunk3IEYJIYJ_cjs.displayUrl; }
268
+ get: function () { return chunkESV52ERB_cjs.displayUrl; }
265
269
  });
266
270
  Object.defineProperty(exports, "faviconFallbacks", {
267
271
  enumerable: true,
268
- get: function () { return chunk3IEYJIYJ_cjs.faviconFallbacks; }
272
+ get: function () { return chunkESV52ERB_cjs.faviconFallbacks; }
269
273
  });
270
274
  Object.defineProperty(exports, "faviconUrl", {
271
275
  enumerable: true,
272
- get: function () { return chunk3IEYJIYJ_cjs.faviconUrl; }
276
+ get: function () { return chunkESV52ERB_cjs.faviconUrl; }
273
277
  });
274
278
  Object.defineProperty(exports, "fileAccepted", {
275
279
  enumerable: true,
276
- get: function () { return chunk3IEYJIYJ_cjs.fileAccepted; }
280
+ get: function () { return chunkESV52ERB_cjs.fileAccepted; }
277
281
  });
278
282
  Object.defineProperty(exports, "getProviderIcon", {
279
283
  enumerable: true,
280
- get: function () { return chunk3IEYJIYJ_cjs.getProviderIcon; }
284
+ get: function () { return chunkESV52ERB_cjs.getProviderIcon; }
281
285
  });
282
286
  Object.defineProperty(exports, "hasBehindTheScenes", {
283
287
  enumerable: true,
284
- get: function () { return chunk3IEYJIYJ_cjs.hasBehindTheScenes; }
288
+ get: function () { return chunkESV52ERB_cjs.hasBehindTheScenes; }
285
289
  });
286
290
  Object.defineProperty(exports, "linkCitations", {
287
291
  enumerable: true,
288
- get: function () { return chunk3IEYJIYJ_cjs.linkCitations; }
292
+ get: function () { return chunkESV52ERB_cjs.linkCitations; }
289
293
  });
290
294
  Object.defineProperty(exports, "normalizeFollowups", {
291
295
  enumerable: true,
292
- get: function () { return chunk3IEYJIYJ_cjs.normalizeFollowups; }
296
+ get: function () { return chunkESV52ERB_cjs.normalizeFollowups; }
293
297
  });
294
298
  Object.defineProperty(exports, "quickPromptLabel", {
295
299
  enumerable: true,
296
- get: function () { return chunk3IEYJIYJ_cjs.quickPromptLabel; }
300
+ get: function () { return chunkESV52ERB_cjs.quickPromptLabel; }
297
301
  });
298
302
  Object.defineProperty(exports, "quickPromptText", {
299
303
  enumerable: true,
300
- get: function () { return chunk3IEYJIYJ_cjs.quickPromptText; }
304
+ get: function () { return chunkESV52ERB_cjs.quickPromptText; }
301
305
  });
302
306
  Object.defineProperty(exports, "sourceHost", {
303
307
  enumerable: true,
304
- get: function () { return chunk3IEYJIYJ_cjs.sourceHost; }
308
+ get: function () { return chunkESV52ERB_cjs.sourceHost; }
305
309
  });
306
310
  Object.defineProperty(exports, "sourcesFromMarkdown", {
307
311
  enumerable: true,
308
- get: function () { return chunk3IEYJIYJ_cjs.sourcesFromMarkdown; }
312
+ get: function () { return chunkESV52ERB_cjs.sourcesFromMarkdown; }
309
313
  });
310
314
  Object.defineProperty(exports, "useAgnoChat", {
311
315
  enumerable: true,
312
- get: function () { return chunk3IEYJIYJ_cjs.useAgnoChat; }
316
+ get: function () { return chunkESV52ERB_cjs.useAgnoChat; }
313
317
  });
314
318
  Object.defineProperty(exports, "useChatContext", {
315
319
  enumerable: true,
316
- get: function () { return chunk3IEYJIYJ_cjs.useChatContext; }
320
+ get: function () { return chunkESV52ERB_cjs.useChatContext; }
317
321
  });
318
322
  Object.defineProperty(exports, "useLinkComponent", {
319
323
  enumerable: true,
320
- get: function () { return chunk3IEYJIYJ_cjs.useLinkComponent; }
324
+ get: function () { return chunkESV52ERB_cjs.useLinkComponent; }
321
325
  });
322
326
  Object.defineProperty(exports, "useLinkPreview", {
323
327
  enumerable: true,
324
- get: function () { return chunk3IEYJIYJ_cjs.useLinkPreview; }
328
+ get: function () { return chunkESV52ERB_cjs.useLinkPreview; }
325
329
  });
326
330
  Object.defineProperty(exports, "useOptionalChatContext", {
327
331
  enumerable: true,
328
- get: function () { return chunk3IEYJIYJ_cjs.useOptionalChatContext; }
332
+ get: function () { return chunkESV52ERB_cjs.useOptionalChatContext; }
329
333
  });
330
334
  Object.defineProperty(exports, "useResolvedChat", {
331
335
  enumerable: true,
332
- get: function () { return chunk3IEYJIYJ_cjs.useResolvedChat; }
336
+ get: function () { return chunkESV52ERB_cjs.useResolvedChat; }
333
337
  });
334
338
  Object.defineProperty(exports, "useResolvedClassNames", {
335
339
  enumerable: true,
336
- get: function () { return chunk3IEYJIYJ_cjs.useResolvedClassNames; }
340
+ get: function () { return chunkESV52ERB_cjs.useResolvedClassNames; }
337
341
  });
338
342
  Object.defineProperty(exports, "useSources", {
339
343
  enumerable: true,
340
- get: function () { return chunk3IEYJIYJ_cjs.useSources; }
344
+ get: function () { return chunkESV52ERB_cjs.useSources; }
341
345
  });
342
346
  Object.defineProperty(exports, "withoutSourcesLine", {
343
347
  enumerable: true,
344
- get: function () { return chunk3IEYJIYJ_cjs.withoutSourcesLine; }
348
+ get: function () { return chunkESV52ERB_cjs.withoutSourcesLine; }
345
349
  });
346
350
  Object.defineProperty(exports, "writeClipboard", {
347
351
  enumerable: true,
348
- get: function () { return chunk3IEYJIYJ_cjs.writeClipboard; }
352
+ get: function () { return chunkESV52ERB_cjs.writeClipboard; }
349
353
  });
350
354
  Object.defineProperty(exports, "RunEvent", {
351
355
  enumerable: true,
352
- get: function () { return chunk2WM3CCFE_cjs.RunEvent; }
356
+ get: function () { return chunkHBSF434L_cjs.RunEvent; }
353
357
  });
354
358
  Object.defineProperty(exports, "TeamRunEvent", {
355
359
  enumerable: true,
356
- get: function () { return chunk2WM3CCFE_cjs.TeamRunEvent; }
360
+ get: function () { return chunkHBSF434L_cjs.TeamRunEvent; }
357
361
  });
358
362
  Object.defineProperty(exports, "WorkflowRunEvent", {
359
363
  enumerable: true,
360
- get: function () { return chunk2WM3CCFE_cjs.WorkflowRunEvent; }
364
+ get: function () { return chunkHBSF434L_cjs.WorkflowRunEvent; }
361
365
  });
362
366
  Object.defineProperty(exports, "AgnoClient", {
363
367
  enumerable: true,
364
- get: function () { return chunk55HQJGLP_cjs.AgnoClient; }
368
+ get: function () { return chunkY34YRC5T_cjs.AgnoClient; }
365
369
  });
366
370
  Object.defineProperty(exports, "activityLabel", {
367
371
  enumerable: true,
368
- get: function () { return chunk55HQJGLP_cjs.activityLabel; }
372
+ get: function () { return chunkY34YRC5T_cjs.activityLabel; }
369
373
  });
370
374
  Object.defineProperty(exports, "applyStepEvent", {
371
375
  enumerable: true,
372
- get: function () { return chunk55HQJGLP_cjs.applyStepEvent; }
376
+ get: function () { return chunkY34YRC5T_cjs.applyStepEvent; }
373
377
  });
374
378
  Object.defineProperty(exports, "applySubRunEvent", {
375
379
  enumerable: true,
376
- get: function () { return chunk55HQJGLP_cjs.applySubRunEvent; }
380
+ get: function () { return chunkY34YRC5T_cjs.applySubRunEvent; }
377
381
  });
378
382
  Object.defineProperty(exports, "isCompletedEvent", {
379
383
  enumerable: true,
380
- get: function () { return chunk55HQJGLP_cjs.isCompletedEvent; }
384
+ get: function () { return chunkY34YRC5T_cjs.isCompletedEvent; }
381
385
  });
382
386
  Object.defineProperty(exports, "isContentEvent", {
383
387
  enumerable: true,
384
- get: function () { return chunk55HQJGLP_cjs.isContentEvent; }
388
+ get: function () { return chunkY34YRC5T_cjs.isContentEvent; }
385
389
  });
386
390
  Object.defineProperty(exports, "isErrorEvent", {
387
391
  enumerable: true,
388
- get: function () { return chunk55HQJGLP_cjs.isErrorEvent; }
392
+ get: function () { return chunkY34YRC5T_cjs.isErrorEvent; }
389
393
  });
390
394
  Object.defineProperty(exports, "isFollowupsCompletedEvent", {
391
395
  enumerable: true,
392
- get: function () { return chunk55HQJGLP_cjs.isFollowupsCompletedEvent; }
396
+ get: function () { return chunkY34YRC5T_cjs.isFollowupsCompletedEvent; }
393
397
  });
394
398
  Object.defineProperty(exports, "isPausedEvent", {
395
399
  enumerable: true,
396
- get: function () { return chunk55HQJGLP_cjs.isPausedEvent; }
400
+ get: function () { return chunkY34YRC5T_cjs.isPausedEvent; }
397
401
  });
398
402
  Object.defineProperty(exports, "isReasoningStepEvent", {
399
403
  enumerable: true,
400
- get: function () { return chunk55HQJGLP_cjs.isReasoningStepEvent; }
404
+ get: function () { return chunkY34YRC5T_cjs.isReasoningStepEvent; }
401
405
  });
402
406
  Object.defineProperty(exports, "isStepEvent", {
403
407
  enumerable: true,
404
- get: function () { return chunk55HQJGLP_cjs.isStepEvent; }
408
+ get: function () { return chunkY34YRC5T_cjs.isStepEvent; }
405
409
  });
406
410
  Object.defineProperty(exports, "isSubRunEvent", {
407
411
  enumerable: true,
408
- get: function () { return chunk55HQJGLP_cjs.isSubRunEvent; }
412
+ get: function () { return chunkY34YRC5T_cjs.isSubRunEvent; }
409
413
  });
410
414
  Object.defineProperty(exports, "isToolEvent", {
411
415
  enumerable: true,
412
- get: function () { return chunk55HQJGLP_cjs.isToolEvent; }
416
+ get: function () { return chunkY34YRC5T_cjs.isToolEvent; }
413
417
  });
414
418
  Object.defineProperty(exports, "mergeTool", {
415
419
  enumerable: true,
416
- get: function () { return chunk55HQJGLP_cjs.mergeTool; }
420
+ get: function () { return chunkY34YRC5T_cjs.mergeTool; }
417
421
  });
418
422
  Object.defineProperty(exports, "normaliseBaseUrl", {
419
423
  enumerable: true,
420
- get: function () { return chunk55HQJGLP_cjs.normaliseBaseUrl; }
424
+ get: function () { return chunkY34YRC5T_cjs.normaliseBaseUrl; }
421
425
  });
422
426
  Object.defineProperty(exports, "sessionRunsToMessages", {
423
427
  enumerable: true,
424
- get: function () { return chunk55HQJGLP_cjs.sessionRunsToMessages; }
428
+ get: function () { return chunkY34YRC5T_cjs.sessionRunsToMessages; }
425
429
  });
426
430
  Object.defineProperty(exports, "streamRun", {
427
431
  enumerable: true,
428
- get: function () { return chunk55HQJGLP_cjs.streamRun; }
432
+ get: function () { return chunkY34YRC5T_cjs.streamRun; }
429
433
  });
430
434
  Object.defineProperty(exports, "toolsFromEvent", {
431
435
  enumerable: true,
432
- get: function () { return chunk55HQJGLP_cjs.toolsFromEvent; }
436
+ get: function () { return chunkY34YRC5T_cjs.toolsFromEvent; }
433
437
  });
434
438
  //# sourceMappingURL=index.cjs.map
435
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, CopyButton, CopyButtonProps, 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, 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';
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, CopyButton, CopyButtonProps, 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, 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';
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, CopyButton, 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-E4CFQ457.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
package/dist/styles.css CHANGED
@@ -332,21 +332,6 @@
332
332
  min-height: 28px;
333
333
  color: var(--agno-muted);
334
334
  }
335
- .agno-msg__caret {
336
- display: inline-block;
337
- width: 6px;
338
- height: 14px;
339
- margin-left: 2px;
340
- vertical-align: text-bottom;
341
- background: var(--agno-primary);
342
- border-radius: 1px;
343
- animation: agno-blink 1s steps(2, start) infinite;
344
- }
345
- @keyframes agno-blink {
346
- to {
347
- visibility: hidden;
348
- }
349
- }
350
335
 
351
336
  /* ─────────────────────────────────────────────────────────────────────────
352
337
  Markdown
@@ -1626,6 +1611,11 @@ a.agno-source--row:hover {
1626
1611
  letter-spacing: 0.02em;
1627
1612
  text-transform: uppercase;
1628
1613
  }
1614
+ .agno-hitl__notice {
1615
+ color: var(--agno-muted);
1616
+ font-size: 0.875rem;
1617
+ line-height: 1.5;
1618
+ }
1629
1619
  .agno-hitl__actions {
1630
1620
  display: flex;
1631
1621
  gap: 8px;
@@ -2772,3 +2762,20 @@ a.agno-source--row:hover {
2772
2762
  letter-spacing: 0.02em;
2773
2763
  color: var(--agno-muted);
2774
2764
  }
2765
+
2766
+ /* Streamdown's animate plugin only writes data-sd-animate and the --sd-*
2767
+ variables on each word. Its stylesheet is not loaded here, so the
2768
+ animation those variables refer to is declared in this one. */
2769
+ @keyframes sd-fadeIn {
2770
+ from { opacity: 0; }
2771
+ to { opacity: 1; }
2772
+ }
2773
+ .agno-md [data-sd-animate] {
2774
+ /* Fallbacks matter: Streamdown omits --sd-delay on the first words, and a
2775
+ var() with no fallback invalidates the whole shorthand. */
2776
+ animation: var(--sd-animation) var(--sd-duration, 0ms) var(--sd-easing, ease)
2777
+ var(--sd-delay, 0ms) both;
2778
+ }
2779
+ @media (prefers-reduced-motion: reduce) {
2780
+ .agno-md [data-sd-animate] { animation: none; }
2781
+ }