@agentscope-ai/flow 0.0.1

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 (176) hide show
  1. package/README.zh-CN.md +67 -0
  2. package/dist/components/base-node/index.d.ts +27 -0
  3. package/dist/components/base-node/index.js +320 -0
  4. package/dist/components/base-node/index.less +258 -0
  5. package/dist/components/branch-title-header/index.d.ts +12 -0
  6. package/dist/components/branch-title-header/index.js +176 -0
  7. package/dist/components/branch-title-header/index.less +28 -0
  8. package/dist/components/check-list-btn/index.d.ts +4 -0
  9. package/dist/components/check-list-btn/index.js +144 -0
  10. package/dist/components/check-list-btn/index.less +113 -0
  11. package/dist/components/code-input/index.d.ts +24 -0
  12. package/dist/components/code-input/index.js +356 -0
  13. package/dist/components/code-input/index.less +87 -0
  14. package/dist/components/condition-item/index.d.ts +13 -0
  15. package/dist/components/condition-item/index.js +185 -0
  16. package/dist/components/condition-item/index.less +23 -0
  17. package/dist/components/custom-connection-line/index.d.ts +4 -0
  18. package/dist/components/custom-connection-line/index.js +28 -0
  19. package/dist/components/custom-handle/source-handle.d.ts +10 -0
  20. package/dist/components/custom-handle/source-handle.js +45 -0
  21. package/dist/components/custom-handle/target-handle.d.ts +6 -0
  22. package/dist/components/custom-handle/target-handle.js +21 -0
  23. package/dist/components/custom-inputs-control/index.d.ts +56 -0
  24. package/dist/components/custom-inputs-control/index.js +366 -0
  25. package/dist/components/custom-inputs-control/index.less +28 -0
  26. package/dist/components/custom-outputs-form/index.d.ts +24 -0
  27. package/dist/components/custom-outputs-form/index.js +346 -0
  28. package/dist/components/custom-outputs-form/index.less +51 -0
  29. package/dist/components/drag-panel/index.d.ts +10 -0
  30. package/dist/components/drag-panel/index.js +79 -0
  31. package/dist/components/drag-panel/index.less +23 -0
  32. package/dist/components/draggable-with-handle/index.d.ts +13 -0
  33. package/dist/components/draggable-with-handle/index.js +81 -0
  34. package/dist/components/draggable-with-handle/index.less +23 -0
  35. package/dist/components/flow-aside/index.d.ts +4 -0
  36. package/dist/components/flow-aside/index.js +62 -0
  37. package/dist/components/flow-aside/index.less +84 -0
  38. package/dist/components/flow-base-edge/index.d.ts +5 -0
  39. package/dist/components/flow-base-edge/index.js +226 -0
  40. package/dist/components/flow-base-edge/index.less +28 -0
  41. package/dist/components/flow-base-edge/linear-gradient-svg.d.ts +21 -0
  42. package/dist/components/flow-base-edge/linear-gradient-svg.js +32 -0
  43. package/dist/components/flow-icon/index.d.ts +9 -0
  44. package/dist/components/flow-icon/index.js +30 -0
  45. package/dist/components/flow-icon/index.less +20 -0
  46. package/dist/components/flow-mini-map/index.d.ts +4 -0
  47. package/dist/components/flow-mini-map/index.js +26 -0
  48. package/dist/components/flow-mini-map/index.less +22 -0
  49. package/dist/components/flow-panel/config-panel.d.ts +15 -0
  50. package/dist/components/flow-panel/config-panel.js +303 -0
  51. package/dist/components/flow-panel/index.d.ts +7 -0
  52. package/dist/components/flow-panel/index.js +7 -0
  53. package/dist/components/flow-panel/index.less +85 -0
  54. package/dist/components/flow-panel/panel-container.d.ts +12 -0
  55. package/dist/components/flow-panel/panel-container.js +25 -0
  56. package/dist/components/flow-tools/add-node-btn.d.ts +3 -0
  57. package/dist/components/flow-tools/add-node-btn.js +26 -0
  58. package/dist/components/flow-tools/history-btn.d.ts +3 -0
  59. package/dist/components/flow-tools/history-btn.js +59 -0
  60. package/dist/components/flow-tools/index.d.ts +4 -0
  61. package/dist/components/flow-tools/index.js +29 -0
  62. package/dist/components/flow-tools/index.less +82 -0
  63. package/dist/components/flow-tools/layout-btn.d.ts +3 -0
  64. package/dist/components/flow-tools/layout-btn.js +27 -0
  65. package/dist/components/flow-tools/mini-map-btn.d.ts +3 -0
  66. package/dist/components/flow-tools/mini-map-btn.js +32 -0
  67. package/dist/components/flow-tools/scale-btn.d.ts +3 -0
  68. package/dist/components/flow-tools/scale-btn.js +101 -0
  69. package/dist/components/flow-tools/short-key-btn.d.ts +3 -0
  70. package/dist/components/flow-tools/short-key-btn.js +38 -0
  71. package/dist/components/flow-tools/short-key-content.d.ts +4 -0
  72. package/dist/components/flow-tools/short-key-content.js +153 -0
  73. package/dist/components/flow-tools/short-key-content.less +38 -0
  74. package/dist/components/flow-tools/touch-mode-btn.d.ts +3 -0
  75. package/dist/components/flow-tools/touch-mode-btn.js +89 -0
  76. package/dist/components/input-text-area/index.d.ts +16 -0
  77. package/dist/components/input-text-area/index.js +74 -0
  78. package/dist/components/input-text-area/index.less +30 -0
  79. package/dist/components/judge-form/index.d.ts +13 -0
  80. package/dist/components/judge-form/index.js +182 -0
  81. package/dist/components/judge-form/index.less +11 -0
  82. package/dist/components/node-menu/index.d.ts +35 -0
  83. package/dist/components/node-menu/index.js +266 -0
  84. package/dist/components/node-menu/index.less +79 -0
  85. package/dist/components/node-resizer/index.d.ts +11 -0
  86. package/dist/components/node-resizer/index.js +46 -0
  87. package/dist/components/node-resizer/index.less +12 -0
  88. package/dist/components/node-result-panel/index.d.ts +9 -0
  89. package/dist/components/node-result-panel/index.js +155 -0
  90. package/dist/components/node-result-panel/index.less +132 -0
  91. package/dist/components/node-tree/index.d.ts +4 -0
  92. package/dist/components/node-tree/index.js +213 -0
  93. package/dist/components/node-tree/index.less +51 -0
  94. package/dist/components/output-params-tree/index.d.ts +10 -0
  95. package/dist/components/output-params-tree/index.js +34 -0
  96. package/dist/components/output-params-tree/index.less +27 -0
  97. package/dist/components/script-code-mirror/index.d.ts +14 -0
  98. package/dist/components/script-code-mirror/index.js +162 -0
  99. package/dist/components/script-code-mirror/index.less +11 -0
  100. package/dist/components/script-edit-modal/index.d.ts +30 -0
  101. package/dist/components/script-edit-modal/index.js +84 -0
  102. package/dist/components/script-edit-modal/index.less +24 -0
  103. package/dist/components/select-with-desc/index.d.ts +5 -0
  104. package/dist/components/select-with-desc/index.js +20 -0
  105. package/dist/components/select-with-desc/index.less +11 -0
  106. package/dist/components/task-status/index.d.ts +4 -0
  107. package/dist/components/task-status/index.js +209 -0
  108. package/dist/components/task-status/index.less +65 -0
  109. package/dist/components/var-input-text-area/index.d.ts +17 -0
  110. package/dist/components/var-input-text-area/index.js +211 -0
  111. package/dist/components/var-input-text-area/index.less +64 -0
  112. package/dist/components/var-type-prefix/index.d.ts +17 -0
  113. package/dist/components/var-type-prefix/index.js +21 -0
  114. package/dist/components/variable-input/index.d.ts +24 -0
  115. package/dist/components/variable-input/index.js +163 -0
  116. package/dist/components/variable-input/index.less +13 -0
  117. package/dist/components/variable-tree-select/index.d.ts +33 -0
  118. package/dist/components/variable-tree-select/index.js +160 -0
  119. package/dist/components/variable-tree-select/index.less +61 -0
  120. package/dist/constant/index.d.ts +61 -0
  121. package/dist/constant/index.js +515 -0
  122. package/dist/flow/animate.css +5 -0
  123. package/dist/flow/context.d.ts +12 -0
  124. package/dist/flow/context.js +44 -0
  125. package/dist/flow/index.d.ts +13 -0
  126. package/dist/flow/index.js +162 -0
  127. package/dist/flow/index.less +72 -0
  128. package/dist/hooks/index.d.ts +10 -0
  129. package/dist/hooks/index.js +10 -0
  130. package/dist/hooks/use-edges-interaction.d.ts +11 -0
  131. package/dist/hooks/use-edges-interaction.js +125 -0
  132. package/dist/hooks/use-flow-debug-interaction.d.ts +5 -0
  133. package/dist/hooks/use-flow-debug-interaction.js +23 -0
  134. package/dist/hooks/use-flow-interaction.d.ts +12 -0
  135. package/dist/hooks/use-flow-interaction.js +173 -0
  136. package/dist/hooks/use-flow-key-press.d.ts +1 -0
  137. package/dist/hooks/use-flow-key-press.js +32 -0
  138. package/dist/hooks/use-flow-save.d.ts +5 -0
  139. package/dist/hooks/use-flow-save.js +47 -0
  140. package/dist/hooks/use-flow-view-port.d.ts +7 -0
  141. package/dist/hooks/use-flow-view-port.js +46 -0
  142. package/dist/hooks/use-history.d.ts +21 -0
  143. package/dist/hooks/use-history.js +80 -0
  144. package/dist/hooks/use-nodes-interaction.d.ts +34 -0
  145. package/dist/hooks/use-nodes-interaction.js +777 -0
  146. package/dist/hooks/use-nodes-output-params.d.ts +31 -0
  147. package/dist/hooks/use-nodes-output-params.js +300 -0
  148. package/dist/hooks/use-nodes-update.d.ts +9 -0
  149. package/dist/hooks/use-nodes-update.js +38 -0
  150. package/dist/hooks/use-work-flow.d.ts +4 -0
  151. package/dist/hooks/use-work-flow.js +21 -0
  152. package/dist/i18n/i18n.d.ts +62 -0
  153. package/dist/i18n/i18n.js +111 -0
  154. package/dist/i18n/index.d.ts +3 -0
  155. package/dist/i18n/index.js +12 -0
  156. package/dist/i18n/locales/en-us.json +327 -0
  157. package/dist/i18n/locales/ja-jp.json +300 -0
  158. package/dist/i18n/locales/zh-cn.json +327 -0
  159. package/dist/index.css +1 -0
  160. package/dist/index.d.ts +47 -0
  161. package/dist/index.js +47 -0
  162. package/dist/index.less +1 -0
  163. package/dist/store/index.d.ts +70 -0
  164. package/dist/store/index.js +146 -0
  165. package/dist/tailwind.css +28 -0
  166. package/dist/types/work-flow.d.ts +188 -0
  167. package/dist/types/work-flow.js +1 -0
  168. package/dist/utils/default-values.d.ts +2 -0
  169. package/dist/utils/default-values.js +16 -0
  170. package/dist/utils/index.d.ts +39 -0
  171. package/dist/utils/index.js +273 -0
  172. package/dist/utils/unique-id.d.ts +2 -0
  173. package/dist/utils/unique-id.js +39 -0
  174. package/dist/utils/work-flow.d.ts +17 -0
  175. package/dist/utils/work-flow.js +44 -0
  176. package/package.json +78 -0
@@ -0,0 +1,327 @@
1
+ {
2
+ "spark-flow.components.BaseNode.index.copySuccess": "Successfully copied!",
3
+ "spark-flow.components.BaseNode.index.copy": "Copy",
4
+ "spark-flow.components.BaseNode.index.delete": "Delete",
5
+ "spark-flow.components.BaseNode.index.debug": "Debug",
6
+ "spark-flow.components.BaseNode.index.whenError": "when errors occurred",
7
+ "spark-flow.components.BaseNode.index.errorBranch": "Error branch",
8
+ "spark-flow.components.CheckListBtn.index.checklistVar1": "Checklist · {var1}",
9
+ "spark-flow.components.CheckListBtn.index.allResolved": "All items in the checklist have been resolved",
10
+ "spark-flow.components.CodeInput.index.arrayEmpty": "Array(Empty)",
11
+ "spark-flow.components.CodeInput.index.arrayMixed": "Array<Multiple types>",
12
+ "spark-flow.components.CodeInput.index.fileObject": "File-style object",
13
+ "spark-flow.components.CodeInput.index.expectArrayGotVar1": "Expected array, but {var1} received",
14
+ "spark-flow.components.CodeInput.index.arrayItemNotObjectVar1Var2": "The {var1} item in the array is not an object type, but {var2}",
15
+ "spark-flow.components.CodeInput.index.arrayItemNotStringVar1Var2": "The {var1} item in the array is not a string type, but {var2}",
16
+ "spark-flow.components.CodeInput.index.arrayItemNotNumberVar1Var2": "The {var1} item in the array is not a number type, but {var2}",
17
+ "spark-flow.components.CodeInput.index.arrayItemNotBooleanVar1Var2": "The {var1} item in the array is not a boolean type, but {var2}",
18
+ "spark-flow.components.CodeInput.index.arrayItemNotFileVar1Var2": "The {var1} item in the array is not a file type, but {var2}",
19
+ "spark-flow.components.CodeInput.index.expectObjectGotVar1": "Expected object, but {var1} received",
20
+ "spark-flow.components.CodeInput.index.expectStringGotVar1": "Expected string, but {var1} received",
21
+ "spark-flow.components.CodeInput.index.expectNumberGotVar1": "Expected number, but {var1} received",
22
+ "spark-flow.components.CodeInput.index.expectBooleanGotVar1": "Expected boolean, but {var1} received",
23
+ "spark-flow.components.CodeInput.index.expectFileGotVar1": "Expected file, but {var1} received",
24
+ "spark-flow.components.CodeInput.index.jsonParseErrorVar1": "JSON parsing error: {var1}",
25
+ "spark-flow.components.CustomInputsControl.index.selectVariable": "Select variable",
26
+ "spark-flow.components.CustomInputsControl.index.noInputNeeded": "No input value is required",
27
+ "spark-flow.components.CustomInputsControl.index.reference": "Reference",
28
+ "spark-flow.components.CustomInputsControl.index.input": "Input",
29
+ "spark-flow.components.CustomInputsControl.index.variableName": "Name",
30
+ "spark-flow.components.CustomInputsControl.index.referenceType": "Source",
31
+ "spark-flow.components.CustomInputsControl.index.value": "Value",
32
+ "spark-flow.components.CustomInputsControl.index.enterVariableName": "Enter Name",
33
+ "spark-flow.components.CustomInputsControl.index.addVariable": "Add",
34
+ "spark-flow.components.CustomOutputsForm.index.selectVariableType": "Select variable type",
35
+ "spark-flow.components.CustomOutputsForm.index.enterVariableName": "Enter Name",
36
+ "spark-flow.components.CustomOutputsForm.index.enterVariableDescription": "Enter Description",
37
+ "spark-flow.components.CustomOutputsForm.index.addVariable": "Add",
38
+ "spark-flow.components.CustomOutputsForm.index.addSubVariable": "Add sub variable",
39
+ "spark-flow.components.CustomOutputsForm.index.variableName": "Name",
40
+ "spark-flow.components.CustomOutputsForm.index.type": "Type",
41
+ "spark-flow.components.CustomOutputsForm.index.description": "Description",
42
+ "spark-flow.components.FlowAside.index.nodeManagement": "Node",
43
+ "spark-flow.components.FlowAside.index.nodeLibrary": "Library",
44
+ "spark-flow.components.FlowAside.index.current": "Current",
45
+ "spark-flow.components.FlowPanel.ConfigPanel.copySuccess": "Successful",
46
+ "spark-flow.components.FlowPanel.ConfigPanel.enterNodeName": "Enter node name",
47
+ "spark-flow.components.FlowPanel.ConfigPanel.nodeNameExists": "Node name already exists",
48
+ "spark-flow.components.FlowPanel.ConfigPanel.enterDescription": "Enter description...",
49
+ "spark-flow.components.FlowPanel.ConfigPanel.nodeNameConfig": "【Node name】Configuration",
50
+ "spark-flow.components.FlowPanel.ConfigPanel.debug": "Debug",
51
+ "spark-flow.components.FlowPanel.ConfigPanel.rename": "Rename",
52
+ "spark-flow.components.FlowPanel.ConfigPanel.copy": "Copy",
53
+ "spark-flow.components.FlowPanel.ConfigPanel.delete": "Delete",
54
+ "spark-flow.components.FlowPanel.ConfigPanel.pleaseConfigureFirst": "Please configure",
55
+ "spark-flow.components.FlowTools.AddNodeBtn.addNode": "Add node",
56
+ "spark-flow.components.FlowTools.HistoryBtn.undo": "Undo",
57
+ "spark-flow.components.FlowTools.HistoryBtn.redo": "Redo",
58
+ "spark-flow.components.FlowTools.LayoutBtn.optimizeLayout": "Layout Optimization",
59
+ "spark-flow.components.FlowTools.MiniMapBtn.miniMap": "Thumbnail",
60
+ "spark-flow.components.FlowTools.ScaleBtn.autoView": "Adaptive view",
61
+ "spark-flow.components.FlowTools.ScaleBtn.scale": "Zoom out",
62
+ "spark-flow.components.FlowTools.ShortKeyBtn.shortcutKeys": "Shortcut",
63
+ "spark-flow.components.FlowTools.ShortKeyContent.command": "⌘",
64
+ "spark-flow.components.FlowTools.ShortKeyContent.shift": "⇧",
65
+ "spark-flow.components.FlowTools.ShortKeyContent.moveCanvas": "Move canvas",
66
+ "spark-flow.components.FlowTools.ShortKeyContent.spacebar": "Space",
67
+ "spark-flow.components.FlowTools.ShortKeyContent.drag": "Drag",
68
+ "spark-flow.components.FlowTools.ShortKeyContent.zoomIn": "Zoom in",
69
+ "spark-flow.components.FlowTools.ShortKeyContent.scroll": "Scroll",
70
+ "spark-flow.components.FlowTools.ShortKeyContent.or": "Or",
71
+ "spark-flow.components.FlowTools.ShortKeyContent.zoomOut": "Zoom out",
72
+ "spark-flow.components.FlowTools.ShortKeyContent.undo": "Undo",
73
+ "spark-flow.components.FlowTools.ShortKeyContent.redo": "Redo",
74
+ "spark-flow.components.FlowTools.ShortKeyContent.delete": "Delete",
75
+ "spark-flow.components.FlowTools.ShortKeyContent.backspace": "Backspace",
76
+ "spark-flow.components.FlowTools.TouchModeBtn.mouseFriendlyMode": "Mouse-friendly",
77
+ "spark-flow.components.FlowTools.TouchModeBtn.mouseLeftDragCanvasZoom": "Drag canvas with the left mouse button, scroll wheel to zoom.",
78
+ "spark-flow.components.FlowTools.TouchModeBtn.touchpadFriendlyMode": "Trackpad-friendly",
79
+ "spark-flow.components.FlowTools.TouchModeBtn.twoFingersMoveDragTwoFingersOpenZoom": "Two fingers moving to drag, two fingers spreading to zoom",
80
+ "spark-flow.components.NodeMenu.index.ungrouped": "Ungrouped",
81
+ "spark-flow.components.NodeMenu.index.searchNodeName": "Search",
82
+ "spark-flow.components.NodeResultPanel.index.success": "Succeed",
83
+ "spark-flow.components.NodeResultPanel.index.executing": "Executing",
84
+ "spark-flow.components.NodeResultPanel.index.skipped": "Skipped",
85
+ "spark-flow.components.NodeResultPanel.index.failed": "Failed",
86
+ "spark-flow.components.NodeResultPanel.index.stopped": "Stopped",
87
+ "spark-flow.components.NodeResultPanel.index.paused": "Paused",
88
+ "spark-flow.components.NodeResultPanel.index.input": "Input",
89
+ "spark-flow.components.NodeResultPanel.index.output": "Output",
90
+ "spark-flow.components.NodeTree.index.searchNodeName": "Search",
91
+ "spark-flow.components.ShortMemoryForm.index.nodeCache": "Node cache",
92
+ "spark-flow.components.ShortMemoryForm.index.customCache": "Custom cache",
93
+ "spark-flow.components.ShortMemoryForm.index.memory": "Memory",
94
+ "spark-flow.components.TaskStatus.index.runSuccess": "Successful",
95
+ "spark-flow.components.TaskStatus.index.running": "Running",
96
+ "spark-flow.components.TaskStatus.index.skipped": "Skipped",
97
+ "spark-flow.components.TaskStatus.index.runFailed": "Failed",
98
+ "spark-flow.components.TaskStatus.index.stopped": "Stopped",
99
+ "spark-flow.components.TaskStatus.index.paused": "Paused",
100
+ "spark-flow.components.TaskStatus.index.requestIdCopied": "Request ID Copied",
101
+ "spark-flow.components.TaskStatus.index.nodeId": "Node ID",
102
+ "spark-flow.components.TaskStatus.index.nodeType": "Node Type",
103
+ "spark-flow.components.TaskStatus.index.inputTokens": "Input Tokens",
104
+ "spark-flow.components.TaskStatus.index.outputTokens": "Output Tokens",
105
+ "spark-flow.components.TaskStatus.index.tokenDetails": "Token Details",
106
+ "spark-flow.components.TaskStatus.index.hideTestResult": "Hide Test Result",
107
+ "spark-flow.components.TaskStatus.index.showTestResult": "Show Test Result",
108
+ "spark-flow.components.VarInputTextArea.index.maxInputChars": "Maximum {var1} Characters",
109
+ "spark-flow.components.VarInputTextArea.index.invalidVariable": "Invalid Variable",
110
+ "spark-flow.components.VarInputTextArea.index.builtinVariable": "Built-in Variable",
111
+ "spark-flow.components.VarInputTextArea.index.conversationVariable": "Conversation Variable",
112
+ "spark-flow.components.VarInputTextArea.index.insertVariableWithSlash": "Type \"/\" to Insert Variable",
113
+ "spark-flow.components.VariableInput.index.inputVariableValue": "Input Variable Value",
114
+ "spark-flow.components.VariableInput.index.select": "Select",
115
+ "spark-flow.components.VariableInput.index.yes": "Yes",
116
+ "spark-flow.components.VariableInput.index.no": "No",
117
+ "spark-flow.demos.spark-flow-1.components.ErrorCatchForm.index.defaultValue": "Default Value",
118
+ "spark-flow.demos.spark-flow-1.components.ErrorCatchForm.index.defaultOutputWhenExceptionOccurs": "Specify Default Output When Exception Occurs",
119
+ "spark-flow.demos.spark-flow-1.components.ErrorCatchForm.index.exceptionBranch": "Exceptional Branch",
120
+ "spark-flow.demos.spark-flow-1.components.ErrorCatchForm.index.executeExceptionBranchWhenExceptionOccurs": "Execute Exceptional Branch When Exception Occurs",
121
+ "spark-flow.demos.spark-flow-1.components.ErrorCatchForm.index.exceptionHandling": "Exceptional Handling",
122
+ "spark-flow.demos.spark-flow-1.components.ErrorCatchForm.index.handlingMethod": "Handling Method",
123
+ "spark-flow.demos.spark-flow-1.components.ExtractParamEditModal.index.editParameter": "Edit Parameter",
124
+ "spark-flow.demos.spark-flow-1.components.ExtractParamEditModal.index.addParameter": "Add Parameter",
125
+ "spark-flow.demos.spark-flow-1.components.ExtractParamEditModal.index.name": "Name",
126
+ "spark-flow.demos.spark-flow-1.components.ExtractParamEditModal.index.enterParameterName": "Enter Parameter Name",
127
+ "spark-flow.demos.spark-flow-1.components.ExtractParamEditModal.index.mustContainLettersNumbersUnderscoresAndDollarAndCannotStartWithNumber": "Can only contain Letters, Numbers, Underscores and $, and Cannot Start With a Number",
128
+ "spark-flow.demos.spark-flow-1.components.ExtractParamEditModal.index.parameterNameAlreadyExists": "Parameter Name Already Exists",
129
+ "spark-flow.demos.spark-flow-1.components.ExtractParamEditModal.index.enter": "Enter",
130
+ "spark-flow.demos.spark-flow-1.components.ExtractParamEditModal.index.type": "Type",
131
+ "spark-flow.demos.spark-flow-1.components.ExtractParamEditModal.index.selectParameterType": "Select Parameter Type",
132
+ "spark-flow.demos.spark-flow-1.components.ExtractParamEditModal.index.selectType": "Select Type",
133
+ "spark-flow.demos.spark-flow-1.components.ExtractParamEditModal.index.description": "Description",
134
+ "spark-flow.demos.spark-flow-1.components.ExtractParamEditModal.index.enterParameterDescription": "Enter Parameter Description",
135
+ "spark-flow.demos.spark-flow-1.components.ExtractParamEditModal.index.parameterDescription": "Parameter Description",
136
+ "spark-flow.demos.spark-flow-1.components.ExtractParamEditModal.index.required": "Required",
137
+ "spark-flow.demos.spark-flow-1.components.ExtractParamEditModal.index.requiredIsForModelInferenceReferenceOnlyNotForMandatoryValidationOfParameterOutput": "Required Parameter is for LLM Only, Not for Validation of Output.",
138
+ "spark-flow.demos.spark-flow-1.components.ExtractParamItem.index.required": "Required",
139
+ "spark-flow.demos.spark-flow-1.components.ExtractParamItem.index.notRequired": "Not Required",
140
+ "spark-flow.demos.spark-flow-1.components.GroupVariableForm.index.reference": "Reference",
141
+ "spark-flow.demos.spark-flow-1.components.GroupVariableForm.index.input": "Input",
142
+ "spark-flow.demos.spark-flow-1.components.GroupVariableForm.index.referenceMethod": "Source",
143
+ "spark-flow.demos.spark-flow-1.components.GroupVariableForm.index.variable": "Variable",
144
+ "spark-flow.demos.spark-flow-1.components.ModelConfigForm.index.selectModelFirst": "Please Select Model",
145
+ "spark-flow.demos.spark-flow-1.components.ModelConfigForm.index.selectModel": "Please Select Model",
146
+ "spark-flow.demos.spark-flow-1.components.ModelConfigForm.index.visual": "Vision",
147
+ "spark-flow.demos.spark-flow-1.components.ModelConfigForm.index.variable": "Variable",
148
+ "spark-flow.demos.spark-flow-1.components.RetryForm.index.retryOnFailure": "Retry on Failure",
149
+ "spark-flow.demos.spark-flow-1.components.RetryForm.index.maxRetryTimes": "Max Retries",
150
+ "spark-flow.demos.spark-flow-1.components.RetryForm.index.retryInterval": "Retry Interval",
151
+ "spark-flow.demos.spark-flow-1.components.ShortMemoryForm.index.nodeCache": "Node Cache",
152
+ "spark-flow.demos.spark-flow-1.components.ShortMemoryForm.index.customCache": "Custom Cache",
153
+ "spark-flow.demos.spark-flow-1.components.ShortMemoryForm.index.memory": "Memory",
154
+ "spark-flow.demos.spark-flow-1.components.SingleNodeDrawer.index.testRun": "Run",
155
+ "spark-flow.demos.spark-flow-1.components.SingleNodeDrawer.index.inputVariables": "Input",
156
+ "spark-flow.demos.spark-flow-1.components.SingleNodeDrawer.index.variableDescription": "Description",
157
+ "spark-flow.demos.spark-flow-1.components.SingleNodeDrawer.index.run": "Run",
158
+ "spark-flow.demos.spark-flow-1.components.SingleNodeDrawer.index.reset": "Reset",
159
+ "spark-flow.demos.spark-flow-1.components.TestPanel.index.testPanel": "Test Panel",
160
+ "spark-flow.demos.spark-flow-1.components.WorkFlowHeader.index.canvasConfiguration": "Canvas",
161
+ "spark-flow.demos.spark-flow-1.components.WorkFlowHeader.index.publishChannels": "Publish",
162
+ "spark-flow.demos.spark-flow-1.components.WorkFlowHeader.index.end": "End",
163
+ "spark-flow.demos.spark-flow-1.components.WorkFlowHeader.index.hello": "Hello",
164
+ "spark-flow.demos.spark-flow-1.components.WorkFlowHeader.index.helloSysQueryUser": "{\"sys\":{\"query\":\"Hello\"},\"user\":{}}",
165
+ "spark-flow.demos.spark-flow-1.components.WorkFlowHeader.index.start": "Start",
166
+ "spark-flow.demos.spark-flow-1.components.WorkFlowHeader.index.startInput": "{\"input\":{\"provider\":\"87a5a76e\",\"modelId\":\"qwen-max\",\"messages\":[{\"message_type\":\"SYSTEM\",\"metadata\":{\"messageType\":\"SYSTEM\"},\"text\":\"You are an assistant\"},{\"message_type\":\"USER\",\"metadata\":{\"messageType\":\"USER\"},\"media\":[],\"text\":\"Hello\"}],\"params\":{}}}",
167
+ "spark-flow.demos.spark-flow-1.components.WorkFlowHeader.index.startOutput": "{\"output\":\"Hello! How can I assist you?\"}",
168
+ "spark-flow.demos.spark-flow-1.components.WorkFlowHeader.index.largeModel1": "LLM 1",
169
+ "spark-flow.demos.spark-flow-1.components.WorkFlowHeader.index.helloWhatCanIHelpYou": "Hello! How can I assist you?",
170
+ "spark-flow.demos.spark-flow-1.components.WorkFlowHeader.index.test": "Run",
171
+ "spark-flow.demos.spark-flow-1.components.WorkFlowHeader.index.displayTestResults": "Display Test Results",
172
+ "spark-flow.demos.spark-flow-1.components.WorkFlowHeader.index.publish": "Publish",
173
+ "spark-flow.demos.spark-flow-1.constant.NodeSchema.start": "Start",
174
+ "spark-flow.demos.spark-flow-1.constant.NodeSchema.startNode": "Start",
175
+ "spark-flow.demos.spark-flow-1.constant.NodeSchema.basic": "Basic",
176
+ "spark-flow.demos.spark-flow-1.constant.NodeSchema.end": "End",
177
+ "spark-flow.demos.spark-flow-1.constant.NodeSchema.endNode": "End",
178
+ "spark-flow.demos.spark-flow-1.constant.NodeSchema.largeModel": "LLM",
179
+ "spark-flow.demos.spark-flow-1.constant.NodeSchema.largeModelNode": "LLM",
180
+ "spark-flow.demos.spark-flow-1.constant.NodeSchema.interaction": "Interaction",
181
+ "spark-flow.demos.spark-flow-1.constant.NodeSchema.processOutput": "Output",
182
+ "spark-flow.demos.spark-flow-1.constant.NodeSchema.processOutputNode": "Output",
183
+ "spark-flow.demos.spark-flow-1.constant.NodeSchema.script": "Script",
184
+ "spark-flow.demos.spark-flow-1.constant.NodeSchema.scriptNode": "Script",
185
+ "spark-flow.demos.spark-flow-1.constant.NodeSchema.logic": "Logic",
186
+ "spark-flow.demos.spark-flow-1.constant.NodeSchema.conditionJudgment": "If/Else",
187
+ "spark-flow.demos.spark-flow-1.constant.NodeSchema.judgmentNode": "If/Else",
188
+ "spark-flow.demos.spark-flow-1.constant.NodeSchema.defaultCondition": "Default",
189
+ "spark-flow.demos.spark-flow-1.constant.NodeSchema.intentionClassification": "Intention Classifier",
190
+ "spark-flow.demos.spark-flow-1.constant.NodeSchema.intentionClassificationNode": "Intention Classifier",
191
+ "spark-flow.demos.spark-flow-1.constant.NodeSchema.outputResult": "Output",
192
+ "spark-flow.demos.spark-flow-1.constant.NodeSchema.thinkingProcess": "Thinking",
193
+ "spark-flow.demos.spark-flow-1.constant.NodeSchema.hitTheme": "Hit Theme",
194
+ "spark-flow.demos.spark-flow-1.constant.NodeSchema.loop": "Loop",
195
+ "spark-flow.demos.spark-flow-1.constant.NodeSchema.iterationNode": "Iteration",
196
+ "spark-flow.demos.spark-flow-1.constant.NodeSchema.variableProcessing": "Variable Processing",
197
+ "spark-flow.demos.spark-flow-1.constant.NodeSchema.textTransformationNode": "Text Transformation Node",
198
+ "spark-flow.demos.spark-flow-1.constant.NodeSchema.variable": "Variable",
199
+ "spark-flow.demos.spark-flow-1.constant.NodeSchema.variableAssignment": "Variable Assignment",
200
+ "spark-flow.demos.spark-flow-1.constant.NodeSchema.variableAssignmentNode": "Variable Assignment Node",
201
+ "spark-flow.demos.spark-flow-1.constant.NodeSchema.parameterExtraction": "Parameter Extraction",
202
+ "spark-flow.demos.spark-flow-1.constant.NodeSchema.parameterExtractionNode": "Parameter Extraction Node",
203
+ "spark-flow.demos.spark-flow-1.constant.NodeSchema.city": "City",
204
+ "spark-flow.demos.spark-flow-1.constant.NodeSchema.date": "Date",
205
+ "spark-flow.demos.spark-flow-1.constant.NodeSchema.apiNode": "API",
206
+ "spark-flow.demos.spark-flow-1.constant.NodeSchema.tool": "Tool",
207
+ "spark-flow.demos.spark-flow-1.constant.NodeSchema.iterationStart": "Iteration Start",
208
+ "spark-flow.demos.spark-flow-1.constant.NodeSchema.iterationStartNode": "Iteration Start Node",
209
+ "spark-flow.demos.spark-flow-1.constant.NodeSchema.iterationEnd": "Iteration End",
210
+ "spark-flow.demos.spark-flow-1.constant.NodeSchema.system": "System",
211
+ "spark-flow.demos.spark-flow-1.constant.NodeSchema.systemNode": "System Node",
212
+ "spark-flow.demos.spark-flow-1.constant.index.textOutput": "Text",
213
+ "spark-flow.demos.spark-flow-1.constant.index.listOutput": "List Output",
214
+ "spark-flow.demos.spark-flow-1.constant.index.name": "Name",
215
+ "spark-flow.demos.spark-flow-1.constant.index.age": "Age",
216
+ "spark-flow.demos.spark-flow-1.constant.mock.openAiProvider": "OpenAI Provider",
217
+ "spark-flow.demos.spark-flow-1.constant.mock.largeLanguageModel": "LLM",
218
+ "spark-flow.demos.spark-flow-1.constant.mock.temperature": "Temperature",
219
+ "spark-flow.demos.spark-flow-1.constant.mock.controlModelOutputRandomness": "Control Randomness of Model",
220
+ "spark-flow.demos.spark-flow-1.constant.mock.maxTokens": "Max Tokens",
221
+ "spark-flow.demos.spark-flow-1.constant.mock.maximumLengthOfGeneratedText": "Maximum Length",
222
+ "spark-flow.demos.spark-flow-1.index.start": "Start",
223
+ "spark-flow.demos.spark-flow-1.index.city": "City",
224
+ "spark-flow.demos.spark-flow-1.index.date": "Date",
225
+ "spark-flow.demos.spark-flow-1.index.end": "End",
226
+ "spark-flow.demos.spark-flow-1.index.largeModel1": "LLM 1",
227
+ "spark-flow.demos.spark-flow-1.index.textOutput": "Text",
228
+ "spark-flow.demos.spark-flow-1.index.youAreAAssistant": "You Are A Assistant",
229
+ "spark-flow.demos.spark-flow-1.index.addNode": "Add",
230
+ "spark-flow.demos.spark-flow-1.index.enterNodeName": "Please Enter Name",
231
+ "spark-flow.demos.spark-flow-1.nodes.Api.panel.apiUrl": "API URL",
232
+ "spark-flow.demos.spark-flow-1.nodes.Api.panel.authorization": "Authorization",
233
+ "spark-flow.demos.spark-flow-1.nodes.Api.panel.none": "(None)",
234
+ "spark-flow.demos.spark-flow-1.nodes.Api.panel.headerSettings": "Header",
235
+ "spark-flow.demos.spark-flow-1.nodes.Api.panel.bodySettings": "Body",
236
+ "spark-flow.demos.spark-flow-1.nodes.Api.panel.output": "Output",
237
+ "spark-flow.demos.spark-flow-1.nodes.Api.panel.rawData": "Raw Data",
238
+ "spark-flow.demos.spark-flow-1.nodes.Api.panel.jsonData": "JSON",
239
+ "spark-flow.demos.spark-flow-1.nodes.Classify.node.default": "Default",
240
+ "spark-flow.demos.spark-flow-1.nodes.Classify.node.noIntentionConfigured": "No Intention Configured",
241
+ "spark-flow.demos.spark-flow-1.nodes.Classify.panel.fastMode": "Fast Mode",
242
+ "spark-flow.demos.spark-flow-1.nodes.Classify.panel.classificationModelAvoidsThinkingProcessToImproveSpeed适用于SimpleScenarios": "Classification Model Avoids Thinking To Improve Speed, Suitable For Simple Cases",
243
+ "spark-flow.demos.spark-flow-1.nodes.Classify.panel.efficiencyMode": "Efficiency Mode",
244
+ "spark-flow.demos.spark-flow-1.nodes.Classify.panel.classificationModelThinksStepByStepToMatchCorrespondingClassificationMoreAccurately": "Classification Model Thinks Step By Step To Match Corresponding Classification More Accurately",
245
+ "spark-flow.demos.spark-flow-1.nodes.Classify.panel.input": "Input",
246
+ "spark-flow.demos.spark-flow-1.nodes.Classify.panel.intentionClassification": "Intention Classifier",
247
+ "spark-flow.demos.spark-flow-1.nodes.Classify.panel.addIntention(": "Add Intention (",
248
+ "spark-flow.demos.spark-flow-1.nodes.Classify.panel.otherIntention": "Other",
249
+ "spark-flow.demos.spark-flow-1.nodes.Classify.panel.thinkingMode": "Thinking Mode",
250
+ "spark-flow.demos.spark-flow-1.nodes.Classify.panel.prompt": "Prompt",
251
+ "spark-flow.demos.spark-flow-1.nodes.Classify.panel.output": "Output",
252
+ "spark-flow.demos.spark-flow-1.nodes.LLM.panel.modelSelection": "Select Model",
253
+ "spark-flow.demos.spark-flow-1.nodes.LLM.panel.prompt": "Prompt",
254
+ "spark-flow.demos.spark-flow-1.nodes.LLM.panel.userPrompt": "User Prompt",
255
+ "spark-flow.demos.spark-flow-1.nodes.LLM.panel.output": "Output",
256
+ "spark-flow.demos.spark-flow-1.nodes.Output.panel.outputContent": "Output",
257
+ "spark-flow.demos.spark-flow-1.nodes.Output.panel.streamOutput": "Stream",
258
+ "spark-flow.demos.spark-flow-1.nodes.ParameterExtractor.panel.input": "Input",
259
+ "spark-flow.demos.spark-flow-1.nodes.ParameterExtractor.panel.extractParameters": "Extract Parameters",
260
+ "spark-flow.demos.spark-flow-1.nodes.ParameterExtractor.panel.addVariable": "Add",
261
+ "spark-flow.demos.spark-flow-1.nodes.ParameterExtractor.panel.prompt": "Prompt",
262
+ "spark-flow.demos.spark-flow-1.nodes.ParameterExtractor.panel.output": "Output",
263
+ "spark-flow.demos.spark-flow-1.nodes.Script.panel.input": "Input",
264
+ "spark-flow.demos.spark-flow-1.nodes.Script.panel.code": "Code",
265
+ "spark-flow.demos.spark-flow-1.nodes.Script.panel.fullScreenEditing": "Full Screen",
266
+ "spark-flow.demos.spark-flow-1.nodes.Script.panel.outputVariables": "output",
267
+ "spark-flow.demos.spark-flow-1.nodes.Start.panel.input": "Input",
268
+ "spark-flow.demos.spark-flow-1.nodes.Start.panel.customVariables": "Custom Variable",
269
+ "spark-flow.demos.spark-flow-1.nodes.Start.panel.variable": "Built-in Variable",
270
+ "spark-flow.demos.spark-flow-1.nodes.Start.panel.userQuery": "User query",
271
+ "spark-flow.demos.spark-flow-1.nodes.VariableAssign.panel.setVariable": "Set variable",
272
+ "spark-flow.demos.spark-flow-1.nodes.VariableAssign.panel.variable": "Variable",
273
+ "spark-flow.demos.spark-flow-1.nodes.VariableAssign.panel.setValue": "Set value",
274
+ "spark-flow.demos.spark-flow-1.nodes.VariableAssign.panel.addVariable": "Add",
275
+ "spark-flow.demos.spark-flow-1.nodes.VariableHandle.panel.aggregateGroup": "Aggregate group",
276
+ "spark-flow.demos.spark-flow-1.nodes.VariableHandle.panel.textOutput": "Text",
277
+ "spark-flow.demos.spark-flow-1.nodes.VariableHandle.panel.jsonOutput": "Json",
278
+ "spark-flow.demos.spark-flow-1.nodes.VariableHandle.panel.returnFirstNonEmptyValue": "Return first non-empty value in each group",
279
+ "spark-flow.demos.spark-flow-1.nodes.VariableHandle.panel.returnLastNonEmptyValue": "Return last non-empty value in each group",
280
+ "spark-flow.demos.spark-flow-1.nodes.VariableHandle.panel.enterGroupName": "Please enter group name",
281
+ "spark-flow.demos.spark-flow-1.nodes.VariableHandle.panel.groupNameExists": "Group name already exists",
282
+ "spark-flow.demos.spark-flow-1.nodes.VariableHandle.panel.onlyLettersDigitsUnderscoreAndDollar": "Can only contain letters, numbers, underscores and $, and cannot start with a number",
283
+ "spark-flow.demos.spark-flow-1.nodes.VariableHandle.panel.outputMode": "Output",
284
+ "spark-flow.demos.spark-flow-1.nodes.VariableHandle.panel.groupingStrategy": "Grouping strategy",
285
+ "spark-flow.demos.spark-flow-1.nodes.VariableHandle.panel.addGroup": "Add group",
286
+ "spark-flow.demos.spark-flow-1.nodes.VariableHandle.panel.output": "Output",
287
+ "spark-flow.demos.spark-flow-1.nodes.configPanelsMap.unsupportedNode": "Unsupported node",
288
+ "spark-flow.flow.index.systemNodeCannotBeDeleted": "System nodes cannot be deleted",
289
+ "spark-flow.hooks.useNodesInteraction.sameSubCanvasOnly": "Can only connect to nodes in the same sub canvas",
290
+ "spark-flow.hooks.useNodesInteraction.cannotConnectToSelf": "Cannot connect to oneself",
291
+ "spark-flow.hooks.useNodesInteraction.cannotFormLoop": "Cannot form a loop",
292
+ "spark-flow.hooks.useNodesInteraction.subCanvasCannotNest": "Sub canvases cannot be nested",
293
+ "spark-flow.hooks.useNodesInteraction.nodeCannotBeAddedToGroup": "This node cannot be added to the sub canvas",
294
+ "spark-flow.hooks.useNodesInteraction.nodeCannotBeAddedToGroupWithNodeType": "This node cannot be added to the sub canvas with this node type",
295
+ "spark-flow.hooks.useNodesInteraction.copySuccess": "Successful",
296
+ "spark-flow.hooks.useNodesOutputParams.builtinVariable": "Built-in Variable",
297
+ "spark-flow.components.CodeInput.index.jsonEdit": "Json edit",
298
+ "spark-flow.demos.spark-flow-1.components.WorkFlowHeader.index.clear": "Clear",
299
+ "spark-flow.ScriptEditModal.index.scriptConversionCodeEditor": "Script conversion: Code editor",
300
+ "spark-flow.JudgeForm.index.newConditionGroup": "New condition group",
301
+ "spark-flow.JudgeForm.index.addCondition": "Add condition",
302
+ "spark-flow.JudgeForm.index.addConditionGroup": "Add condition group",
303
+ "spark-flow.BranchTitleHeader.index.conditionGroupNameEmpty": "Condition group name cannot be empty",
304
+ "spark-flow.BranchTitleHeader.index.conditionGroupNameExists": "Condition group name already exists",
305
+ "spark-flow.BranchTitleHeader.index.enterConditionGroupName": "Please enter condition group name",
306
+ "spark-flow.BranchTitleHeader.index.whenSatisfy": "When met",
307
+ "spark-flow.BranchTitleHeader.index.all": "All",
308
+ "spark-flow.BranchTitleHeader.index.any": "Any",
309
+ "spark-flow.BranchTitleHeader.index.conditions": "Condition",
310
+ "main.pages.App.Workflow.constant.equal": "Equal",
311
+ "main.pages.App.Workflow.constant.notEqual": "Not equal",
312
+ "main.pages.App.Workflow.constant.empty": "Empty",
313
+ "main.pages.App.Workflow.constant.notEmpty": "Not empty",
314
+ "main.pages.App.Workflow.constant.greaterThan": "Greater than",
315
+ "main.pages.App.Workflow.constant.greaterThanOrEqual": "Greater than or equal",
316
+ "main.pages.App.Workflow.constant.lessThan": "Less than",
317
+ "main.pages.App.Workflow.constant.lessThanOrEqual": "Less than or equal",
318
+ "main.pages.App.Workflow.constant.lengthEqual": "Length equal",
319
+ "main.pages.App.Workflow.constant.lengthGreaterThan": "Length greater than",
320
+ "main.pages.App.Workflow.constant.lengthGreaterThanOrEqual": "Length greater than or equal",
321
+ "main.pages.App.Workflow.constant.lengthLessThan": "Length less than",
322
+ "main.pages.App.Workflow.constant.lengthLessThanOrEqual": "Length less than or equal",
323
+ "main.pages.App.Workflow.constant.contains": "Contains",
324
+ "main.pages.App.Workflow.constant.notContains": "Not contains",
325
+ "main.pages.App.Workflow.constant.isTrue": "Is true",
326
+ "main.pages.App.Workflow.constant.isFalse": "Is false"
327
+ }