@@ -24,6 +24,7 @@ const allNodesFlow: FlowData = {
2424 id : 'startAgentflow_0' ,
2525 name : 'startAgentflow' ,
2626 label : 'Start' ,
27+ version : 1.3 ,
2728 color : '#7EE787' ,
2829 hideInput : true ,
2930 outputAnchors : [ { id : 'startAgentflow_0-output-0' , name : 'start' , label : 'Start' , type : 'start' } ]
@@ -37,6 +38,7 @@ const allNodesFlow: FlowData = {
3738 id : 'llmAgentflow_0' ,
3839 name : 'llmAgentflow' ,
3940 label : 'LLM' ,
41+ version : 1.1 ,
4042 color : '#64B5F6' ,
4143 outputAnchors : [ { id : 'llmAgentflow_0-output-0' , name : 'output' , label : 'Output' , type : 'string' } ]
4244 }
@@ -49,6 +51,7 @@ const allNodesFlow: FlowData = {
4951 id : 'agentAgentflow_0' ,
5052 name : 'agentAgentflow' ,
5153 label : 'Agent' ,
54+ version : 3.2 ,
5255 color : '#4DD0E1' ,
5356 outputAnchors : [ { id : 'agentAgentflow_0-output-0' , name : 'output' , label : 'Output' , type : 'string' } ]
5457 }
@@ -61,6 +64,7 @@ const allNodesFlow: FlowData = {
6164 id : 'directReplyAgentflow_0' ,
6265 name : 'directReplyAgentflow' ,
6366 label : 'Direct Reply' ,
67+ version : 1.0 ,
6468 color : '#4DDBBB' ,
6569 outputAnchors : [ { id : 'directReplyAgentflow_0-output-0' , name : 'output' , label : 'Output' , type : 'string' } ]
6670 }
@@ -75,6 +79,7 @@ const allNodesFlow: FlowData = {
7579 id : 'conditionAgentflow_0' ,
7680 name : 'conditionAgentflow' ,
7781 label : 'Condition' ,
82+ version : 1.0 ,
7883 color : '#FFB938' ,
7984 outputAnchors : [
8085 { id : 'conditionAgentflow_0-output-0' , name : 'true' , label : 'True' , type : 'boolean' } ,
@@ -90,6 +95,7 @@ const allNodesFlow: FlowData = {
9095 id : 'conditionAgentAgentflow_0' ,
9196 name : 'conditionAgentAgentflow' ,
9297 label : 'Condition Agent' ,
98+ version : 2.0 ,
9399 color : '#ff8fab' ,
94100 outputAnchors : [ { id : 'conditionAgentAgentflow_0-output-0' , name : 'output' , label : 'Output' , type : 'string' } ]
95101 }
@@ -102,6 +108,7 @@ const allNodesFlow: FlowData = {
102108 id : 'loopAgentflow_0' ,
103109 name : 'loopAgentflow' ,
104110 label : 'Loop' ,
111+ version : 1.2 ,
105112 color : '#FFA07A' ,
106113 outputAnchors : [ { id : 'loopAgentflow_0-output-0' , name : 'output' , label : 'Output' , type : 'string' } ]
107114 }
@@ -114,6 +121,7 @@ const allNodesFlow: FlowData = {
114121 id : 'iterationAgentflow_0' ,
115122 name : 'iterationAgentflow' ,
116123 label : 'Iteration' ,
124+ version : 1.0 ,
117125 color : '#9C89B8' ,
118126 outputAnchors : [ { id : 'iterationAgentflow_0-output-0' , name : 'output' , label : 'Output' , type : 'string' } ]
119127 }
@@ -128,6 +136,7 @@ const allNodesFlow: FlowData = {
128136 id : 'humanInputAgentflow_0' ,
129137 name : 'humanInputAgentflow' ,
130138 label : 'Human Input' ,
139+ version : 1.0 ,
131140 color : '#6E6EFD' ,
132141 outputAnchors : [
133142 { id : 'humanInputAgentflow_0-output-0' , name : 'proceed' , label : 'Proceed' , type : 'string' } ,
@@ -143,6 +152,7 @@ const allNodesFlow: FlowData = {
143152 id : 'toolAgentflow_0' ,
144153 name : 'toolAgentflow' ,
145154 label : 'Tool' ,
155+ version : 1.2 ,
146156 color : '#d4a373' ,
147157 outputAnchors : [ { id : 'toolAgentflow_0-output-0' , name : 'output' , label : 'Output' , type : 'string' } ]
148158 }
@@ -155,6 +165,7 @@ const allNodesFlow: FlowData = {
155165 id : 'retrieverAgentflow_0' ,
156166 name : 'retrieverAgentflow' ,
157167 label : 'Retriever' ,
168+ version : 1.1 ,
158169 color : '#b8bedd' ,
159170 outputAnchors : [ { id : 'retrieverAgentflow_0-output-0' , name : 'output' , label : 'Output' , type : 'string' } ]
160171 }
@@ -167,6 +178,7 @@ const allNodesFlow: FlowData = {
167178 id : 'customFunctionAgentflow_0' ,
168179 name : 'customFunctionAgentflow' ,
169180 label : 'Custom Function' ,
181+ version : 1.1 ,
170182 color : '#E4B7FF' ,
171183 outputAnchors : [ { id : 'customFunctionAgentflow_0-output-0' , name : 'output' , label : 'Output' , type : 'string' } ]
172184 }
@@ -181,6 +193,7 @@ const allNodesFlow: FlowData = {
181193 id : 'httpAgentflow_0' ,
182194 name : 'httpAgentflow' ,
183195 label : 'HTTP Request' ,
196+ version : 1.1 ,
184197 color : '#FF7F7F' ,
185198 outputAnchors : [ { id : 'httpAgentflow_0-output-0' , name : 'output' , label : 'Output' , type : 'string' } ]
186199 }
@@ -193,6 +206,7 @@ const allNodesFlow: FlowData = {
193206 id : 'executeFlowAgentflow_0' ,
194207 name : 'executeFlowAgentflow' ,
195208 label : 'Execute Flow' ,
209+ version : 1.2 ,
196210 color : '#a3b18a' ,
197211 outputAnchors : [ { id : 'executeFlowAgentflow_0-output-0' , name : 'output' , label : 'Output' , type : 'string' } ]
198212 }
@@ -205,6 +219,7 @@ const allNodesFlow: FlowData = {
205219 id : 'stickyNoteAgentflow_0' ,
206220 name : 'stickyNoteAgentflow' ,
207221 label : 'Sticky Note' ,
222+ version : 1.0 ,
208223 color : '#fee440' ,
209224 outputAnchors : [ ]
210225 }
0 commit comments