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.
Files changed (38) hide show
  1. langflow/api/v2/files.py +6 -6
  2. langflow/initial_setup/starter_projects/Basic Prompt Chaining.json +31 -1088
  3. langflow/initial_setup/starter_projects/Basic Prompting.json +196 -135
  4. langflow/initial_setup/starter_projects/Blog Writer.json +141 -84
  5. langflow/initial_setup/starter_projects/Custom Component Generator.json +133 -73
  6. langflow/initial_setup/starter_projects/Document Q&A.json +136 -81
  7. langflow/initial_setup/starter_projects/Financial Report Parser.json +12 -365
  8. langflow/initial_setup/starter_projects/Hybrid Search RAG.json +19 -729
  9. langflow/initial_setup/starter_projects/Image Sentiment Analysis.json +688 -733
  10. langflow/initial_setup/starter_projects/Instagram Copywriter.json +322 -203
  11. langflow/initial_setup/starter_projects/Invoice Summarizer.json +47 -21
  12. langflow/initial_setup/starter_projects/Market Research.json +63 -394
  13. langflow/initial_setup/starter_projects/Meeting Summary.json +266 -168
  14. langflow/initial_setup/starter_projects/Memory Chatbot.json +136 -81
  15. langflow/initial_setup/starter_projects/News Aggregator.json +49 -24
  16. langflow/initial_setup/starter_projects/Nvidia Remix.json +48 -23
  17. langflow/initial_setup/starter_projects/Pok/303/251dex Agent.json" +49 -23
  18. langflow/initial_setup/starter_projects/Portfolio Website Code Generator.json +113 -418
  19. langflow/initial_setup/starter_projects/Price Deal Finder.json +48 -22
  20. langflow/initial_setup/starter_projects/Research Agent.json +319 -181
  21. langflow/initial_setup/starter_projects/Research Translation Loop.json +636 -615
  22. langflow/initial_setup/starter_projects/SEO Keyword Generator.json +145 -89
  23. langflow/initial_setup/starter_projects/SaaS Pricing.json +48 -22
  24. langflow/initial_setup/starter_projects/Search agent.json +47 -21
  25. langflow/initial_setup/starter_projects/Sequential Tasks Agents.json +147 -54
  26. langflow/initial_setup/starter_projects/Simple Agent.json +47 -16
  27. langflow/initial_setup/starter_projects/Social Media Agent.json +47 -16
  28. langflow/initial_setup/starter_projects/Text Sentiment Analysis.json +398 -251
  29. langflow/initial_setup/starter_projects/Travel Planning Agents.json +146 -53
  30. langflow/initial_setup/starter_projects/Twitter Thread Generator.json +137 -81
  31. langflow/initial_setup/starter_projects/Vector Store RAG.json +133 -82
  32. langflow/initial_setup/starter_projects/Youtube Analysis.json +182 -106
  33. langflow/services/storage/local.py +13 -8
  34. langflow/services/storage/s3.py +0 -6
  35. {langflow_base_nightly-1.7.0.dev55.dist-info → langflow_base_nightly-1.7.0.dev58.dist-info}/METADATA +2 -2
  36. {langflow_base_nightly-1.7.0.dev55.dist-info → langflow_base_nightly-1.7.0.dev58.dist-info}/RECORD +38 -38
  37. {langflow_base_nightly-1.7.0.dev55.dist-info → langflow_base_nightly-1.7.0.dev58.dist-info}/WHEEL +0 -0
  38. {langflow_base_nightly-1.7.0.dev55.dist-info → langflow_base_nightly-1.7.0.dev58.dist-info}/entry_points.txt +0 -0
@@ -827,27 +827,20 @@
827
827
  "Message"
828
828
  ],
829
829
  "beta": false,
830
- "category": "agents",
831
830
  "conditional_paths": [],
832
831
  "custom_fields": {},
833
832
  "description": "Define the agent's instructions, then enter a task to complete using tools.",
834
833
  "display_name": "Agent",
835
- "documentation": "",
834
+ "documentation": "https://docs.langflow.org/agents",
836
835
  "edited": false,
837
836
  "field_order": [
838
- "agent_llm",
839
- "max_tokens",
840
- "model_kwargs",
841
- "json_mode",
842
- "model_name",
843
- "openai_api_base",
837
+ "model",
844
838
  "api_key",
845
- "temperature",
846
- "seed",
847
- "max_retries",
848
- "timeout",
849
839
  "system_prompt",
840
+ "context_id",
850
841
  "n_messages",
842
+ "format_instructions",
843
+ "output_schema",
851
844
  "tools",
852
845
  "input_value",
853
846
  "handle_parsing_errors",
@@ -858,7 +851,7 @@
858
851
  ],
859
852
  "frozen": false,
860
853
  "icon": "bot",
861
- "key": "Agent",
854
+ "last_updated": "2025-12-11T21:41:48.407Z",
862
855
  "legacy": false,
863
856
  "metadata": {
864
857
  "code_hash": "1834a4d901fa",
@@ -891,8 +884,6 @@
891
884
  "group_outputs": false,
892
885
  "method": "message_response",
893
886
  "name": "response",
894
- "options": null,
895
- "required_inputs": null,
896
887
  "selected": "Message",
897
888
  "tool_mode": true,
898
889
  "types": [
@@ -902,7 +893,6 @@
902
893
  }
903
894
  ],
904
895
  "pinned": false,
905
- "score": 5.283996070936036e-7,
906
896
  "template": {
907
897
  "_type": "Component",
908
898
  "add_current_date_tool": {
@@ -911,21 +901,25 @@
911
901
  "display_name": "Current Date",
912
902
  "dynamic": false,
913
903
  "info": "If true, will add a tool to the agent that returns the current date.",
904
+ "input_types": [],
914
905
  "list": false,
915
906
  "list_add_label": "Add More",
916
907
  "name": "add_current_date_tool",
908
+ "override_skip": false,
917
909
  "placeholder": "",
918
910
  "required": false,
919
911
  "show": true,
920
912
  "title_case": false,
921
913
  "tool_mode": false,
922
914
  "trace_as_metadata": true,
915
+ "track_in_telemetry": true,
923
916
  "type": "bool",
924
917
  "value": true
925
918
  },
926
919
  "agent_description": {
927
920
  "_input_type": "MultilineInput",
928
921
  "advanced": true,
922
+ "ai_enabled": false,
929
923
  "copy_field": false,
930
924
  "display_name": "Agent Description [Deprecated]",
931
925
  "dynamic": false,
@@ -938,6 +932,7 @@
938
932
  "load_from_db": false,
939
933
  "multiline": true,
940
934
  "name": "agent_description",
935
+ "override_skip": false,
941
936
  "placeholder": "",
942
937
  "required": false,
943
938
  "show": true,
@@ -945,26 +940,29 @@
945
940
  "tool_mode": false,
946
941
  "trace_as_input": true,
947
942
  "trace_as_metadata": true,
943
+ "track_in_telemetry": false,
948
944
  "type": "str",
949
945
  "value": "A helpful assistant with access to the following tools:"
950
946
  },
951
947
  "api_key": {
952
948
  "_input_type": "SecretStrInput",
953
- "advanced": false,
949
+ "advanced": true,
954
950
  "display_name": "API Key",
955
951
  "dynamic": false,
956
952
  "info": "Model Provider API key",
957
953
  "input_types": [],
958
- "load_from_db": true,
954
+ "load_from_db": false,
959
955
  "name": "api_key",
956
+ "override_skip": false,
960
957
  "password": true,
961
958
  "placeholder": "",
962
959
  "real_time_refresh": true,
963
960
  "required": false,
964
961
  "show": true,
965
962
  "title_case": false,
963
+ "track_in_telemetry": false,
966
964
  "type": "str",
967
- "value": "OPENAI_API_KEY"
965
+ "value": ""
968
966
  },
969
967
  "code": {
970
968
  "advanced": true,
@@ -997,6 +995,7 @@
997
995
  "list_add_label": "Add More",
998
996
  "load_from_db": false,
999
997
  "name": "context_id",
998
+ "override_skip": false,
1000
999
  "placeholder": "",
1001
1000
  "required": false,
1002
1001
  "show": true,
@@ -1004,12 +1003,14 @@
1004
1003
  "tool_mode": false,
1005
1004
  "trace_as_input": true,
1006
1005
  "trace_as_metadata": true,
1006
+ "track_in_telemetry": false,
1007
1007
  "type": "str",
1008
1008
  "value": ""
1009
1009
  },
1010
1010
  "format_instructions": {
1011
1011
  "_input_type": "MultilineInput",
1012
1012
  "advanced": true,
1013
+ "ai_enabled": false,
1013
1014
  "copy_field": false,
1014
1015
  "display_name": "Output Format Instructions",
1015
1016
  "dynamic": false,
@@ -1022,6 +1023,7 @@
1022
1023
  "load_from_db": false,
1023
1024
  "multiline": true,
1024
1025
  "name": "format_instructions",
1026
+ "override_skip": false,
1025
1027
  "placeholder": "",
1026
1028
  "required": false,
1027
1029
  "show": true,
@@ -1029,6 +1031,7 @@
1029
1031
  "tool_mode": false,
1030
1032
  "trace_as_input": true,
1031
1033
  "trace_as_metadata": true,
1034
+ "track_in_telemetry": false,
1032
1035
  "type": "str",
1033
1036
  "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."
1034
1037
  },
@@ -1038,20 +1041,23 @@
1038
1041
  "display_name": "Handle Parse Errors",
1039
1042
  "dynamic": false,
1040
1043
  "info": "Should the Agent fix errors when reading user input for better processing?",
1044
+ "input_types": [],
1041
1045
  "list": false,
1042
1046
  "list_add_label": "Add More",
1043
1047
  "name": "handle_parsing_errors",
1048
+ "override_skip": false,
1044
1049
  "placeholder": "",
1045
1050
  "required": false,
1046
1051
  "show": true,
1047
1052
  "title_case": false,
1048
1053
  "tool_mode": false,
1049
1054
  "trace_as_metadata": true,
1055
+ "track_in_telemetry": true,
1050
1056
  "type": "bool",
1051
1057
  "value": true
1052
1058
  },
1053
1059
  "input_value": {
1054
- "_input_type": "MessageTextInput",
1060
+ "_input_type": "MessageInput",
1055
1061
  "advanced": false,
1056
1062
  "display_name": "Input",
1057
1063
  "dynamic": false,
@@ -1063,6 +1069,7 @@
1063
1069
  "list_add_label": "Add More",
1064
1070
  "load_from_db": false,
1065
1071
  "name": "input_value",
1072
+ "override_skip": false,
1066
1073
  "placeholder": "",
1067
1074
  "required": false,
1068
1075
  "show": true,
@@ -1070,6 +1077,7 @@
1070
1077
  "tool_mode": true,
1071
1078
  "trace_as_input": true,
1072
1079
  "trace_as_metadata": true,
1080
+ "track_in_telemetry": false,
1073
1081
  "type": "str",
1074
1082
  "value": ""
1075
1083
  },
@@ -1079,15 +1087,18 @@
1079
1087
  "display_name": "Max Iterations",
1080
1088
  "dynamic": false,
1081
1089
  "info": "The maximum number of attempts the agent can make to complete its task before it stops.",
1090
+ "input_types": [],
1082
1091
  "list": false,
1083
1092
  "list_add_label": "Add More",
1084
1093
  "name": "max_iterations",
1094
+ "override_skip": false,
1085
1095
  "placeholder": "",
1086
1096
  "required": false,
1087
1097
  "show": true,
1088
1098
  "title_case": false,
1089
1099
  "tool_mode": false,
1090
1100
  "trace_as_metadata": true,
1101
+ "track_in_telemetry": true,
1091
1102
  "type": "int",
1092
1103
  "value": 15
1093
1104
  },
@@ -1115,6 +1126,7 @@
1115
1126
  "list_add_label": "Add More",
1116
1127
  "model_type": "language",
1117
1128
  "name": "model",
1129
+ "options": [],
1118
1130
  "override_skip": false,
1119
1131
  "placeholder": "Setup Provider",
1120
1132
  "real_time_refresh": true,
@@ -1126,7 +1138,7 @@
1126
1138
  "trace_as_input": true,
1127
1139
  "track_in_telemetry": false,
1128
1140
  "type": "model",
1129
- "value": ""
1141
+ "value": []
1130
1142
  },
1131
1143
  "n_messages": {
1132
1144
  "_input_type": "IntInput",
@@ -1134,15 +1146,18 @@
1134
1146
  "display_name": "Number of Chat History Messages",
1135
1147
  "dynamic": false,
1136
1148
  "info": "Number of chat history messages to retrieve.",
1149
+ "input_types": [],
1137
1150
  "list": false,
1138
1151
  "list_add_label": "Add More",
1139
1152
  "name": "n_messages",
1153
+ "override_skip": false,
1140
1154
  "placeholder": "",
1141
1155
  "required": false,
1142
1156
  "show": true,
1143
1157
  "title_case": false,
1144
1158
  "tool_mode": false,
1145
1159
  "trace_as_metadata": true,
1160
+ "track_in_telemetry": true,
1146
1161
  "type": "int",
1147
1162
  "value": 100
1148
1163
  },
@@ -1152,9 +1167,11 @@
1152
1167
  "display_name": "Output Schema",
1153
1168
  "dynamic": false,
1154
1169
  "info": "Schema Validation: Define the structure and data types for structured output. No validation if no output schema.",
1170
+ "input_types": [],
1155
1171
  "is_list": true,
1156
1172
  "list_add_label": "Add More",
1157
1173
  "name": "output_schema",
1174
+ "override_skip": false,
1158
1175
  "placeholder": "",
1159
1176
  "required": false,
1160
1177
  "show": true,
@@ -1203,6 +1220,7 @@
1203
1220
  "title_case": false,
1204
1221
  "tool_mode": false,
1205
1222
  "trace_as_metadata": true,
1223
+ "track_in_telemetry": false,
1206
1224
  "trigger_icon": "Table",
1207
1225
  "trigger_text": "Open table",
1208
1226
  "type": "table",
@@ -1211,6 +1229,7 @@
1211
1229
  "system_prompt": {
1212
1230
  "_input_type": "MultilineInput",
1213
1231
  "advanced": false,
1232
+ "ai_enabled": false,
1214
1233
  "copy_field": false,
1215
1234
  "display_name": "Agent Instructions",
1216
1235
  "dynamic": false,
@@ -1223,6 +1242,7 @@
1223
1242
  "load_from_db": false,
1224
1243
  "multiline": true,
1225
1244
  "name": "system_prompt",
1245
+ "override_skip": false,
1226
1246
  "placeholder": "",
1227
1247
  "required": false,
1228
1248
  "show": true,
@@ -1230,8 +1250,9 @@
1230
1250
  "tool_mode": false,
1231
1251
  "trace_as_input": true,
1232
1252
  "trace_as_metadata": true,
1253
+ "track_in_telemetry": false,
1233
1254
  "type": "str",
1234
- "value": "# Subscription Pricing Calculator\n\n## Purpose\nCalculate the optimal monthly subscription price for a software product based on operational costs, desired profit margin, and estimated subscriber base.\n\n## Input Variables\nThe system requires the following inputs:\n- Monthly infrastructure costs (numeric)\n- Customer support costs (numeric)\n- Continuous development costs (numeric)\n- Desired profit margin (percentage)\n- Estimated number of subscribers (numeric)\n\n## Calculation Process\nFollow these steps to determine the subscription price:\n\n### Step 1: Total Monthly Costs\nCalculate the sum of all fixed operational costs:\n```\ntotal_monthly_costs = infrastructure_costs + support_costs + development_costs\n```\n\n### Step 2: Profit Margin Calculation\nCalculate the profit margin amount based on total costs:\n```\nprofit_amount = total_monthly_costs × (profit_margin_percentage / 100)\n```\n\n### Step 3: Total Revenue Required\nCalculate the total monthly revenue needed:\n```\ntotal_revenue_needed = total_monthly_costs + profit_amount\n```\n\n### Step 4: Per-Subscriber Price\nCalculate the minimum price per subscriber:\n```\nsubscription_price = total_revenue_needed ÷ estimated_subscribers\n```\n\n## Output Format\nPresent the results in the following structure:\n\nFixed costs: [sum of all costs]\nProfit margin: [calculated profit amount]\nTotal amount needed: [total revenue required]\nPrice per subscriber: [calculated subscription price]\n\nFinal recommendation: \"The minimum subscription price per subscriber should be [price] to achieve the desired profit margin of [percentage]%\"\n\n## Notes\n- All monetary values should be rounded to 2 decimal places\n- Ensure all input values are positive numbers\n- Validate that the estimated subscribers count is greater than zero\n- The profit margin percentage should be between 0 and 100"
1255
+ "value": "You are a helpful assistant that can use tools to answer questions and perform tasks."
1235
1256
  },
1236
1257
  "tools": {
1237
1258
  "_input_type": "HandleInput",
@@ -1245,11 +1266,13 @@
1245
1266
  "list": true,
1246
1267
  "list_add_label": "Add More",
1247
1268
  "name": "tools",
1269
+ "override_skip": false,
1248
1270
  "placeholder": "",
1249
1271
  "required": false,
1250
1272
  "show": true,
1251
1273
  "title_case": false,
1252
1274
  "trace_as_metadata": true,
1275
+ "track_in_telemetry": false,
1253
1276
  "type": "other",
1254
1277
  "value": ""
1255
1278
  },
@@ -1259,15 +1282,18 @@
1259
1282
  "display_name": "Verbose",
1260
1283
  "dynamic": false,
1261
1284
  "info": "",
1285
+ "input_types": [],
1262
1286
  "list": false,
1263
1287
  "list_add_label": "Add More",
1264
1288
  "name": "verbose",
1289
+ "override_skip": false,
1265
1290
  "placeholder": "",
1266
1291
  "required": false,
1267
1292
  "show": true,
1268
1293
  "title_case": false,
1269
1294
  "tool_mode": false,
1270
1295
  "trace_as_metadata": true,
1296
+ "track_in_telemetry": true,
1271
1297
  "type": "bool",
1272
1298
  "value": true
1273
1299
  }
@@ -908,27 +908,20 @@
908
908
  "Message"
909
909
  ],
910
910
  "beta": false,
911
- "category": "agents",
912
911
  "conditional_paths": [],
913
912
  "custom_fields": {},
914
913
  "description": "Define the agent's instructions, then enter a task to complete using tools.",
915
914
  "display_name": "Agent",
916
- "documentation": "",
915
+ "documentation": "https://docs.langflow.org/agents",
917
916
  "edited": false,
918
917
  "field_order": [
919
- "agent_llm",
920
- "max_tokens",
921
- "model_kwargs",
922
- "json_mode",
923
- "model_name",
924
- "openai_api_base",
918
+ "model",
925
919
  "api_key",
926
- "temperature",
927
- "seed",
928
- "max_retries",
929
- "timeout",
930
920
  "system_prompt",
921
+ "context_id",
931
922
  "n_messages",
923
+ "format_instructions",
924
+ "output_schema",
932
925
  "tools",
933
926
  "input_value",
934
927
  "handle_parsing_errors",
@@ -939,7 +932,7 @@
939
932
  ],
940
933
  "frozen": false,
941
934
  "icon": "bot",
942
- "key": "Agent",
935
+ "last_updated": "2025-12-11T21:41:48.407Z",
943
936
  "legacy": false,
944
937
  "metadata": {
945
938
  "code_hash": "1834a4d901fa",
@@ -972,8 +965,6 @@
972
965
  "group_outputs": false,
973
966
  "method": "message_response",
974
967
  "name": "response",
975
- "options": null,
976
- "required_inputs": null,
977
968
  "selected": "Message",
978
969
  "tool_mode": true,
979
970
  "types": [
@@ -983,7 +974,6 @@
983
974
  }
984
975
  ],
985
976
  "pinned": false,
986
- "score": 1.1732828199964098e-19,
987
977
  "template": {
988
978
  "_type": "Component",
989
979
  "add_current_date_tool": {
@@ -992,21 +982,25 @@
992
982
  "display_name": "Current Date",
993
983
  "dynamic": false,
994
984
  "info": "If true, will add a tool to the agent that returns the current date.",
985
+ "input_types": [],
995
986
  "list": false,
996
987
  "list_add_label": "Add More",
997
988
  "name": "add_current_date_tool",
989
+ "override_skip": false,
998
990
  "placeholder": "",
999
991
  "required": false,
1000
992
  "show": true,
1001
993
  "title_case": false,
1002
994
  "tool_mode": false,
1003
995
  "trace_as_metadata": true,
996
+ "track_in_telemetry": true,
1004
997
  "type": "bool",
1005
998
  "value": true
1006
999
  },
1007
1000
  "agent_description": {
1008
1001
  "_input_type": "MultilineInput",
1009
1002
  "advanced": true,
1003
+ "ai_enabled": false,
1010
1004
  "copy_field": false,
1011
1005
  "display_name": "Agent Description [Deprecated]",
1012
1006
  "dynamic": false,
@@ -1019,6 +1013,7 @@
1019
1013
  "load_from_db": false,
1020
1014
  "multiline": true,
1021
1015
  "name": "agent_description",
1016
+ "override_skip": false,
1022
1017
  "placeholder": "",
1023
1018
  "required": false,
1024
1019
  "show": true,
@@ -1026,26 +1021,29 @@
1026
1021
  "tool_mode": false,
1027
1022
  "trace_as_input": true,
1028
1023
  "trace_as_metadata": true,
1024
+ "track_in_telemetry": false,
1029
1025
  "type": "str",
1030
1026
  "value": "A helpful assistant with access to the following tools:"
1031
1027
  },
1032
1028
  "api_key": {
1033
1029
  "_input_type": "SecretStrInput",
1034
- "advanced": false,
1030
+ "advanced": true,
1035
1031
  "display_name": "API Key",
1036
1032
  "dynamic": false,
1037
1033
  "info": "Model Provider API key",
1038
1034
  "input_types": [],
1039
- "load_from_db": true,
1035
+ "load_from_db": false,
1040
1036
  "name": "api_key",
1037
+ "override_skip": false,
1041
1038
  "password": true,
1042
1039
  "placeholder": "",
1043
1040
  "real_time_refresh": true,
1044
1041
  "required": false,
1045
1042
  "show": true,
1046
1043
  "title_case": false,
1044
+ "track_in_telemetry": false,
1047
1045
  "type": "str",
1048
- "value": "OPENAI_API_KEY"
1046
+ "value": ""
1049
1047
  },
1050
1048
  "code": {
1051
1049
  "advanced": true,
@@ -1078,6 +1076,7 @@
1078
1076
  "list_add_label": "Add More",
1079
1077
  "load_from_db": false,
1080
1078
  "name": "context_id",
1079
+ "override_skip": false,
1081
1080
  "placeholder": "",
1082
1081
  "required": false,
1083
1082
  "show": true,
@@ -1085,12 +1084,14 @@
1085
1084
  "tool_mode": false,
1086
1085
  "trace_as_input": true,
1087
1086
  "trace_as_metadata": true,
1087
+ "track_in_telemetry": false,
1088
1088
  "type": "str",
1089
1089
  "value": ""
1090
1090
  },
1091
1091
  "format_instructions": {
1092
1092
  "_input_type": "MultilineInput",
1093
1093
  "advanced": true,
1094
+ "ai_enabled": false,
1094
1095
  "copy_field": false,
1095
1096
  "display_name": "Output Format Instructions",
1096
1097
  "dynamic": false,
@@ -1103,6 +1104,7 @@
1103
1104
  "load_from_db": false,
1104
1105
  "multiline": true,
1105
1106
  "name": "format_instructions",
1107
+ "override_skip": false,
1106
1108
  "placeholder": "",
1107
1109
  "required": false,
1108
1110
  "show": true,
@@ -1110,6 +1112,7 @@
1110
1112
  "tool_mode": false,
1111
1113
  "trace_as_input": true,
1112
1114
  "trace_as_metadata": true,
1115
+ "track_in_telemetry": false,
1113
1116
  "type": "str",
1114
1117
  "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."
1115
1118
  },
@@ -1119,20 +1122,23 @@
1119
1122
  "display_name": "Handle Parse Errors",
1120
1123
  "dynamic": false,
1121
1124
  "info": "Should the Agent fix errors when reading user input for better processing?",
1125
+ "input_types": [],
1122
1126
  "list": false,
1123
1127
  "list_add_label": "Add More",
1124
1128
  "name": "handle_parsing_errors",
1129
+ "override_skip": false,
1125
1130
  "placeholder": "",
1126
1131
  "required": false,
1127
1132
  "show": true,
1128
1133
  "title_case": false,
1129
1134
  "tool_mode": false,
1130
1135
  "trace_as_metadata": true,
1136
+ "track_in_telemetry": true,
1131
1137
  "type": "bool",
1132
1138
  "value": true
1133
1139
  },
1134
1140
  "input_value": {
1135
- "_input_type": "MessageTextInput",
1141
+ "_input_type": "MessageInput",
1136
1142
  "advanced": false,
1137
1143
  "display_name": "Input",
1138
1144
  "dynamic": false,
@@ -1144,6 +1150,7 @@
1144
1150
  "list_add_label": "Add More",
1145
1151
  "load_from_db": false,
1146
1152
  "name": "input_value",
1153
+ "override_skip": false,
1147
1154
  "placeholder": "",
1148
1155
  "required": false,
1149
1156
  "show": true,
@@ -1151,6 +1158,7 @@
1151
1158
  "tool_mode": true,
1152
1159
  "trace_as_input": true,
1153
1160
  "trace_as_metadata": true,
1161
+ "track_in_telemetry": false,
1154
1162
  "type": "str",
1155
1163
  "value": ""
1156
1164
  },
@@ -1160,15 +1168,18 @@
1160
1168
  "display_name": "Max Iterations",
1161
1169
  "dynamic": false,
1162
1170
  "info": "The maximum number of attempts the agent can make to complete its task before it stops.",
1171
+ "input_types": [],
1163
1172
  "list": false,
1164
1173
  "list_add_label": "Add More",
1165
1174
  "name": "max_iterations",
1175
+ "override_skip": false,
1166
1176
  "placeholder": "",
1167
1177
  "required": false,
1168
1178
  "show": true,
1169
1179
  "title_case": false,
1170
1180
  "tool_mode": false,
1171
1181
  "trace_as_metadata": true,
1182
+ "track_in_telemetry": true,
1172
1183
  "type": "int",
1173
1184
  "value": 15
1174
1185
  },
@@ -1196,6 +1207,7 @@
1196
1207
  "list_add_label": "Add More",
1197
1208
  "model_type": "language",
1198
1209
  "name": "model",
1210
+ "options": [],
1199
1211
  "override_skip": false,
1200
1212
  "placeholder": "Setup Provider",
1201
1213
  "real_time_refresh": true,
@@ -1207,7 +1219,7 @@
1207
1219
  "trace_as_input": true,
1208
1220
  "track_in_telemetry": false,
1209
1221
  "type": "model",
1210
- "value": ""
1222
+ "value": []
1211
1223
  },
1212
1224
  "n_messages": {
1213
1225
  "_input_type": "IntInput",
@@ -1215,15 +1227,18 @@
1215
1227
  "display_name": "Number of Chat History Messages",
1216
1228
  "dynamic": false,
1217
1229
  "info": "Number of chat history messages to retrieve.",
1230
+ "input_types": [],
1218
1231
  "list": false,
1219
1232
  "list_add_label": "Add More",
1220
1233
  "name": "n_messages",
1234
+ "override_skip": false,
1221
1235
  "placeholder": "",
1222
1236
  "required": false,
1223
1237
  "show": true,
1224
1238
  "title_case": false,
1225
1239
  "tool_mode": false,
1226
1240
  "trace_as_metadata": true,
1241
+ "track_in_telemetry": true,
1227
1242
  "type": "int",
1228
1243
  "value": 100
1229
1244
  },
@@ -1233,9 +1248,11 @@
1233
1248
  "display_name": "Output Schema",
1234
1249
  "dynamic": false,
1235
1250
  "info": "Schema Validation: Define the structure and data types for structured output. No validation if no output schema.",
1251
+ "input_types": [],
1236
1252
  "is_list": true,
1237
1253
  "list_add_label": "Add More",
1238
1254
  "name": "output_schema",
1255
+ "override_skip": false,
1239
1256
  "placeholder": "",
1240
1257
  "required": false,
1241
1258
  "show": true,
@@ -1284,6 +1301,7 @@
1284
1301
  "title_case": false,
1285
1302
  "tool_mode": false,
1286
1303
  "trace_as_metadata": true,
1304
+ "track_in_telemetry": false,
1287
1305
  "trigger_icon": "Table",
1288
1306
  "trigger_text": "Open table",
1289
1307
  "type": "table",
@@ -1292,6 +1310,7 @@
1292
1310
  "system_prompt": {
1293
1311
  "_input_type": "MultilineInput",
1294
1312
  "advanced": false,
1313
+ "ai_enabled": false,
1295
1314
  "copy_field": false,
1296
1315
  "display_name": "Agent Instructions",
1297
1316
  "dynamic": false,
@@ -1304,6 +1323,7 @@
1304
1323
  "load_from_db": false,
1305
1324
  "multiline": true,
1306
1325
  "name": "system_prompt",
1326
+ "override_skip": false,
1307
1327
  "placeholder": "",
1308
1328
  "required": false,
1309
1329
  "show": true,
@@ -1311,6 +1331,7 @@
1311
1331
  "tool_mode": false,
1312
1332
  "trace_as_input": true,
1313
1333
  "trace_as_metadata": true,
1334
+ "track_in_telemetry": false,
1314
1335
  "type": "str",
1315
1336
  "value": "You are a helpful assistant that can use tools to answer questions and perform tasks."
1316
1337
  },
@@ -1326,11 +1347,13 @@
1326
1347
  "list": true,
1327
1348
  "list_add_label": "Add More",
1328
1349
  "name": "tools",
1350
+ "override_skip": false,
1329
1351
  "placeholder": "",
1330
1352
  "required": false,
1331
1353
  "show": true,
1332
1354
  "title_case": false,
1333
1355
  "trace_as_metadata": true,
1356
+ "track_in_telemetry": false,
1334
1357
  "type": "other",
1335
1358
  "value": ""
1336
1359
  },
@@ -1340,15 +1363,18 @@
1340
1363
  "display_name": "Verbose",
1341
1364
  "dynamic": false,
1342
1365
  "info": "",
1366
+ "input_types": [],
1343
1367
  "list": false,
1344
1368
  "list_add_label": "Add More",
1345
1369
  "name": "verbose",
1370
+ "override_skip": false,
1346
1371
  "placeholder": "",
1347
1372
  "required": false,
1348
1373
  "show": true,
1349
1374
  "title_case": false,
1350
1375
  "tool_mode": false,
1351
1376
  "trace_as_metadata": true,
1377
+ "track_in_telemetry": true,
1352
1378
  "type": "bool",
1353
1379
  "value": true
1354
1380
  }