langflow-base-nightly 1.7.0.dev55__py3-none-any.whl → 1.7.0.dev58__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/api/v2/files.py +6 -6
- langflow/initial_setup/starter_projects/Basic Prompt Chaining.json +31 -1088
- langflow/initial_setup/starter_projects/Basic Prompting.json +196 -135
- langflow/initial_setup/starter_projects/Blog Writer.json +141 -84
- langflow/initial_setup/starter_projects/Custom Component Generator.json +133 -73
- langflow/initial_setup/starter_projects/Document Q&A.json +136 -81
- langflow/initial_setup/starter_projects/Financial Report Parser.json +12 -365
- langflow/initial_setup/starter_projects/Hybrid Search RAG.json +19 -729
- langflow/initial_setup/starter_projects/Image Sentiment Analysis.json +688 -733
- langflow/initial_setup/starter_projects/Instagram Copywriter.json +322 -203
- langflow/initial_setup/starter_projects/Invoice Summarizer.json +47 -21
- langflow/initial_setup/starter_projects/Market Research.json +63 -394
- langflow/initial_setup/starter_projects/Meeting Summary.json +266 -168
- langflow/initial_setup/starter_projects/Memory Chatbot.json +136 -81
- langflow/initial_setup/starter_projects/News Aggregator.json +49 -24
- langflow/initial_setup/starter_projects/Nvidia Remix.json +48 -23
- langflow/initial_setup/starter_projects/Pok/303/251dex Agent.json" +49 -23
- langflow/initial_setup/starter_projects/Portfolio Website Code Generator.json +113 -418
- langflow/initial_setup/starter_projects/Price Deal Finder.json +48 -22
- langflow/initial_setup/starter_projects/Research Agent.json +319 -181
- langflow/initial_setup/starter_projects/Research Translation Loop.json +636 -615
- langflow/initial_setup/starter_projects/SEO Keyword Generator.json +145 -89
- langflow/initial_setup/starter_projects/SaaS Pricing.json +48 -22
- langflow/initial_setup/starter_projects/Search agent.json +47 -21
- langflow/initial_setup/starter_projects/Sequential Tasks Agents.json +147 -54
- langflow/initial_setup/starter_projects/Simple Agent.json +47 -16
- langflow/initial_setup/starter_projects/Social Media Agent.json +47 -16
- langflow/initial_setup/starter_projects/Text Sentiment Analysis.json +398 -251
- langflow/initial_setup/starter_projects/Travel Planning Agents.json +146 -53
- langflow/initial_setup/starter_projects/Twitter Thread Generator.json +137 -81
- langflow/initial_setup/starter_projects/Vector Store RAG.json +133 -82
- langflow/initial_setup/starter_projects/Youtube Analysis.json +182 -106
- langflow/services/storage/local.py +13 -8
- langflow/services/storage/s3.py +0 -6
- {langflow_base_nightly-1.7.0.dev55.dist-info → langflow_base_nightly-1.7.0.dev58.dist-info}/METADATA +2 -2
- {langflow_base_nightly-1.7.0.dev55.dist-info → langflow_base_nightly-1.7.0.dev58.dist-info}/RECORD +38 -38
- {langflow_base_nightly-1.7.0.dev55.dist-info → langflow_base_nightly-1.7.0.dev58.dist-info}/WHEEL +0 -0
- {langflow_base_nightly-1.7.0.dev55.dist-info → langflow_base_nightly-1.7.0.dev58.dist-info}/entry_points.txt +0 -0
|
@@ -902,22 +902,16 @@
|
|
|
902
902
|
"custom_fields": {},
|
|
903
903
|
"description": "Define the agent's instructions, then enter a task to complete using tools.",
|
|
904
904
|
"display_name": "Agent",
|
|
905
|
-
"documentation": "",
|
|
905
|
+
"documentation": "https://docs.langflow.org/agents",
|
|
906
906
|
"edited": false,
|
|
907
907
|
"field_order": [
|
|
908
|
-
"
|
|
909
|
-
"max_tokens",
|
|
910
|
-
"model_kwargs",
|
|
911
|
-
"json_mode",
|
|
912
|
-
"model_name",
|
|
913
|
-
"openai_api_base",
|
|
908
|
+
"model",
|
|
914
909
|
"api_key",
|
|
915
|
-
"temperature",
|
|
916
|
-
"seed",
|
|
917
|
-
"max_retries",
|
|
918
|
-
"timeout",
|
|
919
910
|
"system_prompt",
|
|
911
|
+
"context_id",
|
|
920
912
|
"n_messages",
|
|
913
|
+
"format_instructions",
|
|
914
|
+
"output_schema",
|
|
921
915
|
"tools",
|
|
922
916
|
"input_value",
|
|
923
917
|
"handle_parsing_errors",
|
|
@@ -928,6 +922,7 @@
|
|
|
928
922
|
],
|
|
929
923
|
"frozen": false,
|
|
930
924
|
"icon": "bot",
|
|
925
|
+
"last_updated": "2025-12-11T21:41:48.407Z",
|
|
931
926
|
"legacy": false,
|
|
932
927
|
"metadata": {
|
|
933
928
|
"code_hash": "1834a4d901fa",
|
|
@@ -977,21 +972,25 @@
|
|
|
977
972
|
"display_name": "Current Date",
|
|
978
973
|
"dynamic": false,
|
|
979
974
|
"info": "If true, will add a tool to the agent that returns the current date.",
|
|
975
|
+
"input_types": [],
|
|
980
976
|
"list": false,
|
|
981
977
|
"list_add_label": "Add More",
|
|
982
978
|
"name": "add_current_date_tool",
|
|
979
|
+
"override_skip": false,
|
|
983
980
|
"placeholder": "",
|
|
984
981
|
"required": false,
|
|
985
982
|
"show": true,
|
|
986
983
|
"title_case": false,
|
|
987
984
|
"tool_mode": false,
|
|
988
985
|
"trace_as_metadata": true,
|
|
986
|
+
"track_in_telemetry": true,
|
|
989
987
|
"type": "bool",
|
|
990
988
|
"value": true
|
|
991
989
|
},
|
|
992
990
|
"agent_description": {
|
|
993
991
|
"_input_type": "MultilineInput",
|
|
994
992
|
"advanced": true,
|
|
993
|
+
"ai_enabled": false,
|
|
995
994
|
"copy_field": false,
|
|
996
995
|
"display_name": "Agent Description [Deprecated]",
|
|
997
996
|
"dynamic": false,
|
|
@@ -1004,6 +1003,7 @@
|
|
|
1004
1003
|
"load_from_db": false,
|
|
1005
1004
|
"multiline": true,
|
|
1006
1005
|
"name": "agent_description",
|
|
1006
|
+
"override_skip": false,
|
|
1007
1007
|
"placeholder": "",
|
|
1008
1008
|
"required": false,
|
|
1009
1009
|
"show": true,
|
|
@@ -1011,26 +1011,29 @@
|
|
|
1011
1011
|
"tool_mode": false,
|
|
1012
1012
|
"trace_as_input": true,
|
|
1013
1013
|
"trace_as_metadata": true,
|
|
1014
|
+
"track_in_telemetry": false,
|
|
1014
1015
|
"type": "str",
|
|
1015
1016
|
"value": "A helpful assistant with access to the following tools:"
|
|
1016
1017
|
},
|
|
1017
1018
|
"api_key": {
|
|
1018
1019
|
"_input_type": "SecretStrInput",
|
|
1019
|
-
"advanced":
|
|
1020
|
+
"advanced": true,
|
|
1020
1021
|
"display_name": "API Key",
|
|
1021
1022
|
"dynamic": false,
|
|
1022
1023
|
"info": "Model Provider API key",
|
|
1023
1024
|
"input_types": [],
|
|
1024
|
-
"load_from_db":
|
|
1025
|
+
"load_from_db": false,
|
|
1025
1026
|
"name": "api_key",
|
|
1027
|
+
"override_skip": false,
|
|
1026
1028
|
"password": true,
|
|
1027
1029
|
"placeholder": "",
|
|
1028
1030
|
"real_time_refresh": true,
|
|
1029
1031
|
"required": false,
|
|
1030
1032
|
"show": true,
|
|
1031
1033
|
"title_case": false,
|
|
1034
|
+
"track_in_telemetry": false,
|
|
1032
1035
|
"type": "str",
|
|
1033
|
-
"value": "
|
|
1036
|
+
"value": ""
|
|
1034
1037
|
},
|
|
1035
1038
|
"code": {
|
|
1036
1039
|
"advanced": true,
|
|
@@ -1063,6 +1066,7 @@
|
|
|
1063
1066
|
"list_add_label": "Add More",
|
|
1064
1067
|
"load_from_db": false,
|
|
1065
1068
|
"name": "context_id",
|
|
1069
|
+
"override_skip": false,
|
|
1066
1070
|
"placeholder": "",
|
|
1067
1071
|
"required": false,
|
|
1068
1072
|
"show": true,
|
|
@@ -1070,12 +1074,14 @@
|
|
|
1070
1074
|
"tool_mode": false,
|
|
1071
1075
|
"trace_as_input": true,
|
|
1072
1076
|
"trace_as_metadata": true,
|
|
1077
|
+
"track_in_telemetry": false,
|
|
1073
1078
|
"type": "str",
|
|
1074
1079
|
"value": ""
|
|
1075
1080
|
},
|
|
1076
1081
|
"format_instructions": {
|
|
1077
1082
|
"_input_type": "MultilineInput",
|
|
1078
1083
|
"advanced": true,
|
|
1084
|
+
"ai_enabled": false,
|
|
1079
1085
|
"copy_field": false,
|
|
1080
1086
|
"display_name": "Output Format Instructions",
|
|
1081
1087
|
"dynamic": false,
|
|
@@ -1088,6 +1094,7 @@
|
|
|
1088
1094
|
"load_from_db": false,
|
|
1089
1095
|
"multiline": true,
|
|
1090
1096
|
"name": "format_instructions",
|
|
1097
|
+
"override_skip": false,
|
|
1091
1098
|
"placeholder": "",
|
|
1092
1099
|
"required": false,
|
|
1093
1100
|
"show": true,
|
|
@@ -1095,6 +1102,7 @@
|
|
|
1095
1102
|
"tool_mode": false,
|
|
1096
1103
|
"trace_as_input": true,
|
|
1097
1104
|
"trace_as_metadata": true,
|
|
1105
|
+
"track_in_telemetry": false,
|
|
1098
1106
|
"type": "str",
|
|
1099
1107
|
"value": "You are an AI that extracts structured JSON objects from unstructured text. Use a predefined schema with expected types (str, int, float, bool, dict). Extract ALL relevant instances that match the schema - if multiple patterns exist, capture them all. Fill missing or ambiguous values with defaults: null for missing values. Remove exact duplicates but keep variations that have different field values. Always return valid JSON in the expected format, never throw errors. If multiple objects can be extracted, return them all in the structured format."
|
|
1100
1108
|
},
|
|
@@ -1104,20 +1112,23 @@
|
|
|
1104
1112
|
"display_name": "Handle Parse Errors",
|
|
1105
1113
|
"dynamic": false,
|
|
1106
1114
|
"info": "Should the Agent fix errors when reading user input for better processing?",
|
|
1115
|
+
"input_types": [],
|
|
1107
1116
|
"list": false,
|
|
1108
1117
|
"list_add_label": "Add More",
|
|
1109
1118
|
"name": "handle_parsing_errors",
|
|
1119
|
+
"override_skip": false,
|
|
1110
1120
|
"placeholder": "",
|
|
1111
1121
|
"required": false,
|
|
1112
1122
|
"show": true,
|
|
1113
1123
|
"title_case": false,
|
|
1114
1124
|
"tool_mode": false,
|
|
1115
1125
|
"trace_as_metadata": true,
|
|
1126
|
+
"track_in_telemetry": true,
|
|
1116
1127
|
"type": "bool",
|
|
1117
1128
|
"value": true
|
|
1118
1129
|
},
|
|
1119
1130
|
"input_value": {
|
|
1120
|
-
"_input_type": "
|
|
1131
|
+
"_input_type": "MessageInput",
|
|
1121
1132
|
"advanced": false,
|
|
1122
1133
|
"display_name": "Input",
|
|
1123
1134
|
"dynamic": false,
|
|
@@ -1129,6 +1140,7 @@
|
|
|
1129
1140
|
"list_add_label": "Add More",
|
|
1130
1141
|
"load_from_db": false,
|
|
1131
1142
|
"name": "input_value",
|
|
1143
|
+
"override_skip": false,
|
|
1132
1144
|
"placeholder": "",
|
|
1133
1145
|
"required": false,
|
|
1134
1146
|
"show": true,
|
|
@@ -1136,6 +1148,7 @@
|
|
|
1136
1148
|
"tool_mode": true,
|
|
1137
1149
|
"trace_as_input": true,
|
|
1138
1150
|
"trace_as_metadata": true,
|
|
1151
|
+
"track_in_telemetry": false,
|
|
1139
1152
|
"type": "str",
|
|
1140
1153
|
"value": ""
|
|
1141
1154
|
},
|
|
@@ -1145,15 +1158,18 @@
|
|
|
1145
1158
|
"display_name": "Max Iterations",
|
|
1146
1159
|
"dynamic": false,
|
|
1147
1160
|
"info": "The maximum number of attempts the agent can make to complete its task before it stops.",
|
|
1161
|
+
"input_types": [],
|
|
1148
1162
|
"list": false,
|
|
1149
1163
|
"list_add_label": "Add More",
|
|
1150
1164
|
"name": "max_iterations",
|
|
1165
|
+
"override_skip": false,
|
|
1151
1166
|
"placeholder": "",
|
|
1152
1167
|
"required": false,
|
|
1153
1168
|
"show": true,
|
|
1154
1169
|
"title_case": false,
|
|
1155
1170
|
"tool_mode": false,
|
|
1156
1171
|
"trace_as_metadata": true,
|
|
1172
|
+
"track_in_telemetry": true,
|
|
1157
1173
|
"type": "int",
|
|
1158
1174
|
"value": 15
|
|
1159
1175
|
},
|
|
@@ -1181,6 +1197,7 @@
|
|
|
1181
1197
|
"list_add_label": "Add More",
|
|
1182
1198
|
"model_type": "language",
|
|
1183
1199
|
"name": "model",
|
|
1200
|
+
"options": [],
|
|
1184
1201
|
"override_skip": false,
|
|
1185
1202
|
"placeholder": "Setup Provider",
|
|
1186
1203
|
"real_time_refresh": true,
|
|
@@ -1192,7 +1209,7 @@
|
|
|
1192
1209
|
"trace_as_input": true,
|
|
1193
1210
|
"track_in_telemetry": false,
|
|
1194
1211
|
"type": "model",
|
|
1195
|
-
"value":
|
|
1212
|
+
"value": []
|
|
1196
1213
|
},
|
|
1197
1214
|
"n_messages": {
|
|
1198
1215
|
"_input_type": "IntInput",
|
|
@@ -1200,15 +1217,18 @@
|
|
|
1200
1217
|
"display_name": "Number of Chat History Messages",
|
|
1201
1218
|
"dynamic": false,
|
|
1202
1219
|
"info": "Number of chat history messages to retrieve.",
|
|
1220
|
+
"input_types": [],
|
|
1203
1221
|
"list": false,
|
|
1204
1222
|
"list_add_label": "Add More",
|
|
1205
1223
|
"name": "n_messages",
|
|
1224
|
+
"override_skip": false,
|
|
1206
1225
|
"placeholder": "",
|
|
1207
1226
|
"required": false,
|
|
1208
1227
|
"show": true,
|
|
1209
1228
|
"title_case": false,
|
|
1210
1229
|
"tool_mode": false,
|
|
1211
1230
|
"trace_as_metadata": true,
|
|
1231
|
+
"track_in_telemetry": true,
|
|
1212
1232
|
"type": "int",
|
|
1213
1233
|
"value": 100
|
|
1214
1234
|
},
|
|
@@ -1218,9 +1238,11 @@
|
|
|
1218
1238
|
"display_name": "Output Schema",
|
|
1219
1239
|
"dynamic": false,
|
|
1220
1240
|
"info": "Schema Validation: Define the structure and data types for structured output. No validation if no output schema.",
|
|
1241
|
+
"input_types": [],
|
|
1221
1242
|
"is_list": true,
|
|
1222
1243
|
"list_add_label": "Add More",
|
|
1223
1244
|
"name": "output_schema",
|
|
1245
|
+
"override_skip": false,
|
|
1224
1246
|
"placeholder": "",
|
|
1225
1247
|
"required": false,
|
|
1226
1248
|
"show": true,
|
|
@@ -1269,6 +1291,7 @@
|
|
|
1269
1291
|
"title_case": false,
|
|
1270
1292
|
"tool_mode": false,
|
|
1271
1293
|
"trace_as_metadata": true,
|
|
1294
|
+
"track_in_telemetry": false,
|
|
1272
1295
|
"trigger_icon": "Table",
|
|
1273
1296
|
"trigger_text": "Open table",
|
|
1274
1297
|
"type": "table",
|
|
@@ -1277,6 +1300,7 @@
|
|
|
1277
1300
|
"system_prompt": {
|
|
1278
1301
|
"_input_type": "MultilineInput",
|
|
1279
1302
|
"advanced": false,
|
|
1303
|
+
"ai_enabled": false,
|
|
1280
1304
|
"copy_field": false,
|
|
1281
1305
|
"display_name": "Agent Instructions",
|
|
1282
1306
|
"dynamic": false,
|
|
@@ -1289,6 +1313,7 @@
|
|
|
1289
1313
|
"load_from_db": false,
|
|
1290
1314
|
"multiline": true,
|
|
1291
1315
|
"name": "system_prompt",
|
|
1316
|
+
"override_skip": false,
|
|
1292
1317
|
"placeholder": "",
|
|
1293
1318
|
"required": false,
|
|
1294
1319
|
"show": true,
|
|
@@ -1296,6 +1321,7 @@
|
|
|
1296
1321
|
"tool_mode": false,
|
|
1297
1322
|
"trace_as_input": true,
|
|
1298
1323
|
"trace_as_metadata": true,
|
|
1324
|
+
"track_in_telemetry": false,
|
|
1299
1325
|
"type": "str",
|
|
1300
1326
|
"value": "You are a helpful assistant that can use tools to answer questions and perform tasks."
|
|
1301
1327
|
},
|
|
@@ -1311,11 +1337,13 @@
|
|
|
1311
1337
|
"list": true,
|
|
1312
1338
|
"list_add_label": "Add More",
|
|
1313
1339
|
"name": "tools",
|
|
1340
|
+
"override_skip": false,
|
|
1314
1341
|
"placeholder": "",
|
|
1315
1342
|
"required": false,
|
|
1316
1343
|
"show": true,
|
|
1317
1344
|
"title_case": false,
|
|
1318
1345
|
"trace_as_metadata": true,
|
|
1346
|
+
"track_in_telemetry": false,
|
|
1319
1347
|
"type": "other",
|
|
1320
1348
|
"value": ""
|
|
1321
1349
|
},
|
|
@@ -1325,15 +1353,18 @@
|
|
|
1325
1353
|
"display_name": "Verbose",
|
|
1326
1354
|
"dynamic": false,
|
|
1327
1355
|
"info": "",
|
|
1356
|
+
"input_types": [],
|
|
1328
1357
|
"list": false,
|
|
1329
1358
|
"list_add_label": "Add More",
|
|
1330
1359
|
"name": "verbose",
|
|
1360
|
+
"override_skip": false,
|
|
1331
1361
|
"placeholder": "",
|
|
1332
1362
|
"required": false,
|
|
1333
1363
|
"show": true,
|
|
1334
1364
|
"title_case": false,
|
|
1335
1365
|
"tool_mode": false,
|
|
1336
1366
|
"trace_as_metadata": true,
|
|
1367
|
+
"track_in_telemetry": true,
|
|
1337
1368
|
"type": "bool",
|
|
1338
1369
|
"value": true
|
|
1339
1370
|
}
|
|
@@ -1260,22 +1260,16 @@
|
|
|
1260
1260
|
"custom_fields": {},
|
|
1261
1261
|
"description": "Define the agent's instructions, then enter a task to complete using tools.",
|
|
1262
1262
|
"display_name": "Agent",
|
|
1263
|
-
"documentation": "",
|
|
1263
|
+
"documentation": "https://docs.langflow.org/agents",
|
|
1264
1264
|
"edited": false,
|
|
1265
1265
|
"field_order": [
|
|
1266
|
-
"
|
|
1267
|
-
"max_tokens",
|
|
1268
|
-
"model_kwargs",
|
|
1269
|
-
"json_mode",
|
|
1270
|
-
"model_name",
|
|
1271
|
-
"openai_api_base",
|
|
1266
|
+
"model",
|
|
1272
1267
|
"api_key",
|
|
1273
|
-
"temperature",
|
|
1274
|
-
"seed",
|
|
1275
|
-
"max_retries",
|
|
1276
|
-
"timeout",
|
|
1277
1268
|
"system_prompt",
|
|
1269
|
+
"context_id",
|
|
1278
1270
|
"n_messages",
|
|
1271
|
+
"format_instructions",
|
|
1272
|
+
"output_schema",
|
|
1279
1273
|
"tools",
|
|
1280
1274
|
"input_value",
|
|
1281
1275
|
"handle_parsing_errors",
|
|
@@ -1286,6 +1280,7 @@
|
|
|
1286
1280
|
],
|
|
1287
1281
|
"frozen": false,
|
|
1288
1282
|
"icon": "bot",
|
|
1283
|
+
"last_updated": "2025-12-11T21:41:48.407Z",
|
|
1289
1284
|
"legacy": false,
|
|
1290
1285
|
"metadata": {
|
|
1291
1286
|
"code_hash": "1834a4d901fa",
|
|
@@ -1335,21 +1330,25 @@
|
|
|
1335
1330
|
"display_name": "Current Date",
|
|
1336
1331
|
"dynamic": false,
|
|
1337
1332
|
"info": "If true, will add a tool to the agent that returns the current date.",
|
|
1333
|
+
"input_types": [],
|
|
1338
1334
|
"list": false,
|
|
1339
1335
|
"list_add_label": "Add More",
|
|
1340
1336
|
"name": "add_current_date_tool",
|
|
1337
|
+
"override_skip": false,
|
|
1341
1338
|
"placeholder": "",
|
|
1342
1339
|
"required": false,
|
|
1343
1340
|
"show": true,
|
|
1344
1341
|
"title_case": false,
|
|
1345
1342
|
"tool_mode": false,
|
|
1346
1343
|
"trace_as_metadata": true,
|
|
1344
|
+
"track_in_telemetry": true,
|
|
1347
1345
|
"type": "bool",
|
|
1348
1346
|
"value": true
|
|
1349
1347
|
},
|
|
1350
1348
|
"agent_description": {
|
|
1351
1349
|
"_input_type": "MultilineInput",
|
|
1352
1350
|
"advanced": true,
|
|
1351
|
+
"ai_enabled": false,
|
|
1353
1352
|
"copy_field": false,
|
|
1354
1353
|
"display_name": "Agent Description [Deprecated]",
|
|
1355
1354
|
"dynamic": false,
|
|
@@ -1362,6 +1361,7 @@
|
|
|
1362
1361
|
"load_from_db": false,
|
|
1363
1362
|
"multiline": true,
|
|
1364
1363
|
"name": "agent_description",
|
|
1364
|
+
"override_skip": false,
|
|
1365
1365
|
"placeholder": "",
|
|
1366
1366
|
"required": false,
|
|
1367
1367
|
"show": true,
|
|
@@ -1369,26 +1369,29 @@
|
|
|
1369
1369
|
"tool_mode": false,
|
|
1370
1370
|
"trace_as_input": true,
|
|
1371
1371
|
"trace_as_metadata": true,
|
|
1372
|
+
"track_in_telemetry": false,
|
|
1372
1373
|
"type": "str",
|
|
1373
1374
|
"value": "A helpful assistant with access to the following tools:"
|
|
1374
1375
|
},
|
|
1375
1376
|
"api_key": {
|
|
1376
1377
|
"_input_type": "SecretStrInput",
|
|
1377
|
-
"advanced":
|
|
1378
|
+
"advanced": true,
|
|
1378
1379
|
"display_name": "API Key",
|
|
1379
1380
|
"dynamic": false,
|
|
1380
1381
|
"info": "Model Provider API key",
|
|
1381
1382
|
"input_types": [],
|
|
1382
|
-
"load_from_db":
|
|
1383
|
+
"load_from_db": false,
|
|
1383
1384
|
"name": "api_key",
|
|
1385
|
+
"override_skip": false,
|
|
1384
1386
|
"password": true,
|
|
1385
1387
|
"placeholder": "",
|
|
1386
1388
|
"real_time_refresh": true,
|
|
1387
1389
|
"required": false,
|
|
1388
1390
|
"show": true,
|
|
1389
1391
|
"title_case": false,
|
|
1392
|
+
"track_in_telemetry": false,
|
|
1390
1393
|
"type": "str",
|
|
1391
|
-
"value": "
|
|
1394
|
+
"value": ""
|
|
1392
1395
|
},
|
|
1393
1396
|
"code": {
|
|
1394
1397
|
"advanced": true,
|
|
@@ -1421,6 +1424,7 @@
|
|
|
1421
1424
|
"list_add_label": "Add More",
|
|
1422
1425
|
"load_from_db": false,
|
|
1423
1426
|
"name": "context_id",
|
|
1427
|
+
"override_skip": false,
|
|
1424
1428
|
"placeholder": "",
|
|
1425
1429
|
"required": false,
|
|
1426
1430
|
"show": true,
|
|
@@ -1428,12 +1432,14 @@
|
|
|
1428
1432
|
"tool_mode": false,
|
|
1429
1433
|
"trace_as_input": true,
|
|
1430
1434
|
"trace_as_metadata": true,
|
|
1435
|
+
"track_in_telemetry": false,
|
|
1431
1436
|
"type": "str",
|
|
1432
1437
|
"value": ""
|
|
1433
1438
|
},
|
|
1434
1439
|
"format_instructions": {
|
|
1435
1440
|
"_input_type": "MultilineInput",
|
|
1436
1441
|
"advanced": true,
|
|
1442
|
+
"ai_enabled": false,
|
|
1437
1443
|
"copy_field": false,
|
|
1438
1444
|
"display_name": "Output Format Instructions",
|
|
1439
1445
|
"dynamic": false,
|
|
@@ -1446,6 +1452,7 @@
|
|
|
1446
1452
|
"load_from_db": false,
|
|
1447
1453
|
"multiline": true,
|
|
1448
1454
|
"name": "format_instructions",
|
|
1455
|
+
"override_skip": false,
|
|
1449
1456
|
"placeholder": "",
|
|
1450
1457
|
"required": false,
|
|
1451
1458
|
"show": true,
|
|
@@ -1453,6 +1460,7 @@
|
|
|
1453
1460
|
"tool_mode": false,
|
|
1454
1461
|
"trace_as_input": true,
|
|
1455
1462
|
"trace_as_metadata": true,
|
|
1463
|
+
"track_in_telemetry": false,
|
|
1456
1464
|
"type": "str",
|
|
1457
1465
|
"value": "You are an AI that extracts structured JSON objects from unstructured text. Use a predefined schema with expected types (str, int, float, bool, dict). Extract ALL relevant instances that match the schema - if multiple patterns exist, capture them all. Fill missing or ambiguous values with defaults: null for missing values. Remove exact duplicates but keep variations that have different field values. Always return valid JSON in the expected format, never throw errors. If multiple objects can be extracted, return them all in the structured format."
|
|
1458
1466
|
},
|
|
@@ -1462,20 +1470,23 @@
|
|
|
1462
1470
|
"display_name": "Handle Parse Errors",
|
|
1463
1471
|
"dynamic": false,
|
|
1464
1472
|
"info": "Should the Agent fix errors when reading user input for better processing?",
|
|
1473
|
+
"input_types": [],
|
|
1465
1474
|
"list": false,
|
|
1466
1475
|
"list_add_label": "Add More",
|
|
1467
1476
|
"name": "handle_parsing_errors",
|
|
1477
|
+
"override_skip": false,
|
|
1468
1478
|
"placeholder": "",
|
|
1469
1479
|
"required": false,
|
|
1470
1480
|
"show": true,
|
|
1471
1481
|
"title_case": false,
|
|
1472
1482
|
"tool_mode": false,
|
|
1473
1483
|
"trace_as_metadata": true,
|
|
1484
|
+
"track_in_telemetry": true,
|
|
1474
1485
|
"type": "bool",
|
|
1475
1486
|
"value": true
|
|
1476
1487
|
},
|
|
1477
1488
|
"input_value": {
|
|
1478
|
-
"_input_type": "
|
|
1489
|
+
"_input_type": "MessageInput",
|
|
1479
1490
|
"advanced": false,
|
|
1480
1491
|
"display_name": "Input",
|
|
1481
1492
|
"dynamic": false,
|
|
@@ -1487,6 +1498,7 @@
|
|
|
1487
1498
|
"list_add_label": "Add More",
|
|
1488
1499
|
"load_from_db": false,
|
|
1489
1500
|
"name": "input_value",
|
|
1501
|
+
"override_skip": false,
|
|
1490
1502
|
"placeholder": "",
|
|
1491
1503
|
"required": false,
|
|
1492
1504
|
"show": true,
|
|
@@ -1494,6 +1506,7 @@
|
|
|
1494
1506
|
"tool_mode": true,
|
|
1495
1507
|
"trace_as_input": true,
|
|
1496
1508
|
"trace_as_metadata": true,
|
|
1509
|
+
"track_in_telemetry": false,
|
|
1497
1510
|
"type": "str",
|
|
1498
1511
|
"value": ""
|
|
1499
1512
|
},
|
|
@@ -1503,15 +1516,18 @@
|
|
|
1503
1516
|
"display_name": "Max Iterations",
|
|
1504
1517
|
"dynamic": false,
|
|
1505
1518
|
"info": "The maximum number of attempts the agent can make to complete its task before it stops.",
|
|
1519
|
+
"input_types": [],
|
|
1506
1520
|
"list": false,
|
|
1507
1521
|
"list_add_label": "Add More",
|
|
1508
1522
|
"name": "max_iterations",
|
|
1523
|
+
"override_skip": false,
|
|
1509
1524
|
"placeholder": "",
|
|
1510
1525
|
"required": false,
|
|
1511
1526
|
"show": true,
|
|
1512
1527
|
"title_case": false,
|
|
1513
1528
|
"tool_mode": false,
|
|
1514
1529
|
"trace_as_metadata": true,
|
|
1530
|
+
"track_in_telemetry": true,
|
|
1515
1531
|
"type": "int",
|
|
1516
1532
|
"value": 15
|
|
1517
1533
|
},
|
|
@@ -1539,6 +1555,7 @@
|
|
|
1539
1555
|
"list_add_label": "Add More",
|
|
1540
1556
|
"model_type": "language",
|
|
1541
1557
|
"name": "model",
|
|
1558
|
+
"options": [],
|
|
1542
1559
|
"override_skip": false,
|
|
1543
1560
|
"placeholder": "Setup Provider",
|
|
1544
1561
|
"real_time_refresh": true,
|
|
@@ -1550,7 +1567,7 @@
|
|
|
1550
1567
|
"trace_as_input": true,
|
|
1551
1568
|
"track_in_telemetry": false,
|
|
1552
1569
|
"type": "model",
|
|
1553
|
-
"value":
|
|
1570
|
+
"value": []
|
|
1554
1571
|
},
|
|
1555
1572
|
"n_messages": {
|
|
1556
1573
|
"_input_type": "IntInput",
|
|
@@ -1558,15 +1575,18 @@
|
|
|
1558
1575
|
"display_name": "Number of Chat History Messages",
|
|
1559
1576
|
"dynamic": false,
|
|
1560
1577
|
"info": "Number of chat history messages to retrieve.",
|
|
1578
|
+
"input_types": [],
|
|
1561
1579
|
"list": false,
|
|
1562
1580
|
"list_add_label": "Add More",
|
|
1563
1581
|
"name": "n_messages",
|
|
1582
|
+
"override_skip": false,
|
|
1564
1583
|
"placeholder": "",
|
|
1565
1584
|
"required": false,
|
|
1566
1585
|
"show": true,
|
|
1567
1586
|
"title_case": false,
|
|
1568
1587
|
"tool_mode": false,
|
|
1569
1588
|
"trace_as_metadata": true,
|
|
1589
|
+
"track_in_telemetry": true,
|
|
1570
1590
|
"type": "int",
|
|
1571
1591
|
"value": 100
|
|
1572
1592
|
},
|
|
@@ -1576,9 +1596,11 @@
|
|
|
1576
1596
|
"display_name": "Output Schema",
|
|
1577
1597
|
"dynamic": false,
|
|
1578
1598
|
"info": "Schema Validation: Define the structure and data types for structured output. No validation if no output schema.",
|
|
1599
|
+
"input_types": [],
|
|
1579
1600
|
"is_list": true,
|
|
1580
1601
|
"list_add_label": "Add More",
|
|
1581
1602
|
"name": "output_schema",
|
|
1603
|
+
"override_skip": false,
|
|
1582
1604
|
"placeholder": "",
|
|
1583
1605
|
"required": false,
|
|
1584
1606
|
"show": true,
|
|
@@ -1627,6 +1649,7 @@
|
|
|
1627
1649
|
"title_case": false,
|
|
1628
1650
|
"tool_mode": false,
|
|
1629
1651
|
"trace_as_metadata": true,
|
|
1652
|
+
"track_in_telemetry": false,
|
|
1630
1653
|
"trigger_icon": "Table",
|
|
1631
1654
|
"trigger_text": "Open table",
|
|
1632
1655
|
"type": "table",
|
|
@@ -1635,6 +1658,7 @@
|
|
|
1635
1658
|
"system_prompt": {
|
|
1636
1659
|
"_input_type": "MultilineInput",
|
|
1637
1660
|
"advanced": false,
|
|
1661
|
+
"ai_enabled": false,
|
|
1638
1662
|
"copy_field": false,
|
|
1639
1663
|
"display_name": "Agent Instructions",
|
|
1640
1664
|
"dynamic": false,
|
|
@@ -1647,6 +1671,7 @@
|
|
|
1647
1671
|
"load_from_db": false,
|
|
1648
1672
|
"multiline": true,
|
|
1649
1673
|
"name": "system_prompt",
|
|
1674
|
+
"override_skip": false,
|
|
1650
1675
|
"placeholder": "",
|
|
1651
1676
|
"required": false,
|
|
1652
1677
|
"show": true,
|
|
@@ -1654,6 +1679,7 @@
|
|
|
1654
1679
|
"tool_mode": false,
|
|
1655
1680
|
"trace_as_input": true,
|
|
1656
1681
|
"trace_as_metadata": true,
|
|
1682
|
+
"track_in_telemetry": false,
|
|
1657
1683
|
"type": "str",
|
|
1658
1684
|
"value": "You are a helpful assistant that can use tools to answer questions and perform tasks."
|
|
1659
1685
|
},
|
|
@@ -1669,11 +1695,13 @@
|
|
|
1669
1695
|
"list": true,
|
|
1670
1696
|
"list_add_label": "Add More",
|
|
1671
1697
|
"name": "tools",
|
|
1698
|
+
"override_skip": false,
|
|
1672
1699
|
"placeholder": "",
|
|
1673
1700
|
"required": false,
|
|
1674
1701
|
"show": true,
|
|
1675
1702
|
"title_case": false,
|
|
1676
1703
|
"trace_as_metadata": true,
|
|
1704
|
+
"track_in_telemetry": false,
|
|
1677
1705
|
"type": "other",
|
|
1678
1706
|
"value": ""
|
|
1679
1707
|
},
|
|
@@ -1683,15 +1711,18 @@
|
|
|
1683
1711
|
"display_name": "Verbose",
|
|
1684
1712
|
"dynamic": false,
|
|
1685
1713
|
"info": "",
|
|
1714
|
+
"input_types": [],
|
|
1686
1715
|
"list": false,
|
|
1687
1716
|
"list_add_label": "Add More",
|
|
1688
1717
|
"name": "verbose",
|
|
1718
|
+
"override_skip": false,
|
|
1689
1719
|
"placeholder": "",
|
|
1690
1720
|
"required": false,
|
|
1691
1721
|
"show": true,
|
|
1692
1722
|
"title_case": false,
|
|
1693
1723
|
"tool_mode": false,
|
|
1694
1724
|
"trace_as_metadata": true,
|
|
1725
|
+
"track_in_telemetry": true,
|
|
1695
1726
|
"type": "bool",
|
|
1696
1727
|
"value": true
|
|
1697
1728
|
}
|