cmcts-c-agent-embedding 1.0.4 → 1.0.6

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.
package/.env CHANGED
@@ -1,36 +1,36 @@
1
- # ==============================================
2
- # REQUIRED CONFIGURATION
3
- # ==============================================
4
-
5
- # API Host URL (required)
6
- # This should be the URL where your Flowise instance is running
7
- # Example: https://your-flowise-instance.com
8
- API_HOST=https://stock.cmcts.ai/c-agent
9
-
10
- # Flowise API Key (required)
11
- # Generate this from your Flowise instance settings page
12
- # Example: OxxGE-h_LaH7ZYorStjTOik1XY999RxxoHpCSYl8BXxc
13
- FLOWISE_API_KEY=ztl44tnaaZKMAEHmPBYgCCw3tiEdE-ls5F9Uv7kyMG4
14
-
15
- # ==============================================
16
- # CHATFLOWS CONFIGURATION (required)
17
- # ==============================================
18
-
19
- # Format: [identifier]=[chatflowId],[allowedDomain1],[allowedDomain2],...
20
- #
21
- # Each entry consists of:
22
- # - identifier: Any name you choose (e.g., agent1, support, salesbot)
23
- # - chatflowId: The UUID of your Flowise chatflow
24
- # - allowedDomains: Comma-separated list of domains where this chat can be embedded
25
- # Note: Wildcard domains (*) are not supported for security reasons
26
- #
27
- # Examples:
28
- # agent1=20db97c6-64c9-4411-bab4-7d6202171600,https://example1.com
29
- # support=1c28f529-a70f-5001-9bc5-4f4c5d03d8c0,https://example2.com,https://another-example2.com
30
- # salesbot=3db97c6-64c9-4411-bab4-7d620217160a,https://sales.example.com
31
-
32
- # Add your chatflows below:
33
- chatflow_1=6a63bb88-88f7-4c4d-805e-9c027c85707b
34
- chatflow_2=
35
-
1
+ # ==============================================
2
+ # REQUIRED CONFIGURATION
3
+ # ==============================================
4
+
5
+ # API Host URL (required)
6
+ # This should be the URL where your Flowise instance is running
7
+ # Example: https://your-flowise-instance.com
8
+ API_HOST=https://stock.cmcts.ai/c-agent
9
+
10
+ # Flowise API Key (required)
11
+ # Generate this from your Flowise instance settings page
12
+ # Example: OxxGE-h_LaH7ZYorStjTOik1XY999RxxoHpCSYl8BXxc
13
+ FLOWISE_API_KEY=ztl44tnaaZKMAEHmPBYgCCw3tiEdE-ls5F9Uv7kyMG4
14
+
15
+ # ==============================================
16
+ # CHATFLOWS CONFIGURATION (required)
17
+ # ==============================================
18
+
19
+ # Format: [identifier]=[chatflowId],[allowedDomain1],[allowedDomain2],...
20
+ #
21
+ # Each entry consists of:
22
+ # - identifier: Any name you choose (e.g., agent1, support, salesbot)
23
+ # - chatflowId: The UUID of your Flowise chatflow
24
+ # - allowedDomains: Comma-separated list of domains where this chat can be embedded
25
+ # Note: Wildcard domains (*) are not supported for security reasons
26
+ #
27
+ # Examples:
28
+ # agent1=20db97c6-64c9-4411-bab4-7d6202171600,https://example1.com
29
+ # support=1c28f529-a70f-5001-9bc5-4f4c5d03d8c0,https://example2.com,https://another-example2.com
30
+ # salesbot=3db97c6-64c9-4411-bab4-7d620217160a,https://sales.example.com
31
+
32
+ # Add your chatflows below:
33
+ chatflow_1=6a63bb88-88f7-4c4d-805e-9c027c85707b
34
+ chatflow_2=
35
+
36
36
  CHATWOOT_BASE_URL=http://203.145.47.214:8003
@@ -8,5 +8,6 @@
8
8
  </content>
9
9
  <orderEntry type="inheritedJdk" />
10
10
  <orderEntry type="sourceFolder" forTests="false" />
11
+ <orderEntry type="module" module-name="Flowise-share-chatbox-main" />
11
12
  </component>
12
13
  </module>
@@ -1,5 +1,11 @@
1
1
  <component name="ProjectCodeStyleConfiguration">
2
2
  <code_scheme name="Project" version="173">
3
+ <option name="OTHER_INDENT_OPTIONS">
4
+ <value>
5
+ <option name="INDENT_SIZE" value="2" />
6
+ <option name="TAB_SIZE" value="2" />
7
+ </value>
8
+ </option>
3
9
  <option name="LINE_SEPARATOR" value="&#10;" />
4
10
  <HTMLCodeStyleSettings>
5
11
  <option name="HTML_SPACE_INSIDE_EMPTY_TAG" value="true" />
@@ -26,6 +32,13 @@
26
32
  <option name="INTERPOLATION_NEW_LINE_AFTER_START_DELIMITER" value="false" />
27
33
  <option name="INTERPOLATION_NEW_LINE_BEFORE_END_DELIMITER" value="false" />
28
34
  </VueCodeStyleSettings>
35
+ <codeStyleSettings language="CSS">
36
+ <indentOptions>
37
+ <option name="INDENT_SIZE" value="2" />
38
+ <option name="CONTINUATION_INDENT_SIZE" value="2" />
39
+ <option name="TAB_SIZE" value="2" />
40
+ </indentOptions>
41
+ </codeStyleSettings>
29
42
  <codeStyleSettings language="HTML">
30
43
  <option name="SOFT_MARGINS" value="150" />
31
44
  <indentOptions>
@@ -42,6 +55,24 @@
42
55
  <option name="TAB_SIZE" value="2" />
43
56
  </indentOptions>
44
57
  </codeStyleSettings>
58
+ <codeStyleSettings language="LESS">
59
+ <indentOptions>
60
+ <option name="CONTINUATION_INDENT_SIZE" value="2" />
61
+ <option name="TAB_SIZE" value="2" />
62
+ </indentOptions>
63
+ </codeStyleSettings>
64
+ <codeStyleSettings language="SASS">
65
+ <indentOptions>
66
+ <option name="CONTINUATION_INDENT_SIZE" value="2" />
67
+ <option name="TAB_SIZE" value="2" />
68
+ </indentOptions>
69
+ </codeStyleSettings>
70
+ <codeStyleSettings language="SCSS">
71
+ <indentOptions>
72
+ <option name="CONTINUATION_INDENT_SIZE" value="2" />
73
+ <option name="TAB_SIZE" value="2" />
74
+ </indentOptions>
75
+ </codeStyleSettings>
45
76
  <codeStyleSettings language="TypeScript">
46
77
  <option name="SOFT_MARGINS" value="150" />
47
78
  <indentOptions>
@@ -1,16 +1,6 @@
1
1
  <component name="InspectionProjectProfileManager">
2
2
  <profile version="1.0">
3
3
  <option name="myName" value="Project Default" />
4
- <inspection_tool class="HtmlUnknownAttribute" enabled="true" level="WARNING" enabled_by_default="true">
5
- <option name="myValues">
6
- <value>
7
- <list size="1">
8
- <item index="0" class="java.lang.String" itemvalue="className" />
9
- </list>
10
- </value>
11
- </option>
12
- <option name="myCustomValuesEnabled" value="true" />
13
- </inspection_tool>
14
- <inspection_tool class="JSXNamespaceValidation" enabled="false" level="INFORMATION" enabled_by_default="false" />
4
+ <inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
15
5
  </profile>
16
6
  </component>
package/.idea/misc.xml ADDED
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="AhkProjectSettings">
4
+ <option name="defaultAhkSdk" value="AutoHotkey v2.0.18" />
5
+ </component>
6
+ </project>
package/.idea/modules.xml CHANGED
@@ -3,6 +3,7 @@
3
3
  <component name="ProjectModuleManager">
4
4
  <modules>
5
5
  <module fileurl="file://$PROJECT_DIR$/.idea/Flowise-share-chatbox.iml" filepath="$PROJECT_DIR$/.idea/Flowise-share-chatbox.iml" />
6
+ <module fileurl="file://$PROJECT_DIR$/../Flowise-share-chatbox-main/.idea/Flowise-share-chatbox-main.iml" filepath="$PROJECT_DIR$/../Flowise-share-chatbox-main/.idea/Flowise-share-chatbox-main.iml" />
6
7
  </modules>
7
8
  </component>
8
9
  </project>
package/.idea/vcs.xml CHANGED
@@ -2,5 +2,6 @@
2
2
  <project version="4">
3
3
  <component name="VcsDirectoryMappings">
4
4
  <mapping directory="" vcs="Git" />
5
+ <mapping directory="$PROJECT_DIR$/../Flowise-share-chatbox-main" vcs="Git" />
5
6
  </component>
6
7
  </project>