@copilotkit/shared 0.0.0-test-custom-tag-prerelease-1-20250108200215

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 (127) hide show
  1. package/CHANGELOG.md +915 -0
  2. package/README.md +46 -0
  3. package/dist/chunk-6QGXWNS5.mjs +34 -0
  4. package/dist/chunk-6QGXWNS5.mjs.map +1 -0
  5. package/dist/chunk-BANDZXMP.mjs +1 -0
  6. package/dist/chunk-BANDZXMP.mjs.map +1 -0
  7. package/dist/chunk-CYDWEPFL.mjs +1 -0
  8. package/dist/chunk-CYDWEPFL.mjs.map +1 -0
  9. package/dist/chunk-FCCOSO5L.mjs +1 -0
  10. package/dist/chunk-FCCOSO5L.mjs.map +1 -0
  11. package/dist/chunk-GYZIHHE6.mjs +13 -0
  12. package/dist/chunk-GYZIHHE6.mjs.map +1 -0
  13. package/dist/chunk-IAFBVORQ.mjs +1 -0
  14. package/dist/chunk-IAFBVORQ.mjs.map +1 -0
  15. package/dist/chunk-JP2M4U4G.mjs +112 -0
  16. package/dist/chunk-JP2M4U4G.mjs.map +1 -0
  17. package/dist/chunk-MSUB6DGR.mjs +1 -0
  18. package/dist/chunk-MSUB6DGR.mjs.map +1 -0
  19. package/dist/chunk-NAFEBKSO.mjs +1 -0
  20. package/dist/chunk-NAFEBKSO.mjs.map +1 -0
  21. package/dist/chunk-P7STFMPO.mjs +1 -0
  22. package/dist/chunk-P7STFMPO.mjs.map +1 -0
  23. package/dist/chunk-QFITLWYZ.mjs +96 -0
  24. package/dist/chunk-QFITLWYZ.mjs.map +1 -0
  25. package/dist/chunk-RIPX6APP.mjs +10 -0
  26. package/dist/chunk-RIPX6APP.mjs.map +1 -0
  27. package/dist/constants/index.d.ts +6 -0
  28. package/dist/constants/index.js +40 -0
  29. package/dist/constants/index.js.map +1 -0
  30. package/dist/constants/index.mjs +13 -0
  31. package/dist/constants/index.mjs.map +1 -0
  32. package/dist/index.d.ts +15 -0
  33. package/dist/index.js +285 -0
  34. package/dist/index.js.map +1 -0
  35. package/dist/index.mjs +42 -0
  36. package/dist/index.mjs.map +1 -0
  37. package/dist/telemetry/events.d.ts +39 -0
  38. package/dist/telemetry/events.js +19 -0
  39. package/dist/telemetry/events.js.map +1 -0
  40. package/dist/telemetry/events.mjs +1 -0
  41. package/dist/telemetry/events.mjs.map +1 -0
  42. package/dist/telemetry/index.d.ts +3 -0
  43. package/dist/telemetry/index.js +144 -0
  44. package/dist/telemetry/index.js.map +1 -0
  45. package/dist/telemetry/index.mjs +9 -0
  46. package/dist/telemetry/index.mjs.map +1 -0
  47. package/dist/telemetry/security-check.d.ts +2 -0
  48. package/dist/telemetry/security-check.js +2 -0
  49. package/dist/telemetry/security-check.js.map +1 -0
  50. package/dist/telemetry/security-check.mjs +1 -0
  51. package/dist/telemetry/security-check.mjs.map +1 -0
  52. package/dist/telemetry/telemetry-client.d.ts +33 -0
  53. package/dist/telemetry/telemetry-client.js +142 -0
  54. package/dist/telemetry/telemetry-client.js.map +1 -0
  55. package/dist/telemetry/telemetry-client.mjs +8 -0
  56. package/dist/telemetry/telemetry-client.mjs.map +1 -0
  57. package/dist/telemetry/utils.d.ts +8 -0
  58. package/dist/telemetry/utils.js +69 -0
  59. package/dist/telemetry/utils.js.map +1 -0
  60. package/dist/telemetry/utils.mjs +9 -0
  61. package/dist/telemetry/utils.mjs.map +1 -0
  62. package/dist/types/action.d.ts +58 -0
  63. package/dist/types/action.js +19 -0
  64. package/dist/types/action.js.map +1 -0
  65. package/dist/types/action.mjs +2 -0
  66. package/dist/types/action.mjs.map +1 -0
  67. package/dist/types/copilot-cloud-config.d.ts +13 -0
  68. package/dist/types/copilot-cloud-config.js +19 -0
  69. package/dist/types/copilot-cloud-config.js.map +1 -0
  70. package/dist/types/copilot-cloud-config.mjs +2 -0
  71. package/dist/types/copilot-cloud-config.mjs.map +1 -0
  72. package/dist/types/index.d.ts +4 -0
  73. package/dist/types/index.js +19 -0
  74. package/dist/types/index.js.map +1 -0
  75. package/dist/types/index.mjs +6 -0
  76. package/dist/types/index.mjs.map +1 -0
  77. package/dist/types/openai-assistant.d.ts +53 -0
  78. package/dist/types/openai-assistant.js +19 -0
  79. package/dist/types/openai-assistant.js.map +1 -0
  80. package/dist/types/openai-assistant.mjs +2 -0
  81. package/dist/types/openai-assistant.mjs.map +1 -0
  82. package/dist/types/utility.d.ts +3 -0
  83. package/dist/types/utility.js +19 -0
  84. package/dist/types/utility.js.map +1 -0
  85. package/dist/types/utility.mjs +2 -0
  86. package/dist/types/utility.mjs.map +1 -0
  87. package/dist/utils/index.d.ts +4 -0
  88. package/dist/utils/index.js +147 -0
  89. package/dist/utils/index.js.map +1 -0
  90. package/dist/utils/index.mjs +14 -0
  91. package/dist/utils/index.mjs.map +1 -0
  92. package/dist/utils/json-schema.d.ts +32 -0
  93. package/dist/utils/json-schema.js +137 -0
  94. package/dist/utils/json-schema.js.map +1 -0
  95. package/dist/utils/json-schema.mjs +9 -0
  96. package/dist/utils/json-schema.mjs.map +1 -0
  97. package/dist/utils/json-schema.test.d.ts +2 -0
  98. package/dist/utils/json-schema.test.js +173 -0
  99. package/dist/utils/json-schema.test.js.map +1 -0
  100. package/dist/utils/json-schema.test.mjs +140 -0
  101. package/dist/utils/json-schema.test.mjs.map +1 -0
  102. package/dist/utils/random-id.d.ts +3 -0
  103. package/dist/utils/random-id.js +34 -0
  104. package/dist/utils/random-id.js.map +1 -0
  105. package/dist/utils/random-id.mjs +7 -0
  106. package/dist/utils/random-id.mjs.map +1 -0
  107. package/jest.config.js +5 -0
  108. package/package.json +64 -0
  109. package/src/constants/index.ts +4 -0
  110. package/src/index.ts +7 -0
  111. package/src/telemetry/events.ts +35 -0
  112. package/src/telemetry/index.ts +1 -0
  113. package/src/telemetry/security-check.ts +0 -0
  114. package/src/telemetry/telemetry-client.ts +126 -0
  115. package/src/telemetry/utils.ts +39 -0
  116. package/src/types/action.ts +128 -0
  117. package/src/types/copilot-cloud-config.ts +11 -0
  118. package/src/types/index.ts +4 -0
  119. package/src/types/openai-assistant.ts +62 -0
  120. package/src/types/utility.ts +1 -0
  121. package/src/utils/index.ts +2 -0
  122. package/src/utils/json-schema.test.ts +169 -0
  123. package/src/utils/json-schema.ts +154 -0
  124. package/src/utils/random-id.ts +5 -0
  125. package/tsconfig.json +9 -0
  126. package/tsup.config.ts +16 -0
  127. package/typedoc.json +4 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,915 @@
1
+ # @copilotkit/shared
2
+
3
+ ## 0.0.0-test-custom-tag-prerelease-1-20250108200215
4
+
5
+ ### Patch Changes
6
+
7
+ - 896c825: testing a prerelease
8
+
9
+ ## 1.5.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 1b47092: Synchronize LangGraph messages with CopilotKit
14
+
15
+ ### Patch Changes
16
+
17
+ - 1b47092: CoAgents v0.3 prerelease
18
+
19
+ ## 1.5.0-coagents-v0-3.0
20
+
21
+ ### Minor Changes
22
+
23
+ - Synchronize LangGraph messages with CopilotKit
24
+
25
+ ### Patch Changes
26
+
27
+ - e66bce4: CoAgents v0.3 prerelease
28
+
29
+ ## 1.4.8
30
+
31
+ ### Patch Changes
32
+
33
+ - - Better error handling
34
+ - Introduce new "EmptyLLMAdapter" for when using CoAgents
35
+ - Improve dev console help options
36
+ - Allow CopilotKit remote endpoint without agents
37
+
38
+ ## 1.4.8-next.0
39
+
40
+ ## 1.4.7
41
+
42
+ ### Patch Changes
43
+
44
+ - Fix broken build script before release
45
+
46
+ ## 1.4.6
47
+
48
+ ### Patch Changes
49
+
50
+ - .
51
+
52
+ ## 1.4.5
53
+
54
+ ### Patch Changes
55
+
56
+ - testing release workflow
57
+
58
+ ## 1.4.5-next.0
59
+
60
+ ### Patch Changes
61
+
62
+ - testing release workflow
63
+
64
+ ## 1.4.4
65
+
66
+ ## 1.4.4-next.4
67
+
68
+ ## 1.4.4-next.3
69
+
70
+ ## 1.4.4-next.2
71
+
72
+ ## 1.4.4-next.1
73
+
74
+ ## 1.4.4-next.0
75
+
76
+ ## 1.4.3
77
+
78
+ ### Patch Changes
79
+
80
+ - c296282: - Better error surfacing when using LangGraph Platform streaming
81
+ - Ensure state is immediately set without using flushSync
82
+ - - Better error surfacing when using LangGraph Platform streaming
83
+ - Ensure state is immediately set without using flushSync
84
+
85
+ ## 1.4.3-pre.0
86
+
87
+ ### Patch Changes
88
+
89
+ - - Better error surfacing when using LangGraph Platform streaming
90
+ - Ensure state is immediately set without using flushSync
91
+
92
+ ## 1.4.2
93
+
94
+ ### Patch Changes
95
+
96
+ - - Make sure agent state is set immediately (#1077)
97
+ - Support running an agent without messages (#1075)
98
+
99
+ ## 1.4.1
100
+
101
+ ### Patch Changes
102
+
103
+ - 1721cbd: lower case copilotkit property
104
+ - 1721cbd: add zod conversion
105
+ - 8d0144f: bump
106
+ - 8d0144f: bump
107
+ - 8d0144f: bump
108
+ - e16d95e: New prerelease
109
+ - 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
110
+ - CopilotKit Core:
111
+
112
+ - Improved error messages and overall logs
113
+ - `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
114
+ - Improved scrolling behavior. It is now possible to scroll up during LLM response generation
115
+ - Added Azure OpenAI integration
116
+ - Updated interfaces for better developer ergonomics
117
+
118
+ CoAgents:
119
+
120
+ - Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
121
+ - Support for LangGraph Platform in Remote Endpoints
122
+ - LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
123
+ - Improved LangSmith integration - requests made through CoAgents will now surface in LangSmith
124
+ - Enhanced state management and message handling
125
+
126
+ CopilotKid Back-end SDK:
127
+
128
+ - Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
129
+
130
+ - 8d0144f: bump
131
+ - 8d0144f: bump
132
+ - fef1b74: fix assistant message CSS and propagate actions to LG JS
133
+
134
+ ## 1.4.1-pre.6
135
+
136
+ ### Patch Changes
137
+
138
+ - 1721cbd: lower case copilotkit property
139
+ - 1721cbd: add zod conversion
140
+ - 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
141
+ - fix assistant message CSS and propagate actions to LG JS
142
+
143
+ ## 1.4.1-pre.5
144
+
145
+ ### Patch Changes
146
+
147
+ - bump
148
+
149
+ ## 1.4.1-pre.4
150
+
151
+ ### Patch Changes
152
+
153
+ - bump
154
+
155
+ ## 1.4.1-pre.3
156
+
157
+ ### Patch Changes
158
+
159
+ - bump
160
+
161
+ ## 1.4.1-pre.2
162
+
163
+ ### Patch Changes
164
+
165
+ - bump
166
+
167
+ ## 1.4.1-pre.1
168
+
169
+ ### Patch Changes
170
+
171
+ - bump
172
+
173
+ ## 1.4.1-pre.0
174
+
175
+ ### Patch Changes
176
+
177
+ - New prerelease
178
+
179
+ ## 1.4.0
180
+
181
+ ### Minor Changes
182
+
183
+ CopilotKit Core:
184
+
185
+ - Improved error messages and overall logs
186
+ - `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
187
+ - Improved scrolling behavior. It is now possible to scroll up during LLM response generation
188
+ - Added Azure OpenAI integration
189
+ - Updated interfaces for better developer ergonomics
190
+
191
+ CoAgents:
192
+
193
+ - Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
194
+ - Support for LangGraph Platform in Remote Endpoints
195
+ - LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
196
+ - Improved LangSmith integration - requests made through CoAgents will now surface in LangSmith
197
+ - Enhanced state management and message handling
198
+
199
+ CopilotKid Back-end SDK:
200
+
201
+ - Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
202
+
203
+ ### Patch Changes
204
+
205
+ - f6fab28: update tsup config
206
+ - f6fab28: update entry
207
+ - f6fab28: export langchain module
208
+ - 8a77944: Improve LangSmith support
209
+ - f6fab28: Ensure intermediate state config is sent as snake case
210
+ - f6fab28: update entry in tsup config
211
+ - 8a77944: Ensure the last message is sent to LangSmith
212
+ - a5efccd: Revert rxjs changes
213
+ - f6fab28: update entry
214
+ - f6fab28: Update exports
215
+ - f6fab28: Update exports
216
+ - 332d744: Add support for Azure OpenAI
217
+ - f6fab28: Export LangGraph functions
218
+ - f6fab28: Update lockfile
219
+
220
+ ## 1.3.16-mme-revert-rxjs-changes.10
221
+
222
+ ### Patch Changes
223
+
224
+ - f6fab28: update tsup config
225
+ - f6fab28: update entry
226
+ - f6fab28: export langchain module
227
+ - 8a77944: Improve LangSmith support
228
+ - f6fab28: Ensure intermediate state config is sent as snake case
229
+ - f6fab28: update entry in tsup config
230
+ - 8a77944: Ensure the last message is sent to LangSmith
231
+ - Revert rxjs changes
232
+ - f6fab28: update entry
233
+ - f6fab28: Update exports
234
+ - f6fab28: Update exports
235
+ - 332d744: Add support for Azure OpenAI
236
+ - f6fab28: Export LangGraph functions
237
+ - f6fab28: Update lockfile
238
+
239
+ ## 1.3.15
240
+
241
+ ### Patch Changes
242
+
243
+ - pass description for array and object action parameters in langchain adapter
244
+
245
+ ## 1.3.14
246
+
247
+ ### Patch Changes
248
+
249
+ - Add data-test-id to some elements for testing
250
+
251
+ ## 1.3.13
252
+
253
+ ### Patch Changes
254
+
255
+ - fix usage of one-at-a-time tool when called multiple times
256
+
257
+ ## 1.3.12
258
+
259
+ ### Patch Changes
260
+
261
+ - - enable dynamic parameters in langchain adapter tool call
262
+ - fix unparsable action arguments causing tool call crashes
263
+
264
+ ## 1.3.11
265
+
266
+ ### Patch Changes
267
+
268
+ - 08e8956: Fix duplicate messages
269
+ - Fix duplicate messages
270
+
271
+ ## 1.3.11-mme-fix-duplicate-messages.0
272
+
273
+ ### Patch Changes
274
+
275
+ - Fix duplicate messages
276
+
277
+ ## 1.3.10
278
+
279
+ ### Patch Changes
280
+
281
+ - change how message chunk type is resolved (fixed langchain adapters)
282
+
283
+ ## 1.3.9
284
+
285
+ ### Patch Changes
286
+
287
+ - Fix message id issues
288
+
289
+ ## 1.3.8
290
+
291
+ ### Patch Changes
292
+
293
+ - fix textarea on multiple llm providers and memoize react ui context
294
+
295
+ ## 1.3.7
296
+
297
+ ### Patch Changes
298
+
299
+ - Fix libraries for React 19 and Next.js 15 support
300
+
301
+ ## 1.3.6
302
+
303
+ ### Patch Changes
304
+
305
+ - 1. Removes the usage of the `crypto` Node pacakge, instaed uses `uuid`. This ensures that non-Next.js React apps can use CopilotKit.
306
+ 2. Fixes Nest.js runtime docs
307
+
308
+ ## 1.3.5
309
+
310
+ ### Patch Changes
311
+
312
+ - Improve CoAgent state render
313
+
314
+ ## 1.3.4
315
+
316
+ ### Patch Changes
317
+
318
+ - Add followUp property to useCopilotAction
319
+
320
+ ## 1.3.3
321
+
322
+ ### Patch Changes
323
+
324
+ - Impvovements to error handling and CoAgent protocol
325
+
326
+ ## 1.3.2
327
+
328
+ ### Patch Changes
329
+
330
+ - Features and bug fixes
331
+ - 30232c0: Ensure actions can be discovered on state change
332
+
333
+ ## 1.3.2-mme-discover-actions.0
334
+
335
+ ### Patch Changes
336
+
337
+ - Ensure actions can be discovered on state change
338
+
339
+ ## 1.3.1
340
+
341
+ ### Patch Changes
342
+
343
+ - Revert CSS injection
344
+
345
+ ## 1.3.0
346
+
347
+ ### Minor Changes
348
+
349
+ - CoAgents and remote actions
350
+
351
+ ### Patch Changes
352
+
353
+ - 5b63f55: stream intermediate state
354
+ - b6fd3d8: Better message grouping
355
+ - 89420c6: Rename hooks and bugfixes
356
+ - b6e8824: useCoAgent/useCoAgentAction
357
+ - 91c35b9: useAgentState
358
+ - 00be203: Remote actions preview
359
+ - fb15f72: Reduce request size by skipping intermediate state
360
+ - 8ecc3e4: Fix useCoAgent start/stop bug
361
+
362
+ ## 1.2.1
363
+
364
+ ### Patch Changes
365
+
366
+ - inject minified css in bundle
367
+
368
+ - removes the need to import `styles.css` manually
369
+ - empty `styles.css` included in the build for backwards compatibility
370
+ - uses tsup's `injectStyles` with `postcss` to bundle and minify the CSS, then inject it as a style tag
371
+ - currently uses my fork of `tsup` where I added support for async function in `injectStyles` (must-have for postcss), a PR from my fork to the main library will follow shortly
372
+ - remove material-ui, and use `react-icons` for icons (same icons as before)
373
+ - remove unused `IncludedFilesPreview` component
374
+ - updated docs
375
+
376
+ ## 1.2.0
377
+
378
+ ### Minor Changes
379
+
380
+ - Fix errors related to crypto not being found, and other bug fixes
381
+
382
+ ### Patch Changes
383
+
384
+ - 638d51d: appendMessage fix 1
385
+ - faccbe1: state-abuse resistance for useCopilotChat
386
+ - b0cf700: remove unnecessary logging
387
+
388
+ ## 1.1.2
389
+
390
+ ### Patch Changes
391
+
392
+ - Pin headless-ui/react version to v2.1.1
393
+
394
+ ## 1.1.1
395
+
396
+ ### Patch Changes
397
+
398
+ - - improved documentation
399
+ - center textarea popup
400
+ - show/hide dev console
401
+ - forward maxTokens, stop and force function calling
402
+
403
+ ## 1.1.0
404
+
405
+ ### Minor Changes
406
+
407
+ - Official support for Groq (`GroqAdapter`)
408
+
409
+ ## 1.0.9
410
+
411
+ ### Patch Changes
412
+
413
+ - Dev console, bugfixes
414
+
415
+ ## 1.0.8
416
+
417
+ ### Patch Changes
418
+
419
+ - Remove redundant console logs
420
+
421
+ ## 1.0.7
422
+
423
+ ### Patch Changes
424
+
425
+ - Add \_copilotkit internal properties to runtime
426
+
427
+ ## 1.0.6
428
+
429
+ ### Patch Changes
430
+
431
+ - - Proactively prevent race conditions
432
+ - Improve token counting performance
433
+
434
+ ## 1.0.5
435
+
436
+ ### Patch Changes
437
+
438
+ - Include @copilotkit/runtime-client-gql NPM package version in request to Runtime
439
+
440
+ ## 1.0.4
441
+
442
+ ### Patch Changes
443
+
444
+ - Remove nanoid
445
+
446
+ ## 1.0.3
447
+
448
+ ### Patch Changes
449
+
450
+ - Add README.md to published packages and add keywords to package.json
451
+
452
+ ## 1.0.2
453
+
454
+ ### Patch Changes
455
+
456
+ - Add README.md and homepage/url to published packages
457
+
458
+ ## 1.0.1
459
+
460
+ ### Patch Changes
461
+
462
+ - Remove PostHog, use Segment Anonymous Telemetry instead
463
+
464
+ ## 1.0.0
465
+
466
+ ### Major Changes
467
+
468
+ - b6a4b6eb: V1.0 Release Candidate
469
+
470
+ - A robust new protocol between the frontend and the Copilot Runtime
471
+ - Support for Copilot Cloud
472
+ - Generative UI
473
+ - Support for LangChain universal tool calling
474
+ - OpenAI assistant API streaming
475
+
476
+ - V1.0 Release
477
+
478
+ - A robust new protocol between the frontend and the Copilot Runtime
479
+ - Support for Copilot Cloud
480
+ - Generative UI
481
+ - Support for LangChain universal tool calling
482
+ - OpenAI assistant API streaming
483
+
484
+ ### Patch Changes
485
+
486
+ - b6a4b6eb: Introduce anonymous telemetry
487
+ - b6a4b6eb: Set default Copilot Cloud runtime URL to versioned URL (v1)
488
+
489
+ ## 1.0.0-beta.2
490
+
491
+ ### Patch Changes
492
+
493
+ - Set default Copilot Cloud runtime URL to versioned URL (v1)
494
+
495
+ ## 1.0.0-beta.1
496
+
497
+ ### Patch Changes
498
+
499
+ - Introduce anonymous telemetry
500
+
501
+ ## 1.0.0-beta.0
502
+
503
+ ### Major Changes
504
+
505
+ - V1.0 Release Candidate
506
+
507
+ - A robust new protocol between the frontend and the Copilot Runtime
508
+ - Support for Copilot Cloud
509
+ - Generative UI
510
+ - Support for LangChain universal tool calling
511
+ - OpenAI assistant API streaming
512
+
513
+ ## 0.37.0
514
+
515
+ ### Minor Changes
516
+
517
+ - f771353: Fix: Stale CopilotReadable
518
+ - 9df8d43: Remove unneeded tailwind components
519
+ - CSS improvements, useCopilotChat, invisible messages
520
+
521
+ ## 0.37.0-mme-fix-textarea-css.1
522
+
523
+ ### Minor Changes
524
+
525
+ - Remove unneeded tailwind components
526
+
527
+ ## 0.37.0-mme-fix-feedback-readable.0
528
+
529
+ ### Minor Changes
530
+
531
+ - Fix: Stale CopilotReadable
532
+
533
+ ## 0.36.0
534
+
535
+ ### Minor Changes
536
+
537
+ - 8baa862: Add push to talk prototype
538
+ - chat suggestions, standalone chat component, gemini adapter, push to talk
539
+
540
+ ## 0.36.0-mme-push-to-talk.0
541
+
542
+ ### Minor Changes
543
+
544
+ - Add push to talk prototype
545
+
546
+ ## 0.9.0
547
+
548
+ ### Minor Changes
549
+
550
+ - 718520b: gpt-4-turbo-april-2024 function calling fixes
551
+ - 95bcbd8: streamline cloud configuration
552
+ - 95bcbd8: Rename
553
+ - 95bcbd8: Upgrade langchain
554
+ - 95bcbd8: Support input guardrails (cloud)
555
+ - 95bcbd8: Unify api key handling
556
+ - CopilotCloud V1, useCopilotReadable and more...
557
+ - 95bcbd8: Get api key from headers dict
558
+ - 95bcbd8: Update comments
559
+ - 95bcbd8: Include reason in guardrails response
560
+ - 718520b: gpt-4-turbo-april-2024
561
+ - 95bcbd8: Update comments
562
+ - 5f6f57a: fix backend function calling return values
563
+ - 95bcbd8: Retrieve public API key
564
+
565
+ ## 0.9.0-mme-cloud.7
566
+
567
+ ### Minor Changes
568
+
569
+ - Get api key from headers dict
570
+
571
+ ## 0.9.0-mme-cloud.6
572
+
573
+ ### Minor Changes
574
+
575
+ - Upgrade langchain
576
+
577
+ ## 0.9.0-mme-cloud.5
578
+
579
+ ### Minor Changes
580
+
581
+ - Update comments
582
+
583
+ ## 0.9.0-mme-cloud.4
584
+
585
+ ### Minor Changes
586
+
587
+ - Update comments
588
+
589
+ ## 0.9.0-mme-cloud.3
590
+
591
+ ### Minor Changes
592
+
593
+ - 85c029b: streamline cloud configuration
594
+ - Rename
595
+ - a5ade3b: Support input guardrails (cloud)
596
+ - 12ff590: Unify api key handling
597
+ - f0c4745: Include reason in guardrails response
598
+ - 17f4b1b: Retrieve public API key
599
+
600
+ ## 0.9.0-function-calling-fixes.2
601
+
602
+ ### Minor Changes
603
+
604
+ - fix backend function calling return values
605
+
606
+ ## 0.9.0-function-calling-fixes.1
607
+
608
+ ### Minor Changes
609
+
610
+ - gpt-4-turbo-april-2024 function calling fixes
611
+
612
+ ## 0.9.0-alpha.0
613
+
614
+ ### Minor Changes
615
+
616
+ - gpt-4-turbo-april-2024
617
+
618
+ ## 0.8.0
619
+
620
+ ### Minor Changes
621
+
622
+ - 1f06d29: declare esm/cjs/types in export
623
+ - fix esm error
624
+ - 5a0b2cf: Inline codeblock style to avoid ESM error
625
+ - e12b921: ESM by default
626
+
627
+ ## 0.8.0-mme-esm-error.2
628
+
629
+ ### Minor Changes
630
+
631
+ - Inline codeblock style to avoid ESM error
632
+
633
+ ## 0.8.0-mme-esm-error.1
634
+
635
+ ### Minor Changes
636
+
637
+ - declare esm/cjs/types in export
638
+
639
+ ## 0.8.0-mme-esm-error.0
640
+
641
+ ### Minor Changes
642
+
643
+ - ESM by default
644
+
645
+ ## 0.7.0
646
+
647
+ ### Minor Changes
648
+
649
+ - 899aa6e: Backend improvements for running on GCP
650
+ - Improve streamHttpServerResponse for express and firebase apps
651
+
652
+ ## 0.7.0-mme-firebase-fixes.0
653
+
654
+ ### Minor Changes
655
+
656
+ - Backend improvements for running on GCP
657
+
658
+ ## 0.6.0
659
+
660
+ ### Minor Changes
661
+
662
+ - Improve Next.js support and action rendering
663
+
664
+ ## 0.5.0
665
+
666
+ ### Minor Changes
667
+
668
+ - c4010e7: Pre Release
669
+ - be00d61: Alpha
670
+ - ec8481c: Alpha
671
+ - 3fbee5d: OpenAIAdapter-getter
672
+ - e09dc44: Test backward compatibility of AnnotatedFunction on the backend
673
+ - 3f5ad60: OpenAIAdapter: make openai instance gettable
674
+ - 0dd6180: QA
675
+ - 225812d: QA new action type
676
+ - New actions: custom chat components, and typed arguments
677
+
678
+ ## 0.5.0-mme-deprecate-annotated-function.4
679
+
680
+ ### Minor Changes
681
+
682
+ - Test backward compatibility of AnnotatedFunction on the backend
683
+
684
+ ## 0.5.0-mme-pre-release.3
685
+
686
+ ### Minor Changes
687
+
688
+ - Pre Release
689
+ - 3fbee5d: OpenAIAdapter-getter
690
+ - 3f5ad60: OpenAIAdapter: make openai instance gettable
691
+
692
+ ## 0.5.0-mme-function-call-labels.2
693
+
694
+ ### Minor Changes
695
+
696
+ - be00d61: Alpha
697
+ - QA
698
+
699
+ ## 0.5.0-mme-experimental-actions.1
700
+
701
+ ### Minor Changes
702
+
703
+ - Alpha
704
+
705
+ ## 0.5.0-mme-experimental-actions.0
706
+
707
+ ### Minor Changes
708
+
709
+ - QA new action type
710
+
711
+ ## 0.4.1
712
+
713
+ ### Patch Changes
714
+
715
+ - 5ec8ad4: fix- bring back removeBackendOnlyProps
716
+ - 5a154d0: fix: bring back removeBackendOnlyProps
717
+ - fix: bring back removeBackendOnlyProps
718
+
719
+ ## 0.4.1-atai-0223-fix-backendOnlyProps.1
720
+
721
+ ### Patch Changes
722
+
723
+ - fix- bring back removeBackendOnlyProps
724
+
725
+ ## 0.4.1-atai-0223-fix-backendOnlyProps.0
726
+
727
+ ### Patch Changes
728
+
729
+ - fix: bring back removeBackendOnlyProps
730
+
731
+ ## 0.4.0
732
+
733
+ ### Minor Changes
734
+
735
+ - CopilotTask, function return values, LangChain support, LangServe support
736
+ - 401e474: Test the tools API
737
+ - 2f3296e: Test automation
738
+
739
+ ## 0.4.0-beta-automation.1
740
+
741
+ ### Minor Changes
742
+
743
+ - Test automation
744
+
745
+ ## 0.4.0-tools.0
746
+
747
+ ### Minor Changes
748
+
749
+ - Test the tools API
750
+
751
+ ## 0.3.0
752
+
753
+ ### Minor Changes
754
+
755
+ - node CopilotBackend support
756
+ - 58a8524: clean node example impl
757
+ - a34a226: node-native backend support
758
+
759
+ ## 0.3.0-alpha.1
760
+
761
+ ### Minor Changes
762
+
763
+ - clean node example impl
764
+
765
+ ## 0.3.0-alpha.0
766
+
767
+ ### Minor Changes
768
+
769
+ - node-native backend support
770
+
771
+ ## 0.2.0
772
+
773
+ ### Minor Changes
774
+
775
+ - eba87c7: .4
776
+ - 61168c7: no treeshake
777
+ - fb32fe3: .2
778
+ - eba87c7: .3
779
+ - new chatbot ui, new component names, new build system, new docs
780
+ - 61168c7: no treeshake take 2
781
+ - 61168c7: remove treeshake in build
782
+ - fb32fe3: build naming refactor
783
+ - eba87c7: .5
784
+ - 61168c7: cache clean
785
+ - fb32fe3: .3
786
+
787
+ ## 0.2.0-alpha.8
788
+
789
+ ### Minor Changes
790
+
791
+ - cache clean
792
+
793
+ ## 0.2.0-alpha.7
794
+
795
+ ### Minor Changes
796
+
797
+ - no treeshake
798
+
799
+ ## 0.2.0-alpha.6
800
+
801
+ ### Minor Changes
802
+
803
+ - no treeshake take 2
804
+
805
+ ## 0.2.0-alpha.5
806
+
807
+ ### Minor Changes
808
+
809
+ - remove treeshake in build
810
+
811
+ ## 0.2.0-alpha.4
812
+
813
+ ### Minor Changes
814
+
815
+ - .5
816
+
817
+ ## 0.2.0-alpha.3
818
+
819
+ ### Minor Changes
820
+
821
+ - .4
822
+
823
+ ## 0.2.0-alpha.2
824
+
825
+ ### Minor Changes
826
+
827
+ - .3
828
+
829
+ ## 0.2.0-alpha.1
830
+
831
+ ### Minor Changes
832
+
833
+ - .2
834
+ - .3
835
+
836
+ ## 0.2.0-alpha.0
837
+
838
+ ### Minor Changes
839
+
840
+ - build naming refactor
841
+
842
+ ## 0.1.1
843
+
844
+ ### Patch Changes
845
+
846
+ - stop generating button working
847
+ - aa6bc5a: fix stop generate
848
+ - cf0bde6: change order of operations on stop cleanup
849
+
850
+ ## 0.1.1-alpha.1
851
+
852
+ ### Patch Changes
853
+
854
+ - change order of operations on stop cleanup
855
+
856
+ ## 0.1.1-alpha.0
857
+
858
+ ### Patch Changes
859
+
860
+ - fix stop generate
861
+
862
+ ## 0.1.0
863
+
864
+ ### Minor Changes
865
+
866
+ - 8a5cecd: only forward functions if non-empty
867
+ - 87f1fa0: rebase
868
+ - 15d4afc: debugging
869
+ - c40a0d1: Filter out empty function descriptions
870
+ - prep for chat protocol v2
871
+ - bbd152e: backend sdks prep
872
+ - 8517bb1: trying again
873
+ - 478840a: carry function propagation fix to chat v2
874
+
875
+ ## 0.1.0-alpha.6
876
+
877
+ ### Minor Changes
878
+
879
+ - rebase
880
+
881
+ ## 0.1.0-alpha.5
882
+
883
+ ### Minor Changes
884
+
885
+ - carry function propagation fix to chat v2
886
+
887
+ ## 0.1.0-alpha.4
888
+
889
+ ### Minor Changes
890
+
891
+ - only forward functions if non-empty
892
+
893
+ ## 0.1.0-alpha.3
894
+
895
+ ### Minor Changes
896
+
897
+ - debugging
898
+
899
+ ## 0.1.0-alpha.2
900
+
901
+ ### Minor Changes
902
+
903
+ - trying again
904
+
905
+ ## 0.1.0-alpha.1
906
+
907
+ ### Minor Changes
908
+
909
+ - Filter out empty function descriptions
910
+
911
+ ## 0.1.0-alpha.0
912
+
913
+ ### Minor Changes
914
+
915
+ - backend sdks prep