@copilotkit/react-core 1.57.3 → 1.58.0-canary.thread-id-propagation

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 (292) hide show
  1. package/LICENSE +21 -0
  2. package/dist/{copilotkit-CtXcs1ea.cjs → copilotkit-B4ouY7qC.cjs} +14 -3
  3. package/dist/copilotkit-B4ouY7qC.cjs.map +1 -0
  4. package/dist/copilotkit-BK9CVq9A.d.cts.map +1 -1
  5. package/dist/{copilotkit-CC8DjOiC.mjs → copilotkit-L4mM_JqG.mjs} +14 -3
  6. package/dist/copilotkit-L4mM_JqG.mjs.map +1 -0
  7. package/dist/copilotkit-WlmeVijs.d.mts.map +1 -1
  8. package/dist/index.cjs +3 -77
  9. package/dist/index.cjs.map +1 -1
  10. package/dist/index.d.cts +2 -2
  11. package/dist/index.d.mts +2 -2
  12. package/dist/index.mjs +3 -77
  13. package/dist/index.mjs.map +1 -1
  14. package/dist/index.umd.js +15 -78
  15. package/dist/index.umd.js.map +1 -1
  16. package/dist/v2/headless.cjs +11 -0
  17. package/dist/v2/headless.cjs.map +1 -1
  18. package/dist/v2/headless.d.cts.map +1 -1
  19. package/dist/v2/headless.d.mts.map +1 -1
  20. package/dist/v2/headless.mjs +11 -0
  21. package/dist/v2/headless.mjs.map +1 -1
  22. package/dist/v2/index.cjs +1 -1
  23. package/dist/v2/index.mjs +1 -1
  24. package/dist/v2/index.umd.js +13 -2
  25. package/dist/v2/index.umd.js.map +1 -1
  26. package/package.json +12 -13
  27. package/skills/react-core/SKILL.md +108 -0
  28. package/skills/react-core/references/agent-access.md +288 -0
  29. package/skills/react-core/references/attachments.md +291 -0
  30. package/skills/react-core/references/capabilities.md +138 -0
  31. package/skills/react-core/references/chat-components.md +221 -0
  32. package/skills/react-core/references/client-side-tools.md +358 -0
  33. package/skills/react-core/references/custom-message-renderers.md +226 -0
  34. package/skills/react-core/references/debug-mode.md +153 -0
  35. package/skills/react-core/references/human-in-the-loop.md +312 -0
  36. package/skills/react-core/references/provider-setup.md +326 -0
  37. package/skills/react-core/references/rendering-activity-messages.md +207 -0
  38. package/skills/react-core/references/rendering-tool-calls.md +319 -0
  39. package/skills/react-core/references/suggestions.md +211 -0
  40. package/skills/react-core/references/switching-agents-recipes.md +160 -0
  41. package/skills/react-core/references/switching-agents.md +231 -0
  42. package/skills/react-core/references/threads.md +226 -0
  43. package/.attw.json +0 -3
  44. package/CHANGELOG.md +0 -5043
  45. package/dist/copilotkit-CC8DjOiC.mjs.map +0 -1
  46. package/dist/copilotkit-CtXcs1ea.cjs.map +0 -1
  47. package/scripts/scope-preflight.mjs +0 -100
  48. package/src/components/CopilotListeners.tsx +0 -137
  49. package/src/components/__tests__/CopilotListeners.test.tsx +0 -38
  50. package/src/components/copilot-provider/__tests__/copilot-messages-key.test.tsx +0 -92
  51. package/src/components/copilot-provider/__tests__/copilotkit-error.test.tsx +0 -77
  52. package/src/components/copilot-provider/__tests__/error-visibility-prod.test.tsx +0 -70
  53. package/src/components/copilot-provider/__tests__/v1-explicit-threadid-bridge.test.tsx +0 -107
  54. package/src/components/copilot-provider/copilot-messages.tsx +0 -314
  55. package/src/components/copilot-provider/copilotkit-props.tsx +0 -214
  56. package/src/components/copilot-provider/copilotkit.tsx +0 -853
  57. package/src/components/copilot-provider/index.ts +0 -3
  58. package/src/components/dev-console/console-trigger.tsx +0 -283
  59. package/src/components/dev-console/developer-console-modal.tsx +0 -1016
  60. package/src/components/dev-console/icons.tsx +0 -106
  61. package/src/components/error-boundary/error-boundary.tsx +0 -99
  62. package/src/components/error-boundary/error-utils.tsx +0 -105
  63. package/src/components/index.ts +0 -1
  64. package/src/components/toast/exclamation-mark-icon.tsx +0 -27
  65. package/src/components/toast/toast-provider.tsx +0 -448
  66. package/src/components/usage-banner.tsx +0 -266
  67. package/src/context/__tests__/threads-context.test.tsx +0 -141
  68. package/src/context/coagent-state-renders-context.tsx +0 -89
  69. package/src/context/copilot-context.tsx +0 -365
  70. package/src/context/copilot-messages-context.tsx +0 -35
  71. package/src/context/index.ts +0 -22
  72. package/src/context/threads-context.tsx +0 -69
  73. package/src/hooks/__tests__/use-coagent-config.test.ts +0 -352
  74. package/src/hooks/__tests__/use-coagent-state-render-bridge.helpers.test.ts +0 -107
  75. package/src/hooks/__tests__/use-coagent-state-render.e2e.test.tsx +0 -1209
  76. package/src/hooks/__tests__/use-coagent-state-render.test.tsx +0 -356
  77. package/src/hooks/__tests__/use-copilot-chat-internal-connect.test.tsx +0 -241
  78. package/src/hooks/__tests__/use-frontend-tool-available.test.tsx +0 -72
  79. package/src/hooks/__tests__/use-frontend-tool-remount.e2e.test.tsx +0 -102
  80. package/src/hooks/index.ts +0 -33
  81. package/src/hooks/use-agent-nodename.ts +0 -33
  82. package/src/hooks/use-coagent-state-render-bridge.helpers.ts +0 -345
  83. package/src/hooks/use-coagent-state-render-bridge.tsx +0 -222
  84. package/src/hooks/use-coagent-state-render-registry.ts +0 -230
  85. package/src/hooks/use-coagent-state-render.ts +0 -163
  86. package/src/hooks/use-coagent.ts +0 -377
  87. package/src/hooks/use-configure-chat-suggestions.tsx +0 -96
  88. package/src/hooks/use-copilot-action.ts +0 -245
  89. package/src/hooks/use-copilot-additional-instructions.ts +0 -98
  90. package/src/hooks/use-copilot-authenticated-action.ts +0 -73
  91. package/src/hooks/use-copilot-chat-headless_c.ts +0 -264
  92. package/src/hooks/use-copilot-chat-suggestions.tsx +0 -134
  93. package/src/hooks/use-copilot-chat.ts +0 -132
  94. package/src/hooks/use-copilot-chat_internal.ts +0 -875
  95. package/src/hooks/use-copilot-readable.ts +0 -135
  96. package/src/hooks/use-copilot-runtime-client.ts +0 -178
  97. package/src/hooks/use-default-tool.ts +0 -13
  98. package/src/hooks/use-flat-category-store.ts +0 -109
  99. package/src/hooks/use-frontend-tool.ts +0 -113
  100. package/src/hooks/use-human-in-the-loop.ts +0 -138
  101. package/src/hooks/use-langgraph-interrupt.ts +0 -103
  102. package/src/hooks/use-lazy-tool-renderer.tsx +0 -30
  103. package/src/hooks/use-make-copilot-document-readable.ts +0 -30
  104. package/src/hooks/use-render-tool-call.ts +0 -89
  105. package/src/hooks/use-tree.ts +0 -222
  106. package/src/index.tsx +0 -7
  107. package/src/lib/copilot-task.ts +0 -215
  108. package/src/lib/index.ts +0 -1
  109. package/src/lib/status-checker.ts +0 -67
  110. package/src/setupTests.ts +0 -37
  111. package/src/test-helpers/copilot-context.ts +0 -91
  112. package/src/types/chat-suggestion-configuration.ts +0 -23
  113. package/src/types/coagent-action.ts +0 -35
  114. package/src/types/coagent-state.ts +0 -13
  115. package/src/types/crew.ts +0 -89
  116. package/src/types/document-pointer.ts +0 -7
  117. package/src/types/frontend-action.ts +0 -213
  118. package/src/types/index.ts +0 -17
  119. package/src/types/interrupt-action.ts +0 -58
  120. package/src/types/system-message.ts +0 -4
  121. package/src/utils/dev-console.ts +0 -19
  122. package/src/utils/index.ts +0 -2
  123. package/src/utils/suggestions-constants.ts +0 -8
  124. package/src/utils/utils.test.ts +0 -7
  125. package/src/utils/utils.ts +0 -6
  126. package/src/v2/__tests__/A2UIMessageRenderer.test.tsx +0 -240
  127. package/src/v2/__tests__/globalSetup.ts +0 -14
  128. package/src/v2/__tests__/setup.ts +0 -93
  129. package/src/v2/__tests__/utils/test-helpers.tsx +0 -570
  130. package/src/v2/a2ui/A2UICatalogContext.tsx +0 -79
  131. package/src/v2/a2ui/A2UIMessageRenderer.tsx +0 -294
  132. package/src/v2/a2ui/A2UIToolCallRenderer.tsx +0 -290
  133. package/src/v2/components/CopilotKitInspector.tsx +0 -52
  134. package/src/v2/components/MCPAppsActivityRenderer.tsx +0 -815
  135. package/src/v2/components/OpenGenerativeUIRenderer.tsx +0 -598
  136. package/src/v2/components/WildcardToolCallRender.tsx +0 -86
  137. package/src/v2/components/__tests__/OpenGenerativeUIRenderer.test.tsx +0 -665
  138. package/src/v2/components/chat/CopilotChat.tsx +0 -664
  139. package/src/v2/components/chat/CopilotChatAssistantMessage.tsx +0 -393
  140. package/src/v2/components/chat/CopilotChatAttachmentQueue.tsx +0 -374
  141. package/src/v2/components/chat/CopilotChatAttachmentRenderer.tsx +0 -159
  142. package/src/v2/components/chat/CopilotChatAudioRecorder.tsx +0 -350
  143. package/src/v2/components/chat/CopilotChatInput.tsx +0 -1412
  144. package/src/v2/components/chat/CopilotChatMessageView.tsx +0 -716
  145. package/src/v2/components/chat/CopilotChatReasoningMessage.tsx +0 -265
  146. package/src/v2/components/chat/CopilotChatSuggestionPill.tsx +0 -59
  147. package/src/v2/components/chat/CopilotChatSuggestionView.tsx +0 -134
  148. package/src/v2/components/chat/CopilotChatToggleButton.tsx +0 -171
  149. package/src/v2/components/chat/CopilotChatToolCallsView.tsx +0 -40
  150. package/src/v2/components/chat/CopilotChatUserMessage.tsx +0 -445
  151. package/src/v2/components/chat/CopilotChatView.tsx +0 -890
  152. package/src/v2/components/chat/CopilotModalHeader.tsx +0 -129
  153. package/src/v2/components/chat/CopilotPopup.tsx +0 -81
  154. package/src/v2/components/chat/CopilotPopupView.tsx +0 -317
  155. package/src/v2/components/chat/CopilotSidebar.tsx +0 -80
  156. package/src/v2/components/chat/CopilotSidebarView.tsx +0 -269
  157. package/src/v2/components/chat/Lightbox.tsx +0 -103
  158. package/src/v2/components/chat/__tests__/CopilotChat.absentThreadConnect.test.tsx +0 -66
  159. package/src/v2/components/chat/__tests__/CopilotChat.attachments.test.tsx +0 -168
  160. package/src/v2/components/chat/__tests__/CopilotChat.e2e.test.tsx +0 -1239
  161. package/src/v2/components/chat/__tests__/CopilotChat.onError.test.tsx +0 -73
  162. package/src/v2/components/chat/__tests__/CopilotChat.slots.e2e.test.tsx +0 -432
  163. package/src/v2/components/chat/__tests__/CopilotChat.suggestionsAlways.test.tsx +0 -183
  164. package/src/v2/components/chat/__tests__/CopilotChat.welcomeGate.test.tsx +0 -184
  165. package/src/v2/components/chat/__tests__/CopilotChatActivityRendering.e2e.test.tsx +0 -649
  166. package/src/v2/components/chat/__tests__/CopilotChatAssistantMessage.slots.e2e.test.tsx +0 -624
  167. package/src/v2/components/chat/__tests__/CopilotChatAssistantMessage.test.tsx +0 -702
  168. package/src/v2/components/chat/__tests__/CopilotChatAssistantMessage.thumbs.test.tsx +0 -72
  169. package/src/v2/components/chat/__tests__/CopilotChatCopyButton.clipboard.test.tsx +0 -241
  170. package/src/v2/components/chat/__tests__/CopilotChatCssClasses.test.tsx +0 -107
  171. package/src/v2/components/chat/__tests__/CopilotChatInput.slots.e2e.test.tsx +0 -929
  172. package/src/v2/components/chat/__tests__/CopilotChatInput.test.tsx +0 -1567
  173. package/src/v2/components/chat/__tests__/CopilotChatMessageView.slots.e2e.test.tsx +0 -1004
  174. package/src/v2/components/chat/__tests__/CopilotChatMessageView.test.tsx +0 -279
  175. package/src/v2/components/chat/__tests__/CopilotChatPerf.e2e.test.tsx +0 -336
  176. package/src/v2/components/chat/__tests__/CopilotChatPropsRerender.e2e.test.tsx +0 -249
  177. package/src/v2/components/chat/__tests__/CopilotChatSuggestionView.slots.e2e.test.tsx +0 -530
  178. package/src/v2/components/chat/__tests__/CopilotChatToolRendering.e2e.test.tsx +0 -785
  179. package/src/v2/components/chat/__tests__/CopilotChatToolRerenders.e2e.test.tsx +0 -2416
  180. package/src/v2/components/chat/__tests__/CopilotChatUserMessage.slots.e2e.test.tsx +0 -621
  181. package/src/v2/components/chat/__tests__/CopilotChatView.connectingGate.test.tsx +0 -56
  182. package/src/v2/components/chat/__tests__/CopilotChatView.inputOverlay.test.tsx +0 -264
  183. package/src/v2/components/chat/__tests__/CopilotChatView.onClick.e2e.test.tsx +0 -853
  184. package/src/v2/components/chat/__tests__/CopilotChatView.pinToSend.test.tsx +0 -94
  185. package/src/v2/components/chat/__tests__/CopilotChatView.slots.e2e.test.tsx +0 -1050
  186. package/src/v2/components/chat/__tests__/CopilotModalHeader.slots.e2e.test.tsx +0 -484
  187. package/src/v2/components/chat/__tests__/CopilotPopupView.slots.e2e.test.tsx +0 -612
  188. package/src/v2/components/chat/__tests__/CopilotSidebarView.position.test.tsx +0 -159
  189. package/src/v2/components/chat/__tests__/CopilotSidebarView.slots.e2e.test.tsx +0 -502
  190. package/src/v2/components/chat/__tests__/MCPAppsActivityRenderer.e2e.test.tsx +0 -1068
  191. package/src/v2/components/chat/__tests__/MCPAppsProxy.e2e.test.tsx +0 -589
  192. package/src/v2/components/chat/__tests__/MCPAppsUiMessage.e2e.test.tsx +0 -403
  193. package/src/v2/components/chat/__tests__/copilot-chat-throttle.test.tsx +0 -137
  194. package/src/v2/components/chat/__tests__/normalize-auto-scroll.test.ts +0 -37
  195. package/src/v2/components/chat/__tests__/setup.ts +0 -1
  196. package/src/v2/components/chat/index.ts +0 -90
  197. package/src/v2/components/chat/last-user-message-context.ts +0 -21
  198. package/src/v2/components/chat/normalize-auto-scroll.ts +0 -17
  199. package/src/v2/components/chat/scroll-element-context.ts +0 -13
  200. package/src/v2/components/index.ts +0 -8
  201. package/src/v2/components/intelligence-indicator/IntelligenceIndicator.tsx +0 -286
  202. package/src/v2/components/intelligence-indicator/__tests__/IntelligenceIndicator.e2e.test.tsx +0 -464
  203. package/src/v2/components/intelligence-indicator/index.ts +0 -2
  204. package/src/v2/components/license-warning-banner.tsx +0 -217
  205. package/src/v2/components/ui/button.tsx +0 -124
  206. package/src/v2/components/ui/dropdown-menu.tsx +0 -258
  207. package/src/v2/components/ui/tooltip.tsx +0 -60
  208. package/src/v2/context.ts +0 -62
  209. package/src/v2/headless.ts +0 -64
  210. package/src/v2/hooks/__tests__/standard-schema-types.test.tsx +0 -152
  211. package/src/v2/hooks/__tests__/standard-schema.test.tsx +0 -282
  212. package/src/v2/hooks/__tests__/use-agent-context-timing.e2e.test.tsx +0 -140
  213. package/src/v2/hooks/__tests__/use-agent-context.test.tsx +0 -401
  214. package/src/v2/hooks/__tests__/use-agent-error-state.test.tsx +0 -44
  215. package/src/v2/hooks/__tests__/use-agent-stability.test.tsx +0 -211
  216. package/src/v2/hooks/__tests__/use-agent-throttle.test.tsx +0 -1029
  217. package/src/v2/hooks/__tests__/use-agent.e2e.test.tsx +0 -159
  218. package/src/v2/hooks/__tests__/use-attachments.test.tsx +0 -169
  219. package/src/v2/hooks/__tests__/use-capabilities.test.tsx +0 -76
  220. package/src/v2/hooks/__tests__/use-component.test.tsx +0 -126
  221. package/src/v2/hooks/__tests__/use-configure-suggestions.e2e.test.tsx +0 -696
  222. package/src/v2/hooks/__tests__/use-default-render-tool.test.tsx +0 -153
  223. package/src/v2/hooks/__tests__/use-frontend-tool-available.test.tsx +0 -167
  224. package/src/v2/hooks/__tests__/use-frontend-tool.e2e.test.tsx +0 -2148
  225. package/src/v2/hooks/__tests__/use-human-in-the-loop.e2e.test.tsx +0 -1261
  226. package/src/v2/hooks/__tests__/use-interrupt.test.tsx +0 -397
  227. package/src/v2/hooks/__tests__/use-katex-styles.test.tsx +0 -56
  228. package/src/v2/hooks/__tests__/use-keyboard-height.test.tsx +0 -192
  229. package/src/v2/hooks/__tests__/use-pin-to-send.test.tsx +0 -219
  230. package/src/v2/hooks/__tests__/use-render-custom-messages.test.tsx +0 -55
  231. package/src/v2/hooks/__tests__/use-render-tool.test.tsx +0 -259
  232. package/src/v2/hooks/__tests__/use-suggestions.e2e.test.tsx +0 -524
  233. package/src/v2/hooks/__tests__/use-threads.test.tsx +0 -757
  234. package/src/v2/hooks/__tests__/zod-regression.test.tsx +0 -311
  235. package/src/v2/hooks/index.ts +0 -24
  236. package/src/v2/hooks/use-agent-context.tsx +0 -45
  237. package/src/v2/hooks/use-agent.tsx +0 -227
  238. package/src/v2/hooks/use-attachments.tsx +0 -269
  239. package/src/v2/hooks/use-capabilities.tsx +0 -25
  240. package/src/v2/hooks/use-component.tsx +0 -91
  241. package/src/v2/hooks/use-configure-suggestions.tsx +0 -236
  242. package/src/v2/hooks/use-default-render-tool.tsx +0 -271
  243. package/src/v2/hooks/use-frontend-tool.tsx +0 -46
  244. package/src/v2/hooks/use-human-in-the-loop.tsx +0 -81
  245. package/src/v2/hooks/use-interrupt.tsx +0 -305
  246. package/src/v2/hooks/use-keyboard-height.tsx +0 -67
  247. package/src/v2/hooks/use-pin-to-send.ts +0 -94
  248. package/src/v2/hooks/use-render-activity-message.tsx +0 -72
  249. package/src/v2/hooks/use-render-custom-messages.tsx +0 -93
  250. package/src/v2/hooks/use-render-tool-call.tsx +0 -208
  251. package/src/v2/hooks/use-render-tool.tsx +0 -184
  252. package/src/v2/hooks/use-suggestions.tsx +0 -91
  253. package/src/v2/hooks/use-threads.tsx +0 -325
  254. package/src/v2/hooks/useKatexStyles.ts +0 -27
  255. package/src/v2/index.css +0 -1
  256. package/src/v2/index.ts +0 -27
  257. package/src/v2/lib/__tests__/completePartialMarkdown.test.ts +0 -495
  258. package/src/v2/lib/__tests__/processPartialHtml.test.ts +0 -112
  259. package/src/v2/lib/__tests__/renderSlot.test.tsx +0 -588
  260. package/src/v2/lib/__tests__/slots.test.ts +0 -56
  261. package/src/v2/lib/processPartialHtml.ts +0 -45
  262. package/src/v2/lib/react-core.ts +0 -156
  263. package/src/v2/lib/slots.tsx +0 -184
  264. package/src/v2/lib/transcription-client.ts +0 -184
  265. package/src/v2/lib/utils.ts +0 -8
  266. package/src/v2/providers/CopilotChatConfigurationProvider.tsx +0 -196
  267. package/src/v2/providers/CopilotKitProvider.tsx +0 -800
  268. package/src/v2/providers/SandboxFunctionsContext.ts +0 -10
  269. package/src/v2/providers/__tests__/CopilotChatConfigurationProvider.test.tsx +0 -652
  270. package/src/v2/providers/__tests__/CopilotKitProvider.license.test.tsx +0 -101
  271. package/src/v2/providers/__tests__/CopilotKitProvider.onError.test.tsx +0 -69
  272. package/src/v2/providers/__tests__/CopilotKitProvider.renderCustomMessages.e2e.test.tsx +0 -881
  273. package/src/v2/providers/__tests__/CopilotKitProvider.sandboxFunctions.test.tsx +0 -198
  274. package/src/v2/providers/__tests__/CopilotKitProvider.stability.test.tsx +0 -740
  275. package/src/v2/providers/__tests__/CopilotKitProvider.test.tsx +0 -713
  276. package/src/v2/providers/__tests__/CopilotKitProvider.wildcard.test.tsx +0 -294
  277. package/src/v2/providers/index.ts +0 -21
  278. package/src/v2/styles/globals.css +0 -349
  279. package/src/v2/types/__tests__/defineToolCallRenderer.test.tsx +0 -525
  280. package/src/v2/types/defineToolCallRenderer.ts +0 -68
  281. package/src/v2/types/frontend-tool.ts +0 -8
  282. package/src/v2/types/human-in-the-loop.ts +0 -33
  283. package/src/v2/types/index.ts +0 -8
  284. package/src/v2/types/interrupt.ts +0 -15
  285. package/src/v2/types/react-activity-message-renderer.ts +0 -27
  286. package/src/v2/types/react-custom-message-renderer.ts +0 -17
  287. package/src/v2/types/react-tool-call-renderer.ts +0 -35
  288. package/src/v2/types/sandbox-function.ts +0 -11
  289. package/tsconfig.json +0 -8
  290. package/tsdown.config.ts +0 -193
  291. package/typedoc.json +0 -4
  292. package/vitest.config.mjs +0 -31
@@ -1,853 +0,0 @@
1
- /**
2
- * This component will typically wrap your entire application (or a sub-tree of your application where you want to have a copilot). It provides the copilot context to all other components and hooks.
3
- *
4
- * ## Example
5
- *
6
- * You can find more information about self-hosting CopilotKit [here](/guides/self-hosting).
7
- *
8
- * ```tsx
9
- * import { CopilotKit } from "@copilotkit/react-core";
10
- *
11
- * <CopilotKit runtimeUrl="<your-runtime-url>">
12
- * // ... your app ...
13
- * </CopilotKit>
14
- * ```
15
- */
16
-
17
- import React, {
18
- useCallback,
19
- useEffect,
20
- useMemo,
21
- useRef,
22
- useState,
23
- SetStateAction,
24
- } from "react";
25
- import {
26
- CopilotChatConfigurationProvider,
27
- CopilotKitInspector,
28
- CopilotKitProvider as CopilotKitV2Provider,
29
- useCopilotKit,
30
- } from "../../v2";
31
- import {
32
- CopilotContext,
33
- CopilotApiConfig,
34
- ChatComponentsCache,
35
- AgentSession,
36
- AuthState,
37
- useCopilotContext,
38
- } from "../../context/copilot-context";
39
- import useTree from "../../hooks/use-tree";
40
- import {
41
- CopilotChatSuggestionConfiguration,
42
- DocumentPointer,
43
- } from "../../types";
44
- import { flushSync } from "react-dom";
45
- import {
46
- COPILOT_CLOUD_CHAT_URL,
47
- CopilotCloudConfig,
48
- FunctionCallHandler,
49
- COPILOT_CLOUD_PUBLIC_API_KEY_HEADER,
50
- randomUUID,
51
- ConfigurationError,
52
- MissingPublicApiKeyError,
53
- CopilotKitError,
54
- CopilotErrorEvent,
55
- CopilotErrorHandler,
56
- } from "@copilotkit/shared";
57
- import { FrontendAction } from "../../types/frontend-action";
58
- import useFlatCategoryStore from "../../hooks/use-flat-category-store";
59
- import { CopilotKitProps } from "./copilotkit-props";
60
- import { CoagentState } from "../../types/coagent-state";
61
- import { CopilotMessages, MessagesTapProvider } from "./copilot-messages";
62
- import { ToastProvider } from "../toast/toast-provider";
63
- import { getErrorActions, UsageBanner } from "../usage-banner";
64
- import { shouldShowDevConsole } from "../../utils";
65
- import { CopilotErrorBoundary } from "../error-boundary/error-boundary";
66
- import { Agent, ExtensionsInput } from "@copilotkit/runtime-client-gql";
67
- import {
68
- LangGraphInterruptRender,
69
- LangGraphInterruptActionSetterArgs,
70
- QueuedInterruptEvent,
71
- } from "../../types/interrupt-action";
72
- import { CoAgentStateRendersProvider } from "../../context/coagent-state-renders-context";
73
- import { CoAgentStateRenderBridge } from "../../hooks/use-coagent-state-render-bridge";
74
- import { ThreadsProvider, useThreads } from "../../context/threads-context";
75
- import { CopilotListeners } from "../CopilotListeners";
76
-
77
- export function CopilotKit({ children, ...props }: CopilotKitProps) {
78
- const enabled = shouldShowDevConsole(props.showDevConsole);
79
- const showInspector = shouldShowDevConsole(props.enableInspector);
80
-
81
- // Use API key if provided, otherwise use the license key
82
- const publicApiKey = props.publicApiKey || props.publicLicenseKey;
83
-
84
- const renderArr = useMemo(() => [{ render: CoAgentStateRenderBridge }], []);
85
-
86
- return (
87
- <ToastProvider enabled={enabled}>
88
- <CopilotErrorBoundary
89
- publicApiKey={publicApiKey}
90
- showUsageBanner={enabled}
91
- >
92
- <ThreadsProvider threadId={props.threadId}>
93
- <CopilotKitV2Provider
94
- {...props}
95
- showDevConsole={showInspector}
96
- renderCustomMessages={renderArr}
97
- useSingleEndpoint={props.useSingleEndpoint ?? true}
98
- >
99
- <CopilotKitInternal {...props}>{children}</CopilotKitInternal>
100
- </CopilotKitV2Provider>
101
- </ThreadsProvider>
102
- </CopilotErrorBoundary>
103
- </ToastProvider>
104
- );
105
- }
106
-
107
- /**
108
- * Bridge component that subscribes to v2.x copilotkit core error events
109
- * and forwards them to v1.x error handling system.
110
- * This ensures only ONE subscription exists regardless of how many times
111
- * Chat components are rendered.
112
- */
113
- function CopilotKitErrorBridge() {
114
- const { copilotkit } = useCopilotKit();
115
- const { onError, copilotApiConfig } = useCopilotContext();
116
-
117
- useEffect(() => {
118
- if (!copilotkit) return;
119
-
120
- const subscription = copilotkit.subscribe({
121
- onError: async (event) => {
122
- // Convert v2.x error event to v1.x CopilotErrorEvent format
123
- const errorEvent: CopilotErrorEvent = {
124
- type: "error",
125
- timestamp: Date.now(),
126
- context: {
127
- source: "agent",
128
- request: {
129
- operation: event.code || "unknown",
130
- url: copilotApiConfig?.chatApiEndpoint,
131
- startTime: Date.now(),
132
- },
133
- technical: {
134
- environment: "browser",
135
- userAgent:
136
- typeof navigator !== "undefined"
137
- ? navigator.userAgent
138
- : undefined,
139
- stackTrace: event.error.stack,
140
- },
141
- // Add additional context from v2.x event
142
- ...event.context,
143
- },
144
- error: event.error,
145
- };
146
-
147
- try {
148
- await onError(errorEvent);
149
- } catch (handlerError) {
150
- console.error("Error in onError handler:", handlerError);
151
- }
152
- },
153
- });
154
-
155
- return () => {
156
- subscription.unsubscribe();
157
- };
158
- }, [copilotkit, onError, copilotApiConfig]);
159
-
160
- return null;
161
- }
162
-
163
- export function CopilotKitInternal(cpkProps: CopilotKitProps) {
164
- const { children, ...props } = cpkProps;
165
-
166
- /**
167
- * This will throw an error if the props are invalid.
168
- */
169
- validateProps(cpkProps);
170
-
171
- // Use license key as API key if provided, otherwise use the API key
172
- const publicApiKey = props.publicLicenseKey || props.publicApiKey;
173
-
174
- const chatApiEndpoint = props.runtimeUrl || COPILOT_CLOUD_CHAT_URL;
175
-
176
- const [actions, setActions] = useState<Record<string, FrontendAction<any>>>(
177
- {},
178
- );
179
-
180
- // State for registered actions from useCopilotAction
181
- const [registeredActionConfigs, setRegisteredActionConfigs] = useState<
182
- Map<string, { type: string; action: any; component: any }>
183
- >(new Map());
184
-
185
- const chatComponentsCache = useRef<ChatComponentsCache>({
186
- actions: {},
187
- coAgentStateRenders: {},
188
- });
189
-
190
- const { addElement, removeElement, printTree, getAllElements } = useTree();
191
- const [isLoading, setIsLoading] = useState(false);
192
- const [chatInstructions, setChatInstructions] = useState("");
193
- const [authStates, setAuthStates] = useState<Record<string, AuthState>>({});
194
- const [extensions, setExtensions] = useState<ExtensionsInput>({});
195
- const [additionalInstructions, setAdditionalInstructions] = useState<
196
- string[]
197
- >([]);
198
-
199
- const {
200
- addElement: addDocument,
201
- removeElement: removeDocument,
202
- allElements: allDocuments,
203
- } = useFlatCategoryStore<DocumentPointer>();
204
-
205
- // Compute all the functions and properties that we need to pass
206
- const setAction = useCallback((id: string, action: FrontendAction<any>) => {
207
- setActions((prevPoints) => {
208
- return {
209
- ...prevPoints,
210
- [id]: action,
211
- };
212
- });
213
- }, []);
214
-
215
- const removeAction = useCallback((id: string) => {
216
- setActions((prevPoints) => {
217
- const newPoints = { ...prevPoints };
218
- delete newPoints[id];
219
- return newPoints;
220
- });
221
- }, []);
222
-
223
- const getContextString = useCallback(
224
- (documents: DocumentPointer[], categories: string[]) => {
225
- const documentsString = documents
226
- .map((document) => {
227
- return `${document.name} (${document.sourceApplication}):\n${document.getContents()}`;
228
- })
229
- .join("\n\n");
230
-
231
- const nonDocumentStrings = printTree(categories);
232
-
233
- return `${documentsString}\n\n${nonDocumentStrings}`;
234
- },
235
- [printTree],
236
- );
237
-
238
- const addContext = useCallback(
239
- (
240
- context: string,
241
- parentId?: string,
242
- categories: string[] = defaultCopilotContextCategories,
243
- ) => {
244
- return addElement(context, categories, parentId);
245
- },
246
- [addElement],
247
- );
248
-
249
- const removeContext = useCallback(
250
- (id: string) => {
251
- removeElement(id);
252
- },
253
- [removeElement],
254
- );
255
-
256
- const getAllContext = useCallback(() => {
257
- return getAllElements();
258
- }, [getAllElements]);
259
-
260
- const getFunctionCallHandler = useCallback(
261
- (customEntryPoints?: Record<string, FrontendAction<any>>) => {
262
- return entryPointsToFunctionCallHandler(
263
- Object.values(customEntryPoints || actions),
264
- );
265
- },
266
- [actions],
267
- );
268
-
269
- const getDocumentsContext = useCallback(
270
- (categories: string[]) => {
271
- return allDocuments(categories);
272
- },
273
- [allDocuments],
274
- );
275
-
276
- const addDocumentContext = useCallback(
277
- (
278
- documentPointer: DocumentPointer,
279
- categories: string[] = defaultCopilotContextCategories,
280
- ) => {
281
- return addDocument(documentPointer, categories);
282
- },
283
- [addDocument],
284
- );
285
-
286
- const removeDocumentContext = useCallback(
287
- (documentId: string) => {
288
- removeDocument(documentId);
289
- },
290
- [removeDocument],
291
- );
292
-
293
- // get the appropriate CopilotApiConfig from the props
294
- const copilotApiConfig: CopilotApiConfig = useMemo(() => {
295
- let cloud: CopilotCloudConfig | undefined = undefined;
296
- if (publicApiKey) {
297
- cloud = {
298
- guardrails: {
299
- input: {
300
- restrictToTopic: {
301
- enabled: Boolean(props.guardrails_c),
302
- validTopics: props.guardrails_c?.validTopics || [],
303
- invalidTopics: props.guardrails_c?.invalidTopics || [],
304
- },
305
- },
306
- },
307
- };
308
- }
309
-
310
- return {
311
- publicApiKey: publicApiKey,
312
- ...(cloud ? { cloud } : {}),
313
- chatApiEndpoint: chatApiEndpoint,
314
- headers:
315
- typeof props.headers === "function"
316
- ? props.headers()
317
- : props.headers || {},
318
- properties: props.properties || {},
319
- transcribeAudioUrl: props.transcribeAudioUrl,
320
- textToSpeechUrl: props.textToSpeechUrl,
321
- credentials: props.credentials,
322
- };
323
- }, [
324
- publicApiKey,
325
- props.headers,
326
- props.properties,
327
- props.transcribeAudioUrl,
328
- props.textToSpeechUrl,
329
- props.credentials,
330
- props.cloudRestrictToTopic,
331
- props.guardrails_c,
332
- ]);
333
-
334
- const headers = useMemo(() => {
335
- const authHeaders = Object.values(authStates || {}).reduce((acc, state) => {
336
- if (state.status === "authenticated" && state.authHeaders) {
337
- return {
338
- ...acc,
339
- ...Object.entries(state.authHeaders).reduce(
340
- (headers, [key, value]) => ({
341
- ...headers,
342
- [key.startsWith("X-Custom-") ? key : `X-Custom-${key}`]: value,
343
- }),
344
- {},
345
- ),
346
- };
347
- }
348
- return acc;
349
- }, {});
350
-
351
- return {
352
- ...copilotApiConfig.headers,
353
- ...(copilotApiConfig.publicApiKey
354
- ? {
355
- [COPILOT_CLOUD_PUBLIC_API_KEY_HEADER]:
356
- copilotApiConfig.publicApiKey,
357
- }
358
- : {}),
359
- ...authHeaders,
360
- };
361
- }, [copilotApiConfig.headers, copilotApiConfig.publicApiKey, authStates]);
362
-
363
- const [internalErrorHandlers, _setInternalErrorHandler] = useState<
364
- Record<string, CopilotErrorHandler>
365
- >({});
366
- const setInternalErrorHandler = useCallback(
367
- (handler: Record<string, CopilotErrorHandler>) => {
368
- _setInternalErrorHandler((prev: Record<string, CopilotErrorHandler>) => ({
369
- ...prev,
370
- ...handler,
371
- }));
372
- },
373
- [],
374
- );
375
- const removeInternalErrorHandler = useCallback((key: string) => {
376
- _setInternalErrorHandler((prev) => {
377
- const { [key]: _removed, ...rest } = prev;
378
- return rest;
379
- });
380
- }, []);
381
-
382
- // Keep latest values in refs
383
- const onErrorRef = useRef<CopilotErrorHandler | undefined>(props.onError);
384
- useEffect(() => {
385
- onErrorRef.current = props.onError;
386
- }, [props.onError]);
387
-
388
- const internalHandlersRef = useRef<Record<string, CopilotErrorHandler>>({});
389
- useEffect(() => {
390
- internalHandlersRef.current = internalErrorHandlers;
391
- }, [internalErrorHandlers]);
392
-
393
- const handleErrors = useCallback(
394
- async (error: CopilotErrorEvent) => {
395
- if (copilotApiConfig.publicApiKey && onErrorRef.current) {
396
- try {
397
- await onErrorRef.current(error);
398
- } catch (e) {
399
- console.error("Error in public onError handler:", e);
400
- }
401
- }
402
- const handlers = Object.values(internalHandlersRef.current);
403
- await Promise.all(
404
- handlers.map((h) =>
405
- Promise.resolve(h(error)).catch((e) =>
406
- console.error("Error in internal error handler:", e),
407
- ),
408
- ),
409
- );
410
- },
411
- [copilotApiConfig.publicApiKey],
412
- );
413
-
414
- const [chatSuggestionConfiguration, setChatSuggestionConfiguration] =
415
- useState<{
416
- [key: string]: CopilotChatSuggestionConfiguration;
417
- }>({});
418
-
419
- const addChatSuggestionConfiguration = useCallback(
420
- (id: string, suggestion: CopilotChatSuggestionConfiguration) => {
421
- setChatSuggestionConfiguration((prev) => ({ ...prev, [id]: suggestion }));
422
- },
423
- [setChatSuggestionConfiguration],
424
- );
425
-
426
- const removeChatSuggestionConfiguration = useCallback(
427
- (id: string) => {
428
- setChatSuggestionConfiguration((prev) => {
429
- const { [id]: _, ...rest } = prev;
430
- return rest;
431
- });
432
- },
433
- [setChatSuggestionConfiguration],
434
- );
435
-
436
- const [availableAgents, setAvailableAgents] = useState<Agent[]>([]);
437
- const [coagentStates, setCoagentStates] = useState<
438
- Record<string, CoagentState>
439
- >({});
440
- const coagentStatesRef = useRef<Record<string, CoagentState>>({});
441
- const setCoagentStatesWithRef = useCallback(
442
- (
443
- value:
444
- | Record<string, CoagentState>
445
- | ((
446
- prev: Record<string, CoagentState>,
447
- ) => Record<string, CoagentState>),
448
- ) => {
449
- const newValue =
450
- typeof value === "function" ? value(coagentStatesRef.current) : value;
451
- coagentStatesRef.current = newValue;
452
- setCoagentStates((prev) => {
453
- return newValue;
454
- });
455
- },
456
- [],
457
- );
458
-
459
- let initialAgentSession: AgentSession | null = null;
460
- if (props.agent) {
461
- initialAgentSession = {
462
- agentName: props.agent,
463
- };
464
- }
465
-
466
- const [agentSession, setAgentSession] = useState<AgentSession | null>(
467
- initialAgentSession,
468
- );
469
-
470
- // Update agentSession when props.agent changes
471
- useEffect(() => {
472
- if (props.agent) {
473
- setAgentSession({
474
- agentName: props.agent,
475
- });
476
- } else {
477
- setAgentSession(null);
478
- }
479
- }, [props.agent]);
480
-
481
- const {
482
- threadId,
483
- setThreadId: setInternalThreadId,
484
- isThreadIdExplicit,
485
- } = useThreads();
486
-
487
- const setThreadId = useCallback(
488
- (value: SetStateAction<string>) => {
489
- if (props.threadId) {
490
- throw new Error(
491
- "Cannot call setThreadId() when threadId is provided via props.",
492
- );
493
- }
494
- setInternalThreadId(value);
495
- },
496
- [props.threadId],
497
- );
498
-
499
- const [runId, setRunId] = useState<string | null>(null);
500
-
501
- const chatAbortControllerRef = useRef<AbortController | null>(null);
502
-
503
- const showDevConsole = shouldShowDevConsole(props.showDevConsole);
504
-
505
- const [interruptActions, _setInterruptActions] = useState<
506
- Record<string, LangGraphInterruptRender>
507
- >({});
508
- const setInterruptAction = useCallback(
509
- (action: LangGraphInterruptActionSetterArgs) => {
510
- _setInterruptActions((prev) => {
511
- if (action == null || !action.id) {
512
- // Cannot set action without id
513
- return prev;
514
- }
515
- return {
516
- ...prev,
517
- [action.id]: {
518
- ...prev[action.id],
519
- ...action,
520
- } as LangGraphInterruptRender,
521
- };
522
- });
523
- },
524
- [],
525
- );
526
- const removeInterruptAction = useCallback((actionId: string): void => {
527
- _setInterruptActions((prev) => {
528
- const { [actionId]: _, ...rest } = prev;
529
- return rest;
530
- });
531
- }, []);
532
-
533
- const [interruptEventQueue, setInterruptEventQueue] = useState<
534
- Record<string, QueuedInterruptEvent[]>
535
- >({});
536
-
537
- const addInterruptEvent = useCallback((queuedEvent: QueuedInterruptEvent) => {
538
- setInterruptEventQueue((prev) => {
539
- const threadQueue = prev[queuedEvent.threadId] || [];
540
- return {
541
- ...prev,
542
- [queuedEvent.threadId]: [...threadQueue, queuedEvent],
543
- };
544
- });
545
- }, []);
546
-
547
- const resolveInterruptEvent = useCallback(
548
- (threadId: string, eventId: string, response: string) => {
549
- setInterruptEventQueue((prev) => {
550
- const threadQueue = prev[threadId] || [];
551
- return {
552
- ...prev,
553
- [threadId]: threadQueue.map((queuedEvent) =>
554
- queuedEvent.eventId === eventId
555
- ? { ...queuedEvent, event: { ...queuedEvent.event, response } }
556
- : queuedEvent,
557
- ),
558
- };
559
- });
560
- },
561
- [],
562
- );
563
-
564
- const memoizedChildren = useMemo(() => children, [children]);
565
- const [bannerError, setBannerError] = useState<CopilotKitError | null>(null);
566
-
567
- const agentLock = useMemo(() => props.agent ?? null, [props.agent]);
568
-
569
- const forwardedParameters = useMemo(
570
- () => props.forwardedParameters ?? {},
571
- [props.forwardedParameters],
572
- );
573
-
574
- const updateExtensions = useCallback(
575
- (newExtensions: SetStateAction<ExtensionsInput>) => {
576
- setExtensions((prev: ExtensionsInput) => {
577
- const resolved =
578
- typeof newExtensions === "function"
579
- ? newExtensions(prev)
580
- : newExtensions;
581
- const isSameLength =
582
- Object.keys(resolved).length === Object.keys(prev).length;
583
- const isEqual =
584
- isSameLength &&
585
- // @ts-ignore
586
- Object.entries(resolved).every(([key, value]) => prev[key] === value);
587
-
588
- return isEqual ? prev : resolved;
589
- });
590
- },
591
- [setExtensions],
592
- );
593
-
594
- const updateAuthStates = useCallback(
595
- (newAuthStates: SetStateAction<Record<string, AuthState>>) => {
596
- setAuthStates((prev) => {
597
- const resolved =
598
- typeof newAuthStates === "function"
599
- ? newAuthStates(prev)
600
- : newAuthStates;
601
- const isSameLength =
602
- Object.keys(resolved).length === Object.keys(prev).length;
603
- const isEqual =
604
- isSameLength &&
605
- // @ts-ignore
606
- Object.entries(resolved).every(([key, value]) => prev[key] === value);
607
-
608
- return isEqual ? prev : resolved;
609
- });
610
- },
611
- [setAuthStates],
612
- );
613
-
614
- const handleSetRegisteredActions = useCallback(
615
- (actionConfig: any): string => {
616
- const key = actionConfig.action.name || randomUUID();
617
- setRegisteredActionConfigs((prev) => {
618
- const newMap = new Map(prev);
619
- newMap.set(key, actionConfig);
620
- return newMap;
621
- });
622
- return key;
623
- },
624
- [],
625
- );
626
-
627
- const handleRemoveRegisteredAction = useCallback((actionKey: string) => {
628
- setRegisteredActionConfigs((prev) => {
629
- const newMap = new Map(prev);
630
- newMap.delete(actionKey);
631
- return newMap;
632
- });
633
- }, []);
634
-
635
- // Component to render all registered actions
636
- const RegisteredActionsRenderer = useMemo(() => {
637
- return () => (
638
- <>
639
- {Array.from(registeredActionConfigs.entries()).map(([key, config]) => {
640
- const Component = config.component;
641
- return <Component key={key} action={config.action} />;
642
- })}
643
- </>
644
- );
645
- }, [registeredActionConfigs]);
646
-
647
- const copilotContextValue = useMemo(
648
- () => ({
649
- actions,
650
- chatComponentsCache,
651
- getFunctionCallHandler,
652
- setAction,
653
- removeAction,
654
- setRegisteredActions: handleSetRegisteredActions,
655
- removeRegisteredAction: handleRemoveRegisteredAction,
656
- getContextString,
657
- addContext,
658
- removeContext,
659
- getAllContext,
660
- getDocumentsContext,
661
- addDocumentContext,
662
- removeDocumentContext,
663
- copilotApiConfig: copilotApiConfig,
664
- isLoading,
665
- setIsLoading,
666
- chatSuggestionConfiguration,
667
- addChatSuggestionConfiguration,
668
- removeChatSuggestionConfiguration,
669
- chatInstructions,
670
- setChatInstructions,
671
- additionalInstructions,
672
- setAdditionalInstructions,
673
- showDevConsole,
674
- coagentStates,
675
- setCoagentStates,
676
- coagentStatesRef,
677
- setCoagentStatesWithRef,
678
- agentSession,
679
- setAgentSession,
680
- forwardedParameters,
681
- agentLock,
682
- threadId,
683
- setThreadId,
684
- runId,
685
- setRunId,
686
- chatAbortControllerRef,
687
- availableAgents,
688
- authConfig_c: props.authConfig_c,
689
- authStates_c: authStates,
690
- setAuthStates_c: updateAuthStates,
691
- extensions,
692
- setExtensions: updateExtensions,
693
- interruptActions,
694
- setInterruptAction,
695
- removeInterruptAction,
696
- interruptEventQueue,
697
- addInterruptEvent,
698
- resolveInterruptEvent,
699
- bannerError,
700
- setBannerError,
701
- onError: handleErrors,
702
- internalErrorHandlers,
703
- setInternalErrorHandler,
704
- removeInternalErrorHandler,
705
- }),
706
- [
707
- actions,
708
- chatComponentsCache,
709
- getFunctionCallHandler,
710
- setAction,
711
- removeAction,
712
- handleSetRegisteredActions,
713
- handleRemoveRegisteredAction,
714
- getContextString,
715
- addContext,
716
- removeContext,
717
- getAllContext,
718
- getDocumentsContext,
719
- addDocumentContext,
720
- removeDocumentContext,
721
- copilotApiConfig,
722
- isLoading,
723
- chatSuggestionConfiguration,
724
- addChatSuggestionConfiguration,
725
- removeChatSuggestionConfiguration,
726
- chatInstructions,
727
- additionalInstructions,
728
- showDevConsole,
729
- coagentStates,
730
- setCoagentStatesWithRef,
731
- agentSession,
732
- setAgentSession,
733
- forwardedParameters,
734
- agentLock,
735
- threadId,
736
- setThreadId,
737
- runId,
738
- availableAgents,
739
- props.authConfig_c,
740
- authStates,
741
- updateAuthStates,
742
- extensions,
743
- updateExtensions,
744
- interruptActions,
745
- setInterruptAction,
746
- removeInterruptAction,
747
- interruptEventQueue,
748
- addInterruptEvent,
749
- resolveInterruptEvent,
750
- bannerError,
751
- handleErrors,
752
- internalErrorHandlers,
753
- setInternalErrorHandler,
754
- removeInternalErrorHandler,
755
- ],
756
- );
757
-
758
- return (
759
- <CopilotChatConfigurationProvider
760
- // labels={labels}
761
- // isModalDefaultOpen={isModalDefaultOpen}
762
- agentId={props.agent ?? "default"}
763
- threadId={threadId}
764
- hasExplicitThreadId={isThreadIdExplicit}
765
- >
766
- <CopilotContext.Provider value={copilotContextValue}>
767
- <CopilotListeners />
768
- <CopilotKitErrorBridge />
769
- <CoAgentStateRendersProvider>
770
- <MessagesTapProvider>
771
- <CopilotMessages>
772
- <React.Fragment key="children">{memoizedChildren}</React.Fragment>
773
- <RegisteredActionsRenderer key="actions" />
774
- </CopilotMessages>
775
- </MessagesTapProvider>
776
- {bannerError && showDevConsole && (
777
- <UsageBanner
778
- severity={bannerError.severity}
779
- message={bannerError.message}
780
- onClose={() => setBannerError(null)}
781
- actions={getErrorActions(bannerError)}
782
- />
783
- )}
784
- </CoAgentStateRendersProvider>
785
- </CopilotContext.Provider>
786
- </CopilotChatConfigurationProvider>
787
- );
788
- }
789
-
790
- export const defaultCopilotContextCategories = ["global"];
791
-
792
- function entryPointsToFunctionCallHandler(
793
- actions: FrontendAction<any>[],
794
- ): FunctionCallHandler {
795
- return async ({
796
- name,
797
- args,
798
- }: {
799
- name: string;
800
- args: Record<string, any>;
801
- }) => {
802
- let actionsByFunctionName: Record<string, FrontendAction<any>> = {};
803
- for (let action of actions) {
804
- actionsByFunctionName[action.name] = action;
805
- }
806
-
807
- const action = actionsByFunctionName[name];
808
- let result: any = undefined;
809
- if (action) {
810
- await new Promise<void>((resolve, reject) => {
811
- flushSync(async () => {
812
- try {
813
- result = await action.handler?.(args);
814
- resolve();
815
- } catch (error) {
816
- reject(error);
817
- }
818
- });
819
- });
820
- await new Promise((resolve) => setTimeout(resolve, 20));
821
- }
822
- return result;
823
- };
824
- }
825
-
826
- function formatFeatureName(featureName: string): string {
827
- return featureName
828
- .replace(/_c$/, "")
829
- .split("_")
830
- .map((word) => word.charAt(0).toUpperCase() + word.slice(1).toLowerCase())
831
- .join(" ");
832
- }
833
-
834
- function validateProps(props: CopilotKitProps): never | void {
835
- const cloudFeatures = Object.keys(props).filter((key) => key.endsWith("_c"));
836
-
837
- // Check if we have either a runtimeUrl or one of the API keys
838
- const hasApiKey = props.publicApiKey || props.publicLicenseKey;
839
-
840
- if (!props.runtimeUrl && !hasApiKey) {
841
- throw new ConfigurationError(
842
- "Missing required prop: 'runtimeUrl' or 'publicApiKey' or 'publicLicenseKey'",
843
- );
844
- }
845
-
846
- if (cloudFeatures.length > 0 && !hasApiKey) {
847
- throw new MissingPublicApiKeyError(
848
- `Missing required prop: 'publicApiKey' or 'publicLicenseKey' to use cloud features: ${cloudFeatures
849
- .map(formatFeatureName)
850
- .join(", ")}`,
851
- );
852
- }
853
- }