langflow-base-nightly 0.5.0.dev19__py3-none-any.whl → 0.5.0.dev21__py3-none-any.whl
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.
- langflow/initial_setup/starter_projects/Sequential Tasks Agents.json +303 -94
- langflow/initial_setup/starter_projects/Youtube Analysis.json +270 -82
- langflow/utils/template_validation.py +4 -10
- {langflow_base_nightly-0.5.0.dev19.dist-info → langflow_base_nightly-0.5.0.dev21.dist-info}/METADATA +1 -1
- {langflow_base_nightly-0.5.0.dev19.dist-info → langflow_base_nightly-0.5.0.dev21.dist-info}/RECORD +7 -7
- {langflow_base_nightly-0.5.0.dev19.dist-info → langflow_base_nightly-0.5.0.dev21.dist-info}/WHEEL +0 -0
- {langflow_base_nightly-0.5.0.dev19.dist-info → langflow_base_nightly-0.5.0.dev21.dist-info}/entry_points.txt +0 -0
|
@@ -9,12 +9,16 @@
|
|
|
9
9
|
"dataType": "Prompt",
|
|
10
10
|
"id": "Prompt-WvveL",
|
|
11
11
|
"name": "prompt",
|
|
12
|
-
"output_types": [
|
|
12
|
+
"output_types": [
|
|
13
|
+
"Message"
|
|
14
|
+
]
|
|
13
15
|
},
|
|
14
16
|
"targetHandle": {
|
|
15
17
|
"fieldName": "system_prompt",
|
|
16
18
|
"id": "Agent-X1iAT",
|
|
17
|
-
"inputTypes": [
|
|
19
|
+
"inputTypes": [
|
|
20
|
+
"Message"
|
|
21
|
+
],
|
|
18
22
|
"type": "str"
|
|
19
23
|
}
|
|
20
24
|
},
|
|
@@ -33,12 +37,16 @@
|
|
|
33
37
|
"dataType": "Prompt",
|
|
34
38
|
"id": "Prompt-6JL4E",
|
|
35
39
|
"name": "prompt",
|
|
36
|
-
"output_types": [
|
|
40
|
+
"output_types": [
|
|
41
|
+
"Message"
|
|
42
|
+
]
|
|
37
43
|
},
|
|
38
44
|
"targetHandle": {
|
|
39
45
|
"fieldName": "system_prompt",
|
|
40
46
|
"id": "Agent-EQcU8",
|
|
41
|
-
"inputTypes": [
|
|
47
|
+
"inputTypes": [
|
|
48
|
+
"Message"
|
|
49
|
+
],
|
|
42
50
|
"type": "str"
|
|
43
51
|
}
|
|
44
52
|
},
|
|
@@ -57,12 +65,17 @@
|
|
|
57
65
|
"dataType": "Agent",
|
|
58
66
|
"id": "Agent-EQcU8",
|
|
59
67
|
"name": "response",
|
|
60
|
-
"output_types": [
|
|
68
|
+
"output_types": [
|
|
69
|
+
"Message"
|
|
70
|
+
]
|
|
61
71
|
},
|
|
62
72
|
"targetHandle": {
|
|
63
73
|
"fieldName": "finance_agent_output",
|
|
64
74
|
"id": "Prompt-WvveL",
|
|
65
|
-
"inputTypes": [
|
|
75
|
+
"inputTypes": [
|
|
76
|
+
"Message",
|
|
77
|
+
"Text"
|
|
78
|
+
],
|
|
66
79
|
"type": "str"
|
|
67
80
|
}
|
|
68
81
|
},
|
|
@@ -81,12 +94,16 @@
|
|
|
81
94
|
"dataType": "ChatInput",
|
|
82
95
|
"id": "ChatInput-NuUHZ",
|
|
83
96
|
"name": "message",
|
|
84
|
-
"output_types": [
|
|
97
|
+
"output_types": [
|
|
98
|
+
"Message"
|
|
99
|
+
]
|
|
85
100
|
},
|
|
86
101
|
"targetHandle": {
|
|
87
102
|
"fieldName": "input_value",
|
|
88
103
|
"id": "Agent-b7nmW",
|
|
89
|
-
"inputTypes": [
|
|
104
|
+
"inputTypes": [
|
|
105
|
+
"Message"
|
|
106
|
+
],
|
|
90
107
|
"type": "str"
|
|
91
108
|
}
|
|
92
109
|
},
|
|
@@ -105,12 +122,16 @@
|
|
|
105
122
|
"dataType": "Prompt",
|
|
106
123
|
"id": "Prompt-ajhmq",
|
|
107
124
|
"name": "prompt",
|
|
108
|
-
"output_types": [
|
|
125
|
+
"output_types": [
|
|
126
|
+
"Message"
|
|
127
|
+
]
|
|
109
128
|
},
|
|
110
129
|
"targetHandle": {
|
|
111
130
|
"fieldName": "system_prompt",
|
|
112
131
|
"id": "Agent-b7nmW",
|
|
113
|
-
"inputTypes": [
|
|
132
|
+
"inputTypes": [
|
|
133
|
+
"Message"
|
|
134
|
+
],
|
|
114
135
|
"type": "str"
|
|
115
136
|
}
|
|
116
137
|
},
|
|
@@ -129,12 +150,16 @@
|
|
|
129
150
|
"dataType": "Agent",
|
|
130
151
|
"id": "Agent-b7nmW",
|
|
131
152
|
"name": "response",
|
|
132
|
-
"output_types": [
|
|
153
|
+
"output_types": [
|
|
154
|
+
"Message"
|
|
155
|
+
]
|
|
133
156
|
},
|
|
134
157
|
"targetHandle": {
|
|
135
158
|
"fieldName": "input_value",
|
|
136
159
|
"id": "Agent-EQcU8",
|
|
137
|
-
"inputTypes": [
|
|
160
|
+
"inputTypes": [
|
|
161
|
+
"Message"
|
|
162
|
+
],
|
|
138
163
|
"type": "str"
|
|
139
164
|
}
|
|
140
165
|
},
|
|
@@ -153,12 +178,17 @@
|
|
|
153
178
|
"dataType": "Agent",
|
|
154
179
|
"id": "Agent-b7nmW",
|
|
155
180
|
"name": "response",
|
|
156
|
-
"output_types": [
|
|
181
|
+
"output_types": [
|
|
182
|
+
"Message"
|
|
183
|
+
]
|
|
157
184
|
},
|
|
158
185
|
"targetHandle": {
|
|
159
186
|
"fieldName": "research_agent_output",
|
|
160
187
|
"id": "Prompt-WvveL",
|
|
161
|
-
"inputTypes": [
|
|
188
|
+
"inputTypes": [
|
|
189
|
+
"Message",
|
|
190
|
+
"Text"
|
|
191
|
+
],
|
|
162
192
|
"type": "str"
|
|
163
193
|
}
|
|
164
194
|
},
|
|
@@ -177,12 +207,16 @@
|
|
|
177
207
|
"dataType": "CalculatorComponent",
|
|
178
208
|
"id": "CalculatorComponent-0P2yI",
|
|
179
209
|
"name": "component_as_tool",
|
|
180
|
-
"output_types": [
|
|
210
|
+
"output_types": [
|
|
211
|
+
"Tool"
|
|
212
|
+
]
|
|
181
213
|
},
|
|
182
214
|
"targetHandle": {
|
|
183
215
|
"fieldName": "tools",
|
|
184
216
|
"id": "Agent-X1iAT",
|
|
185
|
-
"inputTypes": [
|
|
217
|
+
"inputTypes": [
|
|
218
|
+
"Tool"
|
|
219
|
+
],
|
|
186
220
|
"type": "other"
|
|
187
221
|
}
|
|
188
222
|
},
|
|
@@ -201,12 +235,16 @@
|
|
|
201
235
|
"dataType": "YfinanceComponent",
|
|
202
236
|
"id": "YfinanceComponent-hAneS",
|
|
203
237
|
"name": "component_as_tool",
|
|
204
|
-
"output_types": [
|
|
238
|
+
"output_types": [
|
|
239
|
+
"Tool"
|
|
240
|
+
]
|
|
205
241
|
},
|
|
206
242
|
"targetHandle": {
|
|
207
243
|
"fieldName": "tools",
|
|
208
244
|
"id": "Agent-EQcU8",
|
|
209
|
-
"inputTypes": [
|
|
245
|
+
"inputTypes": [
|
|
246
|
+
"Tool"
|
|
247
|
+
],
|
|
210
248
|
"type": "other"
|
|
211
249
|
}
|
|
212
250
|
},
|
|
@@ -225,12 +263,16 @@
|
|
|
225
263
|
"dataType": "TavilySearchComponent",
|
|
226
264
|
"id": "TavilySearchComponent-DTUmi",
|
|
227
265
|
"name": "component_as_tool",
|
|
228
|
-
"output_types": [
|
|
266
|
+
"output_types": [
|
|
267
|
+
"Tool"
|
|
268
|
+
]
|
|
229
269
|
},
|
|
230
270
|
"targetHandle": {
|
|
231
271
|
"fieldName": "tools",
|
|
232
272
|
"id": "Agent-b7nmW",
|
|
233
|
-
"inputTypes": [
|
|
273
|
+
"inputTypes": [
|
|
274
|
+
"Tool"
|
|
275
|
+
],
|
|
234
276
|
"type": "other"
|
|
235
277
|
}
|
|
236
278
|
},
|
|
@@ -249,12 +291,18 @@
|
|
|
249
291
|
"dataType": "Agent",
|
|
250
292
|
"id": "Agent-X1iAT",
|
|
251
293
|
"name": "response",
|
|
252
|
-
"output_types": [
|
|
294
|
+
"output_types": [
|
|
295
|
+
"Message"
|
|
296
|
+
]
|
|
253
297
|
},
|
|
254
298
|
"targetHandle": {
|
|
255
299
|
"fieldName": "input_value",
|
|
256
300
|
"id": "ChatOutput-gbqPo",
|
|
257
|
-
"inputTypes": [
|
|
301
|
+
"inputTypes": [
|
|
302
|
+
"Data",
|
|
303
|
+
"DataFrame",
|
|
304
|
+
"Message"
|
|
305
|
+
],
|
|
258
306
|
"type": "other"
|
|
259
307
|
}
|
|
260
308
|
},
|
|
@@ -273,7 +321,9 @@
|
|
|
273
321
|
"display_name": "Finance Agent",
|
|
274
322
|
"id": "Agent-EQcU8",
|
|
275
323
|
"node": {
|
|
276
|
-
"base_classes": [
|
|
324
|
+
"base_classes": [
|
|
325
|
+
"Message"
|
|
326
|
+
],
|
|
277
327
|
"beta": false,
|
|
278
328
|
"conditional_paths": [],
|
|
279
329
|
"custom_fields": {},
|
|
@@ -322,7 +372,9 @@
|
|
|
322
372
|
"required_inputs": null,
|
|
323
373
|
"selected": "Message",
|
|
324
374
|
"tool_mode": true,
|
|
325
|
-
"types": [
|
|
375
|
+
"types": [
|
|
376
|
+
"Message"
|
|
377
|
+
],
|
|
326
378
|
"value": "__UNDEFINED__"
|
|
327
379
|
}
|
|
328
380
|
],
|
|
@@ -354,7 +406,9 @@
|
|
|
354
406
|
"display_name": "Agent Description [Deprecated]",
|
|
355
407
|
"dynamic": false,
|
|
356
408
|
"info": "The description of the agent. This is only used when in Tool Mode. Defaults to 'A helpful assistant with access to the following tools:' and tools are added dynamically. This feature is deprecated and will be removed in future versions.",
|
|
357
|
-
"input_types": [
|
|
409
|
+
"input_types": [
|
|
410
|
+
"Message"
|
|
411
|
+
],
|
|
358
412
|
"list": false,
|
|
359
413
|
"list_add_label": "Add More",
|
|
360
414
|
"load_from_db": false,
|
|
@@ -475,7 +529,9 @@
|
|
|
475
529
|
"display_name": "Input",
|
|
476
530
|
"dynamic": false,
|
|
477
531
|
"info": "The input provided by the user for the agent to process.",
|
|
478
|
-
"input_types": [
|
|
532
|
+
"input_types": [
|
|
533
|
+
"Message"
|
|
534
|
+
],
|
|
479
535
|
"list": false,
|
|
480
536
|
"list_add_label": "Add More",
|
|
481
537
|
"load_from_db": false,
|
|
@@ -683,7 +739,9 @@
|
|
|
683
739
|
"display_name": "Agent Instructions",
|
|
684
740
|
"dynamic": false,
|
|
685
741
|
"info": "System Prompt: Initial instructions and context provided to guide the agent's behavior.",
|
|
686
|
-
"input_types": [
|
|
742
|
+
"input_types": [
|
|
743
|
+
"Message"
|
|
744
|
+
],
|
|
687
745
|
"list": false,
|
|
688
746
|
"list_add_label": "Add More",
|
|
689
747
|
"load_from_db": false,
|
|
@@ -751,7 +809,9 @@
|
|
|
751
809
|
"display_name": "Tools",
|
|
752
810
|
"dynamic": false,
|
|
753
811
|
"info": "These are the tools that the agent can use to help with tasks.",
|
|
754
|
-
"input_types": [
|
|
812
|
+
"input_types": [
|
|
813
|
+
"Tool"
|
|
814
|
+
],
|
|
755
815
|
"list": true,
|
|
756
816
|
"list_add_label": "Add More",
|
|
757
817
|
"name": "tools",
|
|
@@ -812,7 +872,9 @@
|
|
|
812
872
|
"display_name": "Analysis & Editor Agent",
|
|
813
873
|
"id": "Agent-X1iAT",
|
|
814
874
|
"node": {
|
|
815
|
-
"base_classes": [
|
|
875
|
+
"base_classes": [
|
|
876
|
+
"Message"
|
|
877
|
+
],
|
|
816
878
|
"beta": false,
|
|
817
879
|
"conditional_paths": [],
|
|
818
880
|
"custom_fields": {},
|
|
@@ -861,7 +923,9 @@
|
|
|
861
923
|
"required_inputs": null,
|
|
862
924
|
"selected": "Message",
|
|
863
925
|
"tool_mode": true,
|
|
864
|
-
"types": [
|
|
926
|
+
"types": [
|
|
927
|
+
"Message"
|
|
928
|
+
],
|
|
865
929
|
"value": "__UNDEFINED__"
|
|
866
930
|
}
|
|
867
931
|
],
|
|
@@ -893,7 +957,9 @@
|
|
|
893
957
|
"display_name": "Agent Description [Deprecated]",
|
|
894
958
|
"dynamic": false,
|
|
895
959
|
"info": "The description of the agent. This is only used when in Tool Mode. Defaults to 'A helpful assistant with access to the following tools:' and tools are added dynamically. This feature is deprecated and will be removed in future versions.",
|
|
896
|
-
"input_types": [
|
|
960
|
+
"input_types": [
|
|
961
|
+
"Message"
|
|
962
|
+
],
|
|
897
963
|
"list": false,
|
|
898
964
|
"list_add_label": "Add More",
|
|
899
965
|
"load_from_db": false,
|
|
@@ -1014,7 +1080,9 @@
|
|
|
1014
1080
|
"display_name": "Input",
|
|
1015
1081
|
"dynamic": false,
|
|
1016
1082
|
"info": "The input provided by the user for the agent to process.",
|
|
1017
|
-
"input_types": [
|
|
1083
|
+
"input_types": [
|
|
1084
|
+
"Message"
|
|
1085
|
+
],
|
|
1018
1086
|
"list": false,
|
|
1019
1087
|
"list_add_label": "Add More",
|
|
1020
1088
|
"load_from_db": false,
|
|
@@ -1222,7 +1290,9 @@
|
|
|
1222
1290
|
"display_name": "Agent Instructions",
|
|
1223
1291
|
"dynamic": false,
|
|
1224
1292
|
"info": "System Prompt: Initial instructions and context provided to guide the agent's behavior.",
|
|
1225
|
-
"input_types": [
|
|
1293
|
+
"input_types": [
|
|
1294
|
+
"Message"
|
|
1295
|
+
],
|
|
1226
1296
|
"list": false,
|
|
1227
1297
|
"list_add_label": "Add More",
|
|
1228
1298
|
"load_from_db": false,
|
|
@@ -1290,7 +1360,9 @@
|
|
|
1290
1360
|
"display_name": "Tools",
|
|
1291
1361
|
"dynamic": false,
|
|
1292
1362
|
"info": "These are the tools that the agent can use to help with tasks.",
|
|
1293
|
-
"input_types": [
|
|
1363
|
+
"input_types": [
|
|
1364
|
+
"Tool"
|
|
1365
|
+
],
|
|
1294
1366
|
"list": true,
|
|
1295
1367
|
"list_add_label": "Add More",
|
|
1296
1368
|
"name": "tools",
|
|
@@ -1351,7 +1423,9 @@
|
|
|
1351
1423
|
"display_name": "Prompt",
|
|
1352
1424
|
"id": "Prompt-ajhmq",
|
|
1353
1425
|
"node": {
|
|
1354
|
-
"base_classes": [
|
|
1426
|
+
"base_classes": [
|
|
1427
|
+
"Message"
|
|
1428
|
+
],
|
|
1355
1429
|
"beta": false,
|
|
1356
1430
|
"conditional_paths": [],
|
|
1357
1431
|
"custom_fields": {
|
|
@@ -1362,7 +1436,9 @@
|
|
|
1362
1436
|
"documentation": "",
|
|
1363
1437
|
"edited": false,
|
|
1364
1438
|
"error": null,
|
|
1365
|
-
"field_order": [
|
|
1439
|
+
"field_order": [
|
|
1440
|
+
"template"
|
|
1441
|
+
],
|
|
1366
1442
|
"frozen": false,
|
|
1367
1443
|
"full_path": null,
|
|
1368
1444
|
"icon": "braces",
|
|
@@ -1387,7 +1463,9 @@
|
|
|
1387
1463
|
"name": "prompt",
|
|
1388
1464
|
"selected": "Message",
|
|
1389
1465
|
"tool_mode": true,
|
|
1390
|
-
"types": [
|
|
1466
|
+
"types": [
|
|
1467
|
+
"Message"
|
|
1468
|
+
],
|
|
1391
1469
|
"value": "__UNDEFINED__"
|
|
1392
1470
|
}
|
|
1393
1471
|
],
|
|
@@ -1436,7 +1514,9 @@
|
|
|
1436
1514
|
"display_name": "Tool Placeholder",
|
|
1437
1515
|
"dynamic": false,
|
|
1438
1516
|
"info": "A placeholder input for tool mode.",
|
|
1439
|
-
"input_types": [
|
|
1517
|
+
"input_types": [
|
|
1518
|
+
"Message"
|
|
1519
|
+
],
|
|
1440
1520
|
"list": false,
|
|
1441
1521
|
"load_from_db": false,
|
|
1442
1522
|
"name": "tool_placeholder",
|
|
@@ -1481,7 +1561,9 @@
|
|
|
1481
1561
|
"display_name": "Prompt",
|
|
1482
1562
|
"id": "Prompt-6JL4E",
|
|
1483
1563
|
"node": {
|
|
1484
|
-
"base_classes": [
|
|
1564
|
+
"base_classes": [
|
|
1565
|
+
"Message"
|
|
1566
|
+
],
|
|
1485
1567
|
"beta": false,
|
|
1486
1568
|
"conditional_paths": [],
|
|
1487
1569
|
"custom_fields": {
|
|
@@ -1492,7 +1574,9 @@
|
|
|
1492
1574
|
"documentation": "",
|
|
1493
1575
|
"edited": false,
|
|
1494
1576
|
"error": null,
|
|
1495
|
-
"field_order": [
|
|
1577
|
+
"field_order": [
|
|
1578
|
+
"template"
|
|
1579
|
+
],
|
|
1496
1580
|
"frozen": false,
|
|
1497
1581
|
"full_path": null,
|
|
1498
1582
|
"icon": "braces",
|
|
@@ -1517,7 +1601,9 @@
|
|
|
1517
1601
|
"name": "prompt",
|
|
1518
1602
|
"selected": "Message",
|
|
1519
1603
|
"tool_mode": true,
|
|
1520
|
-
"types": [
|
|
1604
|
+
"types": [
|
|
1605
|
+
"Message"
|
|
1606
|
+
],
|
|
1521
1607
|
"value": "__UNDEFINED__"
|
|
1522
1608
|
}
|
|
1523
1609
|
],
|
|
@@ -1566,7 +1652,9 @@
|
|
|
1566
1652
|
"display_name": "Tool Placeholder",
|
|
1567
1653
|
"dynamic": false,
|
|
1568
1654
|
"info": "A placeholder input for tool mode.",
|
|
1569
|
-
"input_types": [
|
|
1655
|
+
"input_types": [
|
|
1656
|
+
"Message"
|
|
1657
|
+
],
|
|
1570
1658
|
"list": false,
|
|
1571
1659
|
"load_from_db": false,
|
|
1572
1660
|
"name": "tool_placeholder",
|
|
@@ -1611,18 +1699,25 @@
|
|
|
1611
1699
|
"display_name": "Prompt",
|
|
1612
1700
|
"id": "Prompt-WvveL",
|
|
1613
1701
|
"node": {
|
|
1614
|
-
"base_classes": [
|
|
1702
|
+
"base_classes": [
|
|
1703
|
+
"Message"
|
|
1704
|
+
],
|
|
1615
1705
|
"beta": false,
|
|
1616
1706
|
"conditional_paths": [],
|
|
1617
1707
|
"custom_fields": {
|
|
1618
|
-
"template": [
|
|
1708
|
+
"template": [
|
|
1709
|
+
"research_agent_output",
|
|
1710
|
+
"finance_agent_output"
|
|
1711
|
+
]
|
|
1619
1712
|
},
|
|
1620
1713
|
"description": "Create a prompt template with dynamic variables.",
|
|
1621
1714
|
"display_name": "Prompt",
|
|
1622
1715
|
"documentation": "",
|
|
1623
1716
|
"edited": false,
|
|
1624
1717
|
"error": null,
|
|
1625
|
-
"field_order": [
|
|
1718
|
+
"field_order": [
|
|
1719
|
+
"template"
|
|
1720
|
+
],
|
|
1626
1721
|
"frozen": false,
|
|
1627
1722
|
"full_path": null,
|
|
1628
1723
|
"icon": "braces",
|
|
@@ -1647,7 +1742,9 @@
|
|
|
1647
1742
|
"name": "prompt",
|
|
1648
1743
|
"selected": "Message",
|
|
1649
1744
|
"tool_mode": true,
|
|
1650
|
-
"types": [
|
|
1745
|
+
"types": [
|
|
1746
|
+
"Message"
|
|
1747
|
+
],
|
|
1651
1748
|
"value": "__UNDEFINED__"
|
|
1652
1749
|
}
|
|
1653
1750
|
],
|
|
@@ -1680,7 +1777,10 @@
|
|
|
1680
1777
|
"fileTypes": [],
|
|
1681
1778
|
"file_path": "",
|
|
1682
1779
|
"info": "",
|
|
1683
|
-
"input_types": [
|
|
1780
|
+
"input_types": [
|
|
1781
|
+
"Message",
|
|
1782
|
+
"Text"
|
|
1783
|
+
],
|
|
1684
1784
|
"list": false,
|
|
1685
1785
|
"load_from_db": false,
|
|
1686
1786
|
"multiline": true,
|
|
@@ -1700,7 +1800,10 @@
|
|
|
1700
1800
|
"fileTypes": [],
|
|
1701
1801
|
"file_path": "",
|
|
1702
1802
|
"info": "",
|
|
1703
|
-
"input_types": [
|
|
1803
|
+
"input_types": [
|
|
1804
|
+
"Message",
|
|
1805
|
+
"Text"
|
|
1806
|
+
],
|
|
1704
1807
|
"list": false,
|
|
1705
1808
|
"load_from_db": false,
|
|
1706
1809
|
"multiline": true,
|
|
@@ -1736,7 +1839,9 @@
|
|
|
1736
1839
|
"display_name": "Tool Placeholder",
|
|
1737
1840
|
"dynamic": false,
|
|
1738
1841
|
"info": "A placeholder input for tool mode.",
|
|
1739
|
-
"input_types": [
|
|
1842
|
+
"input_types": [
|
|
1843
|
+
"Message"
|
|
1844
|
+
],
|
|
1740
1845
|
"list": false,
|
|
1741
1846
|
"load_from_db": false,
|
|
1742
1847
|
"name": "tool_placeholder",
|
|
@@ -1779,7 +1884,9 @@
|
|
|
1779
1884
|
"data": {
|
|
1780
1885
|
"id": "ChatInput-NuUHZ",
|
|
1781
1886
|
"node": {
|
|
1782
|
-
"base_classes": [
|
|
1887
|
+
"base_classes": [
|
|
1888
|
+
"Message"
|
|
1889
|
+
],
|
|
1783
1890
|
"beta": false,
|
|
1784
1891
|
"conditional_paths": [],
|
|
1785
1892
|
"custom_fields": {},
|
|
@@ -1817,7 +1924,9 @@
|
|
|
1817
1924
|
"name": "message",
|
|
1818
1925
|
"selected": "Message",
|
|
1819
1926
|
"tool_mode": true,
|
|
1820
|
-
"types": [
|
|
1927
|
+
"types": [
|
|
1928
|
+
"Message"
|
|
1929
|
+
],
|
|
1821
1930
|
"value": "__UNDEFINED__"
|
|
1822
1931
|
}
|
|
1823
1932
|
],
|
|
@@ -1830,7 +1939,9 @@
|
|
|
1830
1939
|
"display_name": "Background Color",
|
|
1831
1940
|
"dynamic": false,
|
|
1832
1941
|
"info": "The background color of the icon.",
|
|
1833
|
-
"input_types": [
|
|
1942
|
+
"input_types": [
|
|
1943
|
+
"Message"
|
|
1944
|
+
],
|
|
1834
1945
|
"list": false,
|
|
1835
1946
|
"load_from_db": false,
|
|
1836
1947
|
"name": "background_color",
|
|
@@ -1850,7 +1961,9 @@
|
|
|
1850
1961
|
"display_name": "Icon",
|
|
1851
1962
|
"dynamic": false,
|
|
1852
1963
|
"info": "The icon of the message.",
|
|
1853
|
-
"input_types": [
|
|
1964
|
+
"input_types": [
|
|
1965
|
+
"Message"
|
|
1966
|
+
],
|
|
1854
1967
|
"list": false,
|
|
1855
1968
|
"load_from_db": false,
|
|
1856
1969
|
"name": "chat_icon",
|
|
@@ -1954,7 +2067,10 @@
|
|
|
1954
2067
|
"dynamic": false,
|
|
1955
2068
|
"info": "Type of sender.",
|
|
1956
2069
|
"name": "sender",
|
|
1957
|
-
"options": [
|
|
2070
|
+
"options": [
|
|
2071
|
+
"Machine",
|
|
2072
|
+
"User"
|
|
2073
|
+
],
|
|
1958
2074
|
"placeholder": "",
|
|
1959
2075
|
"required": false,
|
|
1960
2076
|
"show": true,
|
|
@@ -1970,7 +2086,9 @@
|
|
|
1970
2086
|
"display_name": "Sender Name",
|
|
1971
2087
|
"dynamic": false,
|
|
1972
2088
|
"info": "Name of the sender.",
|
|
1973
|
-
"input_types": [
|
|
2089
|
+
"input_types": [
|
|
2090
|
+
"Message"
|
|
2091
|
+
],
|
|
1974
2092
|
"list": false,
|
|
1975
2093
|
"load_from_db": false,
|
|
1976
2094
|
"name": "sender_name",
|
|
@@ -1990,7 +2108,9 @@
|
|
|
1990
2108
|
"display_name": "Session ID",
|
|
1991
2109
|
"dynamic": false,
|
|
1992
2110
|
"info": "The session ID of the chat. If empty, the current session ID parameter will be used.",
|
|
1993
|
-
"input_types": [
|
|
2111
|
+
"input_types": [
|
|
2112
|
+
"Message"
|
|
2113
|
+
],
|
|
1994
2114
|
"list": false,
|
|
1995
2115
|
"load_from_db": false,
|
|
1996
2116
|
"name": "session_id",
|
|
@@ -2026,7 +2146,9 @@
|
|
|
2026
2146
|
"display_name": "Text Color",
|
|
2027
2147
|
"dynamic": false,
|
|
2028
2148
|
"info": "The text color of the name",
|
|
2029
|
-
"input_types": [
|
|
2149
|
+
"input_types": [
|
|
2150
|
+
"Message"
|
|
2151
|
+
],
|
|
2030
2152
|
"list": false,
|
|
2031
2153
|
"load_from_db": false,
|
|
2032
2154
|
"name": "text_color",
|
|
@@ -2106,7 +2228,9 @@
|
|
|
2106
2228
|
"display_name": "Researcher Agent",
|
|
2107
2229
|
"id": "Agent-b7nmW",
|
|
2108
2230
|
"node": {
|
|
2109
|
-
"base_classes": [
|
|
2231
|
+
"base_classes": [
|
|
2232
|
+
"Message"
|
|
2233
|
+
],
|
|
2110
2234
|
"beta": false,
|
|
2111
2235
|
"conditional_paths": [],
|
|
2112
2236
|
"custom_fields": {},
|
|
@@ -2155,7 +2279,9 @@
|
|
|
2155
2279
|
"required_inputs": null,
|
|
2156
2280
|
"selected": "Message",
|
|
2157
2281
|
"tool_mode": true,
|
|
2158
|
-
"types": [
|
|
2282
|
+
"types": [
|
|
2283
|
+
"Message"
|
|
2284
|
+
],
|
|
2159
2285
|
"value": "__UNDEFINED__"
|
|
2160
2286
|
}
|
|
2161
2287
|
],
|
|
@@ -2187,7 +2313,9 @@
|
|
|
2187
2313
|
"display_name": "Agent Description [Deprecated]",
|
|
2188
2314
|
"dynamic": false,
|
|
2189
2315
|
"info": "The description of the agent. This is only used when in Tool Mode. Defaults to 'A helpful assistant with access to the following tools:' and tools are added dynamically. This feature is deprecated and will be removed in future versions.",
|
|
2190
|
-
"input_types": [
|
|
2316
|
+
"input_types": [
|
|
2317
|
+
"Message"
|
|
2318
|
+
],
|
|
2191
2319
|
"list": false,
|
|
2192
2320
|
"list_add_label": "Add More",
|
|
2193
2321
|
"load_from_db": false,
|
|
@@ -2308,7 +2436,9 @@
|
|
|
2308
2436
|
"display_name": "Input",
|
|
2309
2437
|
"dynamic": false,
|
|
2310
2438
|
"info": "The input provided by the user for the agent to process.",
|
|
2311
|
-
"input_types": [
|
|
2439
|
+
"input_types": [
|
|
2440
|
+
"Message"
|
|
2441
|
+
],
|
|
2312
2442
|
"list": false,
|
|
2313
2443
|
"list_add_label": "Add More",
|
|
2314
2444
|
"load_from_db": false,
|
|
@@ -2516,7 +2646,9 @@
|
|
|
2516
2646
|
"display_name": "Agent Instructions",
|
|
2517
2647
|
"dynamic": false,
|
|
2518
2648
|
"info": "System Prompt: Initial instructions and context provided to guide the agent's behavior.",
|
|
2519
|
-
"input_types": [
|
|
2649
|
+
"input_types": [
|
|
2650
|
+
"Message"
|
|
2651
|
+
],
|
|
2520
2652
|
"list": false,
|
|
2521
2653
|
"list_add_label": "Add More",
|
|
2522
2654
|
"load_from_db": false,
|
|
@@ -2584,7 +2716,9 @@
|
|
|
2584
2716
|
"display_name": "Tools",
|
|
2585
2717
|
"dynamic": false,
|
|
2586
2718
|
"info": "These are the tools that the agent can use to help with tasks.",
|
|
2587
|
-
"input_types": [
|
|
2719
|
+
"input_types": [
|
|
2720
|
+
"Tool"
|
|
2721
|
+
],
|
|
2588
2722
|
"list": true,
|
|
2589
2723
|
"list_add_label": "Add More",
|
|
2590
2724
|
"name": "tools",
|
|
@@ -2645,7 +2779,11 @@
|
|
|
2645
2779
|
"display_name": "Yahoo! Finance",
|
|
2646
2780
|
"id": "YfinanceComponent-hAneS",
|
|
2647
2781
|
"node": {
|
|
2648
|
-
"base_classes": [
|
|
2782
|
+
"base_classes": [
|
|
2783
|
+
"Data",
|
|
2784
|
+
"DataFrame",
|
|
2785
|
+
"Message"
|
|
2786
|
+
],
|
|
2649
2787
|
"beta": false,
|
|
2650
2788
|
"conditional_paths": [],
|
|
2651
2789
|
"custom_fields": {},
|
|
@@ -2653,7 +2791,11 @@
|
|
|
2653
2791
|
"display_name": "Yahoo! Finance",
|
|
2654
2792
|
"documentation": "",
|
|
2655
2793
|
"edited": false,
|
|
2656
|
-
"field_order": [
|
|
2794
|
+
"field_order": [
|
|
2795
|
+
"symbol",
|
|
2796
|
+
"method",
|
|
2797
|
+
"num_news"
|
|
2798
|
+
],
|
|
2657
2799
|
"frozen": false,
|
|
2658
2800
|
"icon": "trending-up",
|
|
2659
2801
|
"legacy": false,
|
|
@@ -2676,7 +2818,9 @@
|
|
|
2676
2818
|
"required_inputs": null,
|
|
2677
2819
|
"selected": "Tool",
|
|
2678
2820
|
"tool_mode": true,
|
|
2679
|
-
"types": [
|
|
2821
|
+
"types": [
|
|
2822
|
+
"Tool"
|
|
2823
|
+
],
|
|
2680
2824
|
"value": "__UNDEFINED__"
|
|
2681
2825
|
}
|
|
2682
2826
|
],
|
|
@@ -2771,7 +2915,9 @@
|
|
|
2771
2915
|
"display_name": "Stock Symbol",
|
|
2772
2916
|
"dynamic": false,
|
|
2773
2917
|
"info": "The stock symbol to retrieve data for (e.g., AAPL, GOOG).",
|
|
2774
|
-
"input_types": [
|
|
2918
|
+
"input_types": [
|
|
2919
|
+
"Message"
|
|
2920
|
+
],
|
|
2775
2921
|
"list": false,
|
|
2776
2922
|
"list_add_label": "Add More",
|
|
2777
2923
|
"load_from_db": false,
|
|
@@ -2819,7 +2965,9 @@
|
|
|
2819
2965
|
"name": "fetch_content_dataframe",
|
|
2820
2966
|
"readonly": false,
|
|
2821
2967
|
"status": true,
|
|
2822
|
-
"tags": [
|
|
2968
|
+
"tags": [
|
|
2969
|
+
"fetch_content_dataframe"
|
|
2970
|
+
]
|
|
2823
2971
|
}
|
|
2824
2972
|
]
|
|
2825
2973
|
}
|
|
@@ -2847,7 +2995,9 @@
|
|
|
2847
2995
|
"data": {
|
|
2848
2996
|
"id": "CalculatorComponent-0P2yI",
|
|
2849
2997
|
"node": {
|
|
2850
|
-
"base_classes": [
|
|
2998
|
+
"base_classes": [
|
|
2999
|
+
"Data"
|
|
3000
|
+
],
|
|
2851
3001
|
"beta": false,
|
|
2852
3002
|
"category": "tools",
|
|
2853
3003
|
"conditional_paths": [],
|
|
@@ -2856,7 +3006,9 @@
|
|
|
2856
3006
|
"display_name": "Calculator",
|
|
2857
3007
|
"documentation": "",
|
|
2858
3008
|
"edited": false,
|
|
2859
|
-
"field_order": [
|
|
3009
|
+
"field_order": [
|
|
3010
|
+
"expression"
|
|
3011
|
+
],
|
|
2860
3012
|
"frozen": false,
|
|
2861
3013
|
"icon": "calculator",
|
|
2862
3014
|
"key": "CalculatorComponent",
|
|
@@ -2880,7 +3032,9 @@
|
|
|
2880
3032
|
"required_inputs": null,
|
|
2881
3033
|
"selected": "Tool",
|
|
2882
3034
|
"tool_mode": true,
|
|
2883
|
-
"types": [
|
|
3035
|
+
"types": [
|
|
3036
|
+
"Tool"
|
|
3037
|
+
],
|
|
2884
3038
|
"value": "__UNDEFINED__"
|
|
2885
3039
|
}
|
|
2886
3040
|
],
|
|
@@ -2912,7 +3066,9 @@
|
|
|
2912
3066
|
"display_name": "Expression",
|
|
2913
3067
|
"dynamic": false,
|
|
2914
3068
|
"info": "The arithmetic expression to evaluate (e.g., '4*4*(33/22)+12-20').",
|
|
2915
|
-
"input_types": [
|
|
3069
|
+
"input_types": [
|
|
3070
|
+
"Message"
|
|
3071
|
+
],
|
|
2916
3072
|
"list": false,
|
|
2917
3073
|
"list_add_label": "Add More",
|
|
2918
3074
|
"load_from_db": false,
|
|
@@ -2960,7 +3116,9 @@
|
|
|
2960
3116
|
"name": "evaluate_expression",
|
|
2961
3117
|
"readonly": false,
|
|
2962
3118
|
"status": true,
|
|
2963
|
-
"tags": [
|
|
3119
|
+
"tags": [
|
|
3120
|
+
"evaluate_expression"
|
|
3121
|
+
]
|
|
2964
3122
|
}
|
|
2965
3123
|
]
|
|
2966
3124
|
}
|
|
@@ -2988,7 +3146,10 @@
|
|
|
2988
3146
|
"data": {
|
|
2989
3147
|
"id": "TavilySearchComponent-DTUmi",
|
|
2990
3148
|
"node": {
|
|
2991
|
-
"base_classes": [
|
|
3149
|
+
"base_classes": [
|
|
3150
|
+
"Data",
|
|
3151
|
+
"Message"
|
|
3152
|
+
],
|
|
2992
3153
|
"beta": false,
|
|
2993
3154
|
"conditional_paths": [],
|
|
2994
3155
|
"custom_fields": {},
|
|
@@ -3028,7 +3189,9 @@
|
|
|
3028
3189
|
"required_inputs": null,
|
|
3029
3190
|
"selected": "Tool",
|
|
3030
3191
|
"tool_mode": true,
|
|
3031
|
-
"types": [
|
|
3192
|
+
"types": [
|
|
3193
|
+
"Tool"
|
|
3194
|
+
],
|
|
3032
3195
|
"value": "__UNDEFINED__"
|
|
3033
3196
|
}
|
|
3034
3197
|
],
|
|
@@ -3112,7 +3275,9 @@
|
|
|
3112
3275
|
"display_name": "Exclude Domains",
|
|
3113
3276
|
"dynamic": false,
|
|
3114
3277
|
"info": "Comma-separated list of domains to exclude from the search results.",
|
|
3115
|
-
"input_types": [
|
|
3278
|
+
"input_types": [
|
|
3279
|
+
"Message"
|
|
3280
|
+
],
|
|
3116
3281
|
"list": false,
|
|
3117
3282
|
"list_add_label": "Add More",
|
|
3118
3283
|
"load_from_db": false,
|
|
@@ -3151,7 +3316,9 @@
|
|
|
3151
3316
|
"display_name": "Include Domains",
|
|
3152
3317
|
"dynamic": false,
|
|
3153
3318
|
"info": "Comma-separated list of domains to include in the search results.",
|
|
3154
|
-
"input_types": [
|
|
3319
|
+
"input_types": [
|
|
3320
|
+
"Message"
|
|
3321
|
+
],
|
|
3155
3322
|
"list": false,
|
|
3156
3323
|
"list_add_label": "Add More",
|
|
3157
3324
|
"load_from_db": false,
|
|
@@ -3226,7 +3393,9 @@
|
|
|
3226
3393
|
"display_name": "Search Query",
|
|
3227
3394
|
"dynamic": false,
|
|
3228
3395
|
"info": "The search query you want to execute with Tavily.",
|
|
3229
|
-
"input_types": [
|
|
3396
|
+
"input_types": [
|
|
3397
|
+
"Message"
|
|
3398
|
+
],
|
|
3230
3399
|
"list": false,
|
|
3231
3400
|
"list_add_label": "Add More",
|
|
3232
3401
|
"load_from_db": false,
|
|
@@ -3250,7 +3419,10 @@
|
|
|
3250
3419
|
"dynamic": false,
|
|
3251
3420
|
"info": "The depth of the search.",
|
|
3252
3421
|
"name": "search_depth",
|
|
3253
|
-
"options": [
|
|
3422
|
+
"options": [
|
|
3423
|
+
"basic",
|
|
3424
|
+
"advanced"
|
|
3425
|
+
],
|
|
3254
3426
|
"options_metadata": [],
|
|
3255
3427
|
"placeholder": "",
|
|
3256
3428
|
"required": false,
|
|
@@ -3270,7 +3442,12 @@
|
|
|
3270
3442
|
"dynamic": false,
|
|
3271
3443
|
"info": "The time range back from the current date to filter results.",
|
|
3272
3444
|
"name": "time_range",
|
|
3273
|
-
"options": [
|
|
3445
|
+
"options": [
|
|
3446
|
+
"day",
|
|
3447
|
+
"week",
|
|
3448
|
+
"month",
|
|
3449
|
+
"year"
|
|
3450
|
+
],
|
|
3274
3451
|
"options_metadata": [],
|
|
3275
3452
|
"placeholder": "",
|
|
3276
3453
|
"required": false,
|
|
@@ -3313,7 +3490,9 @@
|
|
|
3313
3490
|
"name": "fetch_content_dataframe",
|
|
3314
3491
|
"readonly": false,
|
|
3315
3492
|
"status": true,
|
|
3316
|
-
"tags": [
|
|
3493
|
+
"tags": [
|
|
3494
|
+
"fetch_content_dataframe"
|
|
3495
|
+
]
|
|
3317
3496
|
}
|
|
3318
3497
|
]
|
|
3319
3498
|
},
|
|
@@ -3326,7 +3505,10 @@
|
|
|
3326
3505
|
"dynamic": false,
|
|
3327
3506
|
"info": "The category of the search.",
|
|
3328
3507
|
"name": "topic",
|
|
3329
|
-
"options": [
|
|
3508
|
+
"options": [
|
|
3509
|
+
"general",
|
|
3510
|
+
"news"
|
|
3511
|
+
],
|
|
3330
3512
|
"options_metadata": [],
|
|
3331
3513
|
"placeholder": "",
|
|
3332
3514
|
"required": false,
|
|
@@ -3361,7 +3543,9 @@
|
|
|
3361
3543
|
"data": {
|
|
3362
3544
|
"id": "ChatOutput-gbqPo",
|
|
3363
3545
|
"node": {
|
|
3364
|
-
"base_classes": [
|
|
3546
|
+
"base_classes": [
|
|
3547
|
+
"Message"
|
|
3548
|
+
],
|
|
3365
3549
|
"beta": false,
|
|
3366
3550
|
"category": "outputs",
|
|
3367
3551
|
"conditional_paths": [],
|
|
@@ -3402,7 +3586,9 @@
|
|
|
3402
3586
|
"name": "message",
|
|
3403
3587
|
"selected": "Message",
|
|
3404
3588
|
"tool_mode": true,
|
|
3405
|
-
"types": [
|
|
3589
|
+
"types": [
|
|
3590
|
+
"Message"
|
|
3591
|
+
],
|
|
3406
3592
|
"value": "__UNDEFINED__"
|
|
3407
3593
|
}
|
|
3408
3594
|
],
|
|
@@ -3416,7 +3602,9 @@
|
|
|
3416
3602
|
"display_name": "Background Color",
|
|
3417
3603
|
"dynamic": false,
|
|
3418
3604
|
"info": "The background color of the icon.",
|
|
3419
|
-
"input_types": [
|
|
3605
|
+
"input_types": [
|
|
3606
|
+
"Message"
|
|
3607
|
+
],
|
|
3420
3608
|
"list": false,
|
|
3421
3609
|
"list_add_label": "Add More",
|
|
3422
3610
|
"load_from_db": false,
|
|
@@ -3437,7 +3625,9 @@
|
|
|
3437
3625
|
"display_name": "Icon",
|
|
3438
3626
|
"dynamic": false,
|
|
3439
3627
|
"info": "The icon of the message.",
|
|
3440
|
-
"input_types": [
|
|
3628
|
+
"input_types": [
|
|
3629
|
+
"Message"
|
|
3630
|
+
],
|
|
3441
3631
|
"list": false,
|
|
3442
3632
|
"list_add_label": "Add More",
|
|
3443
3633
|
"load_from_db": false,
|
|
@@ -3494,7 +3684,9 @@
|
|
|
3494
3684
|
"display_name": "Data Template",
|
|
3495
3685
|
"dynamic": false,
|
|
3496
3686
|
"info": "Template to convert Data to Text. If left empty, it will be dynamically set to the Data's text key.",
|
|
3497
|
-
"input_types": [
|
|
3687
|
+
"input_types": [
|
|
3688
|
+
"Message"
|
|
3689
|
+
],
|
|
3498
3690
|
"list": false,
|
|
3499
3691
|
"list_add_label": "Add More",
|
|
3500
3692
|
"load_from_db": false,
|
|
@@ -3515,7 +3707,11 @@
|
|
|
3515
3707
|
"display_name": "Inputs",
|
|
3516
3708
|
"dynamic": false,
|
|
3517
3709
|
"info": "Message to be passed as output.",
|
|
3518
|
-
"input_types": [
|
|
3710
|
+
"input_types": [
|
|
3711
|
+
"Data",
|
|
3712
|
+
"DataFrame",
|
|
3713
|
+
"Message"
|
|
3714
|
+
],
|
|
3519
3715
|
"list": false,
|
|
3520
3716
|
"list_add_label": "Add More",
|
|
3521
3717
|
"name": "input_value",
|
|
@@ -3536,7 +3732,10 @@
|
|
|
3536
3732
|
"dynamic": false,
|
|
3537
3733
|
"info": "Type of sender.",
|
|
3538
3734
|
"name": "sender",
|
|
3539
|
-
"options": [
|
|
3735
|
+
"options": [
|
|
3736
|
+
"Machine",
|
|
3737
|
+
"User"
|
|
3738
|
+
],
|
|
3540
3739
|
"options_metadata": [],
|
|
3541
3740
|
"placeholder": "",
|
|
3542
3741
|
"required": false,
|
|
@@ -3553,7 +3752,9 @@
|
|
|
3553
3752
|
"display_name": "Sender Name",
|
|
3554
3753
|
"dynamic": false,
|
|
3555
3754
|
"info": "Name of the sender.",
|
|
3556
|
-
"input_types": [
|
|
3755
|
+
"input_types": [
|
|
3756
|
+
"Message"
|
|
3757
|
+
],
|
|
3557
3758
|
"list": false,
|
|
3558
3759
|
"list_add_label": "Add More",
|
|
3559
3760
|
"load_from_db": false,
|
|
@@ -3574,7 +3775,9 @@
|
|
|
3574
3775
|
"display_name": "Session ID",
|
|
3575
3776
|
"dynamic": false,
|
|
3576
3777
|
"info": "The session ID of the chat. If empty, the current session ID parameter will be used.",
|
|
3577
|
-
"input_types": [
|
|
3778
|
+
"input_types": [
|
|
3779
|
+
"Message"
|
|
3780
|
+
],
|
|
3578
3781
|
"list": false,
|
|
3579
3782
|
"list_add_label": "Add More",
|
|
3580
3783
|
"load_from_db": false,
|
|
@@ -3613,7 +3816,9 @@
|
|
|
3613
3816
|
"display_name": "Text Color",
|
|
3614
3817
|
"dynamic": false,
|
|
3615
3818
|
"info": "The text color of the name",
|
|
3616
|
-
"input_types": [
|
|
3819
|
+
"input_types": [
|
|
3820
|
+
"Message"
|
|
3821
|
+
],
|
|
3617
3822
|
"list": false,
|
|
3618
3823
|
"list_add_label": "Add More",
|
|
3619
3824
|
"load_from_db": false,
|
|
@@ -3660,5 +3865,9 @@
|
|
|
3660
3865
|
"is_component": false,
|
|
3661
3866
|
"last_tested_version": "1.4.3",
|
|
3662
3867
|
"name": "Sequential Tasks Agents",
|
|
3663
|
-
"tags": [
|
|
3664
|
-
|
|
3868
|
+
"tags": [
|
|
3869
|
+
"assistants",
|
|
3870
|
+
"agents",
|
|
3871
|
+
"web-scraping"
|
|
3872
|
+
]
|
|
3873
|
+
}
|