cmcts-c-agent-embedding-react 1.0.2-cagent → 1.0.2-coopbank

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 (162) hide show
  1. package/.idea/AugmentWebviewStateStore.xml +10 -0
  2. package/.idea/Flowise-share-chatbox-main.iml +13 -0
  3. package/.idea/modules.xml +8 -0
  4. package/.idea/vcs.xml +6 -0
  5. package/README.md +48 -48
  6. package/base.json +21 -21
  7. package/dist/index.js +1 -1
  8. package/package.json +44 -48
  9. package/react-library.json +11 -11
  10. package/dist/components/Badge.d.ts +0 -10
  11. package/dist/components/Badge.d.ts.map +0 -1
  12. package/dist/components/Bot.d.ts +0 -130
  13. package/dist/components/Bot.d.ts.map +0 -1
  14. package/dist/components/FeedbackContentDialog.d.ts +0 -16
  15. package/dist/components/FeedbackContentDialog.d.ts.map +0 -1
  16. package/dist/components/Toast.d.ts +0 -10
  17. package/dist/components/Toast.d.ts.map +0 -1
  18. package/dist/components/TypingBubble.d.ts +0 -2
  19. package/dist/components/TypingBubble.d.ts.map +0 -1
  20. package/dist/components/avatars/Avatar.d.ts +0 -4
  21. package/dist/components/avatars/Avatar.d.ts.map +0 -1
  22. package/dist/components/avatars/DefaultAvatar.d.ts +0 -2
  23. package/dist/components/avatars/DefaultAvatar.d.ts.map +0 -1
  24. package/dist/components/bubbles/AgentReasoningBubble.d.ts +0 -16
  25. package/dist/components/bubbles/AgentReasoningBubble.d.ts.map +0 -1
  26. package/dist/components/bubbles/BotBubble.d.ts +0 -38
  27. package/dist/components/bubbles/BotBubble.d.ts.map +0 -1
  28. package/dist/components/bubbles/FollowUpPromptBubble.d.ts +0 -8
  29. package/dist/components/bubbles/FollowUpPromptBubble.d.ts.map +0 -1
  30. package/dist/components/bubbles/GuestBubble.d.ts +0 -16
  31. package/dist/components/bubbles/GuestBubble.d.ts.map +0 -1
  32. package/dist/components/bubbles/LeadCaptureBubble.d.ts +0 -20
  33. package/dist/components/bubbles/LeadCaptureBubble.d.ts.map +0 -1
  34. package/dist/components/bubbles/LoadingBubble.d.ts +0 -8
  35. package/dist/components/bubbles/LoadingBubble.d.ts.map +0 -1
  36. package/dist/components/bubbles/SourceBubble.d.ts +0 -9
  37. package/dist/components/bubbles/SourceBubble.d.ts.map +0 -1
  38. package/dist/components/bubbles/StarterPromptBubble.d.ts +0 -8
  39. package/dist/components/bubbles/StarterPromptBubble.d.ts.map +0 -1
  40. package/dist/components/buttons/AttachmentUploadButton.d.ts +0 -11
  41. package/dist/components/buttons/AttachmentUploadButton.d.ts.map +0 -1
  42. package/dist/components/buttons/CancelButton.d.ts +0 -10
  43. package/dist/components/buttons/CancelButton.d.ts.map +0 -1
  44. package/dist/components/buttons/FeedbackButtons.d.ts +0 -14
  45. package/dist/components/buttons/FeedbackButtons.d.ts.map +0 -1
  46. package/dist/components/buttons/ImageUploadButton.d.ts +0 -11
  47. package/dist/components/buttons/ImageUploadButton.d.ts.map +0 -1
  48. package/dist/components/buttons/LeadCaptureButtons.d.ts +0 -11
  49. package/dist/components/buttons/LeadCaptureButtons.d.ts.map +0 -1
  50. package/dist/components/buttons/RecordAudioButton.d.ts +0 -11
  51. package/dist/components/buttons/RecordAudioButton.d.ts.map +0 -1
  52. package/dist/components/buttons/SendButton.d.ts +0 -13
  53. package/dist/components/buttons/SendButton.d.ts.map +0 -1
  54. package/dist/components/icons/AddImageIcon.d.ts +0 -3
  55. package/dist/components/icons/AddImageIcon.d.ts.map +0 -1
  56. package/dist/components/icons/AttachmentIcon.d.ts +0 -3
  57. package/dist/components/icons/AttachmentIcon.d.ts.map +0 -1
  58. package/dist/components/icons/CircleDotIcon.d.ts +0 -3
  59. package/dist/components/icons/CircleDotIcon.d.ts.map +0 -1
  60. package/dist/components/icons/ClipboardIcon.d.ts +0 -3
  61. package/dist/components/icons/ClipboardIcon.d.ts.map +0 -1
  62. package/dist/components/icons/CmcIcon.d.ts +0 -3
  63. package/dist/components/icons/CmcIcon.d.ts.map +0 -1
  64. package/dist/components/icons/DeleteIcon.d.ts +0 -3
  65. package/dist/components/icons/DeleteIcon.d.ts.map +0 -1
  66. package/dist/components/icons/FullScreenIcon.d.ts +0 -3
  67. package/dist/components/icons/FullScreenIcon.d.ts.map +0 -1
  68. package/dist/components/icons/RecordIcon.d.ts +0 -3
  69. package/dist/components/icons/RecordIcon.d.ts.map +0 -1
  70. package/dist/components/icons/ResetBtn.d.ts +0 -3
  71. package/dist/components/icons/ResetBtn.d.ts.map +0 -1
  72. package/dist/components/icons/SendIcon.d.ts +0 -3
  73. package/dist/components/icons/SendIcon.d.ts.map +0 -1
  74. package/dist/components/icons/SendIconOff.d.ts +0 -3
  75. package/dist/components/icons/SendIconOff.d.ts.map +0 -1
  76. package/dist/components/icons/SendIconOn.d.ts +0 -3
  77. package/dist/components/icons/SendIconOn.d.ts.map +0 -1
  78. package/dist/components/icons/SparklesIcon.d.ts +0 -3
  79. package/dist/components/icons/SparklesIcon.d.ts.map +0 -1
  80. package/dist/components/icons/ThumbsDownIcon.d.ts +0 -5
  81. package/dist/components/icons/ThumbsDownIcon.d.ts.map +0 -1
  82. package/dist/components/icons/ThumbsUpIcon.d.ts +0 -5
  83. package/dist/components/icons/ThumbsUpIcon.d.ts.map +0 -1
  84. package/dist/components/icons/TickIcon.d.ts +0 -2
  85. package/dist/components/icons/TickIcon.d.ts.map +0 -1
  86. package/dist/components/icons/TrashIcon.d.ts +0 -3
  87. package/dist/components/icons/TrashIcon.d.ts.map +0 -1
  88. package/dist/components/icons/XIcon.d.ts +0 -5
  89. package/dist/components/icons/XIcon.d.ts.map +0 -1
  90. package/dist/components/icons/index.d.ts +0 -15
  91. package/dist/components/icons/index.d.ts.map +0 -1
  92. package/dist/components/image/PreviewImage.d.ts +0 -5
  93. package/dist/components/image/PreviewImage.d.ts.map +0 -1
  94. package/dist/components/index.d.ts +0 -3
  95. package/dist/components/index.d.ts.map +0 -1
  96. package/dist/components/inputs/textInput/components/FilePreview.d.ts +0 -12
  97. package/dist/components/inputs/textInput/components/FilePreview.d.ts.map +0 -1
  98. package/dist/components/inputs/textInput/components/ShortTextInput.d.ts +0 -13
  99. package/dist/components/inputs/textInput/components/ShortTextInput.d.ts.map +0 -1
  100. package/dist/components/inputs/textInput/components/TextInput.d.ts +0 -36
  101. package/dist/components/inputs/textInput/components/TextInput.d.ts.map +0 -1
  102. package/dist/components/inputs/textInput/index.d.ts +0 -3
  103. package/dist/components/inputs/textInput/index.d.ts.map +0 -1
  104. package/dist/components/mobile/MobileWelcomeScreen.d.ts +0 -13
  105. package/dist/components/mobile/MobileWelcomeScreen.d.ts.map +0 -1
  106. package/dist/constants.d.ts +0 -3
  107. package/dist/constants.d.ts.map +0 -1
  108. package/dist/features/bubble/components/Bubble.d.ts +0 -5
  109. package/dist/features/bubble/components/Bubble.d.ts.map +0 -1
  110. package/dist/features/bubble/components/BubbleButton.d.ts +0 -16
  111. package/dist/features/bubble/components/BubbleButton.d.ts.map +0 -1
  112. package/dist/features/bubble/components/Tooltip.d.ts +0 -15
  113. package/dist/features/bubble/components/Tooltip.d.ts.map +0 -1
  114. package/dist/features/bubble/components/index.d.ts +0 -2
  115. package/dist/features/bubble/components/index.d.ts.map +0 -1
  116. package/dist/features/bubble/index.d.ts +0 -2
  117. package/dist/features/bubble/index.d.ts.map +0 -1
  118. package/dist/features/bubble/types.d.ts +0 -111
  119. package/dist/features/bubble/types.d.ts.map +0 -1
  120. package/dist/features/full/components/Full.d.ts +0 -7
  121. package/dist/features/full/components/Full.d.ts.map +0 -1
  122. package/dist/features/full/components/index.d.ts +0 -2
  123. package/dist/features/full/components/index.d.ts.map +0 -1
  124. package/dist/features/full/index.d.ts +0 -2
  125. package/dist/features/full/index.d.ts.map +0 -1
  126. package/dist/features/popup/components/DisclaimerPopup.d.ts +0 -14
  127. package/dist/features/popup/components/DisclaimerPopup.d.ts.map +0 -1
  128. package/dist/features/popup/components/Popup.d.ts +0 -8
  129. package/dist/features/popup/components/Popup.d.ts.map +0 -1
  130. package/dist/features/popup/components/index.d.ts +0 -3
  131. package/dist/features/popup/components/index.d.ts.map +0 -1
  132. package/dist/features/popup/index.d.ts +0 -2
  133. package/dist/features/popup/index.d.ts.map +0 -1
  134. package/dist/features/popup/types.d.ts +0 -8
  135. package/dist/features/popup/types.d.ts.map +0 -1
  136. package/dist/hooks/useMobileDetection.d.ts +0 -52
  137. package/dist/hooks/useMobileDetection.d.ts.map +0 -1
  138. package/dist/queries/sendMessageQuery.d.ts +0 -125
  139. package/dist/queries/sendMessageQuery.d.ts.map +0 -1
  140. package/dist/register.d.ts +0 -2
  141. package/dist/register.d.ts.map +0 -1
  142. package/dist/test-markdown-component.d.ts +0 -2
  143. package/dist/test-markdown-component.d.ts.map +0 -1
  144. package/dist/types.d.ts +0 -1
  145. package/dist/types.d.ts.map +0 -1
  146. package/dist/utils/audioRecording.d.ts +0 -21
  147. package/dist/utils/audioRecording.d.ts.map +0 -1
  148. package/dist/utils/chatInputHistory.d.ts +0 -22
  149. package/dist/utils/chatInputHistory.d.ts.map +0 -1
  150. package/dist/utils/index.d.ts +0 -100
  151. package/dist/utils/index.d.ts.map +0 -1
  152. package/dist/utils/isMobileSignal.d.ts +0 -2
  153. package/dist/utils/isMobileSignal.d.ts.map +0 -1
  154. package/dist/utils/mobileUtils.d.ts +0 -32
  155. package/dist/utils/mobileUtils.d.ts.map +0 -1
  156. package/dist/utils/ultimateJsonParser.d.ts +0 -2
  157. package/dist/utils/ultimateJsonParser.d.ts.map +0 -1
  158. package/dist/web.d.ts +0 -29
  159. package/dist/web.d.ts.map +0 -1
  160. package/dist/web.js +0 -1
  161. package/dist/window.d.ts +0 -33
  162. package/dist/window.d.ts.map +0 -1
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="AugmentWebviewStateStore">
4
+ <option name="stateMap">
5
+ <map>
6
+ <entry key="CHAT_STATE" value="{&quot;currentConversationId&quot;:&quot;__NEW_AGENT__&quot;,&quot;conversations&quot;:{&quot;f520b4bb-b17c-4dbd-b4ec-1705df53b197&quot;:{&quot;id&quot;:&quot;f520b4bb-b17c-4dbd-b4ec-1705df53b197&quot;,&quot;createdAtIso&quot;:&quot;2025-07-02T01:49:55.611Z&quot;,&quot;lastInteractedAtIso&quot;:&quot;2025-07-02T01:50:53.537Z&quot;,&quot;chatHistory&quot;:[{&quot;status&quot;:&quot;success&quot;,&quot;request_id&quot;:&quot;ac16efd9-f6c2-4695-bc0d-c45919dd2a60&quot;,&quot;request_message&quot;:&quot;hi&quot;,&quot;rich_text_json_repr&quot;:{&quot;type&quot;:&quot;doc&quot;,&quot;content&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;content&quot;:[{&quot;type&quot;:&quot;text&quot;,&quot;text&quot;:&quot;hi&quot;}]}]},&quot;mentioned_items&quot;:[],&quot;structured_output_nodes&quot;:[{&quot;id&quot;:0,&quot;type&quot;:0,&quot;content&quot;:&quot;Hello! I can see you have the `package.json` file open in your Flowise workspace. How can I help you today? Are you looking to work on something specific with your Flowise project, or do you have any questions about the codebase?\n&quot;},{&quot;id&quot;:2,&quot;type&quot;:2,&quot;content&quot;:&quot;&quot;},{&quot;id&quot;:3,&quot;type&quot;:3,&quot;content&quot;:&quot;&quot;}],&quot;seen_state&quot;:&quot;seen&quot;,&quot;structured_request_nodes&quot;:[{&quot;id&quot;:0,&quot;type&quot;:0,&quot;text_node&quot;:{&quot;content&quot;:&quot;hi&quot;}},{&quot;id&quot;:1,&quot;type&quot;:4,&quot;ide_state_node&quot;:{&quot;workspaceFolders&quot;:[{&quot;repositoryRoot&quot;:&quot;E:/Flowise-share-chatbox-main&quot;,&quot;folderRoot&quot;:&quot;E:/Flowise-share-chatbox-main&quot;}],&quot;workspaceFoldersUnchanged&quot;:false}}],&quot;timestamp&quot;:&quot;2025-07-02T01:50:00.117Z&quot;,&quot;response_text&quot;:&quot;Hello! I can see you have the `package.json` file open in your Flowise workspace. How can I help you today? Are you looking to work on something specific with your Flowise project, or do you have any questions about the codebase?\n&quot;,&quot;workspace_file_chunks&quot;:[]},{&quot;status&quot;:&quot;success&quot;,&quot;request_id&quot;:&quot;c46271b4-899c-4155-a063-7013dd1c1bbe&quot;,&quot;request_message&quot;:&quot;hi&quot;,&quot;rich_text_json_repr&quot;:{&quot;type&quot;:&quot;doc&quot;,&quot;content&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;content&quot;:[{&quot;type&quot;:&quot;text&quot;,&quot;text&quot;:&quot;hi&quot;}]}]},&quot;mentioned_items&quot;:[],&quot;structured_output_nodes&quot;:[{&quot;id&quot;:0,&quot;type&quot;:0,&quot;content&quot;:&quot;Hello! I can see you have the `package.json` file open in your Flowise workspace. How can I help you today? Are you looking to work on something specific with your Flowise project, or do you have any questions about the codebase?\n&quot;},{&quot;id&quot;:2,&quot;type&quot;:2,&quot;content&quot;:&quot;&quot;},{&quot;id&quot;:3,&quot;type&quot;:3,&quot;content&quot;:&quot;&quot;}],&quot;seen_state&quot;:&quot;seen&quot;,&quot;structured_request_nodes&quot;:[{&quot;id&quot;:0,&quot;type&quot;:0,&quot;text_node&quot;:{&quot;content&quot;:&quot;hi&quot;}},{&quot;id&quot;:1,&quot;type&quot;:4,&quot;ide_state_node&quot;:{&quot;workspaceFolders&quot;:[{&quot;repositoryRoot&quot;:&quot;E:/Flowise-share-chatbox-main&quot;,&quot;folderRoot&quot;:&quot;E:/Flowise-share-chatbox-main&quot;}],&quot;workspaceFoldersUnchanged&quot;:false}}],&quot;timestamp&quot;:&quot;2025-07-02T01:50:53.537Z&quot;,&quot;response_text&quot;:&quot;Hello! I can see you have the `package.json` file open in your Flowise workspace. How can I help you today? Are you looking to work on something specific with your Flowise project, or do you have any questions about the codebase?\n&quot;,&quot;workspace_file_chunks&quot;:[]}],&quot;feedbackStates&quot;:{&quot;temp-fe-12dc0c41-9eb9-4ed7-a39f-5a3e9b7320c7&quot;:{&quot;selectedRating&quot;:0,&quot;feedbackNote&quot;:&quot;&quot;},&quot;temp-fe-6db7742a-0fbb-449b-a424-1845cb94df7f&quot;:{&quot;selectedRating&quot;:0,&quot;feedbackNote&quot;:&quot;&quot;}},&quot;toolUseStates&quot;:{},&quot;draftExchange&quot;:{&quot;request_message&quot;:&quot;&quot;,&quot;rich_text_json_repr&quot;:{&quot;type&quot;:&quot;doc&quot;,&quot;content&quot;:[{&quot;type&quot;:&quot;paragraph&quot;}]},&quot;status&quot;:&quot;draft&quot;},&quot;draftActiveContextIds&quot;:[&quot;E:/Flowise-share-chatbox-main/package.json&quot;,&quot;E:/Flowise-share-chatbox-mainfalsefalse&quot;,&quot;agentMemories&quot;],&quot;requestIds&quot;:[],&quot;isPinned&quot;:false,&quot;isShareable&quot;:true,&quot;extraData&quot;:{&quot;isAgentConversation&quot;:true,&quot;baselineTimestamp&quot;:0,&quot;hasDirtyEdits&quot;:false},&quot;personaType&quot;:0,&quot;rootTaskUuid&quot;:&quot;bb8b170d-1bc1-41e7-b5f8-34f6e384c25b&quot;},&quot;1b308883-2587-4731-a2ff-9b29831b673a&quot;:{&quot;id&quot;:&quot;1b308883-2587-4731-a2ff-9b29831b673a&quot;,&quot;createdAtIso&quot;:&quot;2025-07-02T01:56:22.841Z&quot;,&quot;lastInteractedAtIso&quot;:&quot;2025-07-02T12:28:17.439Z&quot;,&quot;chatHistory&quot;:[{&quot;status&quot;:&quot;success&quot;,&quot;request_id&quot;:&quot;bdb2702b-3c2b-4410-b2d8-ad33406a8050&quot;,&quot;request_message&quot;:&quot;hi&quot;,&quot;rich_text_json_repr&quot;:{&quot;type&quot;:&quot;doc&quot;,&quot;content&quot;:[{&quot;type&quot;:&quot;paragraph&quot;,&quot;content&quot;:[{&quot;type&quot;:&quot;text&quot;,&quot;text&quot;:&quot;hi&quot;}]}]},&quot;mentioned_items&quot;:[],&quot;structured_output_nodes&quot;:[{&quot;id&quot;:0,&quot;type&quot;:0,&quot;content&quot;:&quot;Hello! I can see you have the `package.json` file open in your Flowise workspace. How can I help you today? Are you looking to work on something specific with your Flowise project, or do you have any questions about the codebase?\n&quot;},{&quot;id&quot;:2,&quot;type&quot;:2,&quot;content&quot;:&quot;&quot;},{&quot;id&quot;:3,&quot;type&quot;:3,&quot;content&quot;:&quot;&quot;}],&quot;seen_state&quot;:&quot;seen&quot;,&quot;structured_request_nodes&quot;:[{&quot;id&quot;:0,&quot;type&quot;:0,&quot;text_node&quot;:{&quot;content&quot;:&quot;hi&quot;}},{&quot;id&quot;:1,&quot;type&quot;:4,&quot;ide_state_node&quot;:{&quot;workspaceFolders&quot;:[{&quot;repositoryRoot&quot;:&quot;E:/Flowise-share-chatbox-main&quot;,&quot;folderRoot&quot;:&quot;E:/Flowise-share-chatbox-main&quot;}],&quot;workspaceFoldersUnchanged&quot;:false}}],&quot;timestamp&quot;:&quot;2025-07-02T01:56:24.873Z&quot;,&quot;response_text&quot;:&quot;Hello! I can see you have the `package.json` file open in your Flowise workspace. How can I help you today? Are you looking to work on something specific with your Flowise project, or do you have any questions about the codebase?\n&quot;,&quot;workspace_file_chunks&quot;:[]}],&quot;feedbackStates&quot;:{&quot;temp-fe-0054af03-dd98-4d34-aaf1-4bbe2a9feac5&quot;:{&quot;selectedRating&quot;:0,&quot;feedbackNote&quot;:&quot;&quot;}},&quot;toolUseStates&quot;:{},&quot;draftExchange&quot;:{&quot;request_message&quot;:&quot;&quot;,&quot;rich_text_json_repr&quot;:{&quot;type&quot;:&quot;doc&quot;,&quot;content&quot;:[{&quot;type&quot;:&quot;paragraph&quot;}]},&quot;mentioned_items&quot;:[],&quot;status&quot;:&quot;draft&quot;},&quot;requestIds&quot;:[],&quot;isPinned&quot;:false,&quot;isShareable&quot;:true,&quot;extraData&quot;:{&quot;isAgentConversation&quot;:true,&quot;hasDirtyEdits&quot;:false},&quot;personaType&quot;:0,&quot;rootTaskUuid&quot;:&quot;36bb8caf-c456-40cd-a640-b5f844944807&quot;,&quot;draftActiveContextIds&quot;:[&quot;E:/Flowise-share-chatbox-main/package.json&quot;,&quot;E:/Flowise-share-chatbox-mainfalsefalse&quot;,&quot;userGuidelines&quot;,&quot;agentMemories&quot;]},&quot;__NEW_AGENT__&quot;:{&quot;id&quot;:&quot;__NEW_AGENT__&quot;,&quot;createdAtIso&quot;:&quot;2025-07-02T12:30:15.637Z&quot;,&quot;lastInteractedAtIso&quot;:&quot;2025-08-06T08:06:40.158Z&quot;,&quot;chatHistory&quot;:[{&quot;request_id&quot;:&quot;883e8d66-4fcc-48a0-92ae-9e7cb7899cd1&quot;,&quot;uuid&quot;:&quot;d446a3b8-8464-40f5-b526-645c3decda7d&quot;,&quot;chatItemType&quot;:&quot;agentic-checkpoint-delimiter&quot;,&quot;status&quot;:&quot;success&quot;,&quot;fromTimestamp&quot;:0,&quot;toTimestamp&quot;:1751459415638,&quot;seen_state&quot;:&quot;seen&quot;}],&quot;feedbackStates&quot;:{},&quot;toolUseStates&quot;:{},&quot;draftExchange&quot;:{&quot;request_message&quot;:&quot;&quot;,&quot;rich_text_json_repr&quot;:{&quot;type&quot;:&quot;doc&quot;,&quot;content&quot;:[{&quot;type&quot;:&quot;paragraph&quot;}]},&quot;mentioned_items&quot;:[],&quot;status&quot;:&quot;draft&quot;},&quot;requestIds&quot;:[],&quot;isPinned&quot;:false,&quot;isShareable&quot;:false,&quot;extraData&quot;:{&quot;isAgentConversation&quot;:true,&quot;hasDirtyEdits&quot;:false},&quot;personaType&quot;:0,&quot;rootTaskUuid&quot;:&quot;534868e5-60d3-4233-bfd9-8323badf99fd&quot;}},&quot;agentExecutionMode&quot;:&quot;manual&quot;,&quot;isPanelCollapsed&quot;:true,&quot;displayedAnnouncements&quot;:[],&quot;sortConversationsBy&quot;:&quot;lastMessageTimestamp&quot;,&quot;sendMode&quot;:&quot;send&quot;}" />
7
+ </map>
8
+ </option>
9
+ </component>
10
+ </project>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="WEB_MODULE" version="4">
3
+ <component name="NewModuleRootManager">
4
+ <content url="file://$MODULE_DIR$">
5
+ <excludeFolder url="file://$MODULE_DIR$/.tmp" />
6
+ <excludeFolder url="file://$MODULE_DIR$/temp" />
7
+ <excludeFolder url="file://$MODULE_DIR$/tmp" />
8
+ <excludeFolder url="file://$MODULE_DIR$/.idea" />
9
+ </content>
10
+ <orderEntry type="inheritedJdk" />
11
+ <orderEntry type="sourceFolder" forTests="false" />
12
+ </component>
13
+ </module>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectModuleManager">
4
+ <modules>
5
+ <module fileurl="file://$PROJECT_DIR$/.idea/Flowise-share-chatbox-main.iml" filepath="$PROJECT_DIR$/.idea/Flowise-share-chatbox-main.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
package/.idea/vcs.xml ADDED
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="" vcs="Git" />
5
+ </component>
6
+ </project>
package/README.md CHANGED
@@ -1,48 +1,48 @@
1
- <!-- markdownlint-disable MD030 -->
2
-
3
- # Flowise Embed React
4
-
5
- React library to display flowise chatbot on your website
6
-
7
- ![Flowise](https://github.com/FlowiseAI/FlowiseChatEmbed/blob/main/images/ChatEmbed.gif?raw=true)
8
-
9
- ## Install
10
-
11
- ```bash
12
- npm install c-agent-embedding c-agent-embedding-react
13
- ```
14
-
15
- or
16
-
17
- ```bash
18
- yarn add c-agent-embedding c-agent-embedding-react
19
- ```
20
-
21
- ## Import
22
-
23
- Full Page Chat
24
-
25
- ```tsx
26
- import { FullPageChat } from "c-agent-embedding-react";
27
-
28
- const App = () => {
29
- return (
30
- <FullPageChat
31
- chatflowid="your-chatflow-id"
32
- apiHost="http://localhost:3000"
33
- />
34
- );
35
- };
36
- ```
37
-
38
- Popup Chat
39
-
40
- ```tsx
41
- import { BubbleChat } from "c-agent-embedding-react";
42
-
43
- const App = () => {
44
- return (
45
- <BubbleChat chatflowid="your-chatflow-id" apiHost="http://localhost:3000" />
46
- );
47
- };
48
- ```
1
+ <!-- markdownlint-disable MD030 -->
2
+
3
+ # Flowise Embed React
4
+
5
+ React library to display flowise chatbot on your website
6
+
7
+ ![Flowise](https://github.com/FlowiseAI/FlowiseChatEmbed/blob/main/images/ChatEmbed.gif?raw=true)
8
+
9
+ ## Install
10
+
11
+ ```bash
12
+ npm install c-agent-embedding c-agent-embedding-react
13
+ ```
14
+
15
+ or
16
+
17
+ ```bash
18
+ yarn add c-agent-embedding c-agent-embedding-react
19
+ ```
20
+
21
+ ## Import
22
+
23
+ Full Page Chat
24
+
25
+ ```tsx
26
+ import { FullPageChat } from "c-agent-embedding-react";
27
+
28
+ const App = () => {
29
+ return (
30
+ <FullPageChat
31
+ chatflowid="your-chatflow-id"
32
+ apiHost="http://localhost:3000"
33
+ />
34
+ );
35
+ };
36
+ ```
37
+
38
+ Popup Chat
39
+
40
+ ```tsx
41
+ import { BubbleChat } from "c-agent-embedding-react";
42
+
43
+ const App = () => {
44
+ return (
45
+ <BubbleChat chatflowid="your-chatflow-id" apiHost="http://localhost:3000" />
46
+ );
47
+ };
48
+ ```
package/base.json CHANGED
@@ -1,21 +1,21 @@
1
- {
2
- "$schema": "https://json.schemastore.org/tsconfig",
3
- "display": "Default",
4
- "compilerOptions": {
5
- "composite": false,
6
- "declaration": true,
7
- "declarationMap": true,
8
- "esModuleInterop": true,
9
- "forceConsistentCasingInFileNames": true,
10
- "inlineSources": false,
11
- "isolatedModules": true,
12
- "moduleResolution": "node",
13
- "noUnusedLocals": false,
14
- "noUnusedParameters": false,
15
- "preserveWatchOutput": true,
16
- "skipLibCheck": true,
17
- "strict": true,
18
- "downlevelIteration": true
19
- },
20
- "exclude": ["node_modules"]
21
- }
1
+ {
2
+ "$schema": "https://json.schemastore.org/tsconfig",
3
+ "display": "Default",
4
+ "compilerOptions": {
5
+ "composite": false,
6
+ "declaration": true,
7
+ "declarationMap": true,
8
+ "esModuleInterop": true,
9
+ "forceConsistentCasingInFileNames": true,
10
+ "inlineSources": false,
11
+ "isolatedModules": true,
12
+ "moduleResolution": "node",
13
+ "noUnusedLocals": false,
14
+ "noUnusedParameters": false,
15
+ "preserveWatchOutput": true,
16
+ "skipLibCheck": true,
17
+ "strict": true,
18
+ "downlevelIteration": true
19
+ },
20
+ "exclude": ["node_modules"]
21
+ }