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
@@ -1117,27 +1117,20 @@
1117
1117
  "Message"
1118
1118
  ],
1119
1119
  "beta": false,
1120
- "category": "agents",
1121
1120
  "conditional_paths": [],
1122
1121
  "custom_fields": {},
1123
1122
  "description": "Define the agent's instructions, then enter a task to complete using tools.",
1124
1123
  "display_name": "Agent",
1125
- "documentation": "",
1124
+ "documentation": "https://docs.langflow.org/agents",
1126
1125
  "edited": false,
1127
1126
  "field_order": [
1128
- "agent_llm",
1129
- "max_tokens",
1130
- "model_kwargs",
1131
- "json_mode",
1132
- "model_name",
1133
- "openai_api_base",
1127
+ "model",
1134
1128
  "api_key",
1135
- "temperature",
1136
- "seed",
1137
- "max_retries",
1138
- "timeout",
1139
1129
  "system_prompt",
1130
+ "context_id",
1140
1131
  "n_messages",
1132
+ "format_instructions",
1133
+ "output_schema",
1141
1134
  "tools",
1142
1135
  "input_value",
1143
1136
  "handle_parsing_errors",
@@ -1148,7 +1141,7 @@
1148
1141
  ],
1149
1142
  "frozen": false,
1150
1143
  "icon": "bot",
1151
- "key": "Agent",
1144
+ "last_updated": "2025-12-11T21:41:48.407Z",
1152
1145
  "legacy": false,
1153
1146
  "metadata": {
1154
1147
  "code_hash": "1834a4d901fa",
@@ -1181,8 +1174,6 @@
1181
1174
  "group_outputs": false,
1182
1175
  "method": "message_response",
1183
1176
  "name": "response",
1184
- "options": null,
1185
- "required_inputs": null,
1186
1177
  "selected": "Message",
1187
1178
  "tool_mode": true,
1188
1179
  "types": [
@@ -1192,7 +1183,6 @@
1192
1183
  }
1193
1184
  ],
1194
1185
  "pinned": false,
1195
- "score": 0.027777777777777776,
1196
1186
  "template": {
1197
1187
  "_type": "Component",
1198
1188
  "add_current_date_tool": {
@@ -1201,21 +1191,25 @@
1201
1191
  "display_name": "Current Date",
1202
1192
  "dynamic": false,
1203
1193
  "info": "If true, will add a tool to the agent that returns the current date.",
1194
+ "input_types": [],
1204
1195
  "list": false,
1205
1196
  "list_add_label": "Add More",
1206
1197
  "name": "add_current_date_tool",
1198
+ "override_skip": false,
1207
1199
  "placeholder": "",
1208
1200
  "required": false,
1209
1201
  "show": true,
1210
1202
  "title_case": false,
1211
1203
  "tool_mode": false,
1212
1204
  "trace_as_metadata": true,
1205
+ "track_in_telemetry": true,
1213
1206
  "type": "bool",
1214
1207
  "value": true
1215
1208
  },
1216
1209
  "agent_description": {
1217
1210
  "_input_type": "MultilineInput",
1218
1211
  "advanced": true,
1212
+ "ai_enabled": false,
1219
1213
  "copy_field": false,
1220
1214
  "display_name": "Agent Description [Deprecated]",
1221
1215
  "dynamic": false,
@@ -1228,6 +1222,7 @@
1228
1222
  "load_from_db": false,
1229
1223
  "multiline": true,
1230
1224
  "name": "agent_description",
1225
+ "override_skip": false,
1231
1226
  "placeholder": "",
1232
1227
  "required": false,
1233
1228
  "show": true,
@@ -1235,26 +1230,29 @@
1235
1230
  "tool_mode": false,
1236
1231
  "trace_as_input": true,
1237
1232
  "trace_as_metadata": true,
1233
+ "track_in_telemetry": false,
1238
1234
  "type": "str",
1239
1235
  "value": "A helpful assistant with access to the following tools:"
1240
1236
  },
1241
1237
  "api_key": {
1242
1238
  "_input_type": "SecretStrInput",
1243
- "advanced": false,
1239
+ "advanced": true,
1244
1240
  "display_name": "API Key",
1245
1241
  "dynamic": false,
1246
1242
  "info": "Model Provider API key",
1247
1243
  "input_types": [],
1248
- "load_from_db": true,
1244
+ "load_from_db": false,
1249
1245
  "name": "api_key",
1246
+ "override_skip": false,
1250
1247
  "password": true,
1251
1248
  "placeholder": "",
1252
1249
  "real_time_refresh": true,
1253
1250
  "required": false,
1254
1251
  "show": true,
1255
1252
  "title_case": false,
1253
+ "track_in_telemetry": false,
1256
1254
  "type": "str",
1257
- "value": "OPENAI_API_KEY"
1255
+ "value": ""
1258
1256
  },
1259
1257
  "code": {
1260
1258
  "advanced": true,
@@ -1287,6 +1285,7 @@
1287
1285
  "list_add_label": "Add More",
1288
1286
  "load_from_db": false,
1289
1287
  "name": "context_id",
1288
+ "override_skip": false,
1290
1289
  "placeholder": "",
1291
1290
  "required": false,
1292
1291
  "show": true,
@@ -1294,12 +1293,14 @@
1294
1293
  "tool_mode": false,
1295
1294
  "trace_as_input": true,
1296
1295
  "trace_as_metadata": true,
1296
+ "track_in_telemetry": false,
1297
1297
  "type": "str",
1298
1298
  "value": ""
1299
1299
  },
1300
1300
  "format_instructions": {
1301
1301
  "_input_type": "MultilineInput",
1302
1302
  "advanced": true,
1303
+ "ai_enabled": false,
1303
1304
  "copy_field": false,
1304
1305
  "display_name": "Output Format Instructions",
1305
1306
  "dynamic": false,
@@ -1312,6 +1313,7 @@
1312
1313
  "load_from_db": false,
1313
1314
  "multiline": true,
1314
1315
  "name": "format_instructions",
1316
+ "override_skip": false,
1315
1317
  "placeholder": "",
1316
1318
  "required": false,
1317
1319
  "show": true,
@@ -1319,6 +1321,7 @@
1319
1321
  "tool_mode": false,
1320
1322
  "trace_as_input": true,
1321
1323
  "trace_as_metadata": true,
1324
+ "track_in_telemetry": false,
1322
1325
  "type": "str",
1323
1326
  "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."
1324
1327
  },
@@ -1328,20 +1331,23 @@
1328
1331
  "display_name": "Handle Parse Errors",
1329
1332
  "dynamic": false,
1330
1333
  "info": "Should the Agent fix errors when reading user input for better processing?",
1334
+ "input_types": [],
1331
1335
  "list": false,
1332
1336
  "list_add_label": "Add More",
1333
1337
  "name": "handle_parsing_errors",
1338
+ "override_skip": false,
1334
1339
  "placeholder": "",
1335
1340
  "required": false,
1336
1341
  "show": true,
1337
1342
  "title_case": false,
1338
1343
  "tool_mode": false,
1339
1344
  "trace_as_metadata": true,
1345
+ "track_in_telemetry": true,
1340
1346
  "type": "bool",
1341
1347
  "value": true
1342
1348
  },
1343
1349
  "input_value": {
1344
- "_input_type": "MessageTextInput",
1350
+ "_input_type": "MessageInput",
1345
1351
  "advanced": false,
1346
1352
  "display_name": "Input",
1347
1353
  "dynamic": false,
@@ -1353,6 +1359,7 @@
1353
1359
  "list_add_label": "Add More",
1354
1360
  "load_from_db": false,
1355
1361
  "name": "input_value",
1362
+ "override_skip": false,
1356
1363
  "placeholder": "",
1357
1364
  "required": false,
1358
1365
  "show": true,
@@ -1360,6 +1367,7 @@
1360
1367
  "tool_mode": true,
1361
1368
  "trace_as_input": true,
1362
1369
  "trace_as_metadata": true,
1370
+ "track_in_telemetry": false,
1363
1371
  "type": "str",
1364
1372
  "value": ""
1365
1373
  },
@@ -1369,15 +1377,18 @@
1369
1377
  "display_name": "Max Iterations",
1370
1378
  "dynamic": false,
1371
1379
  "info": "The maximum number of attempts the agent can make to complete its task before it stops.",
1380
+ "input_types": [],
1372
1381
  "list": false,
1373
1382
  "list_add_label": "Add More",
1374
1383
  "name": "max_iterations",
1384
+ "override_skip": false,
1375
1385
  "placeholder": "",
1376
1386
  "required": false,
1377
1387
  "show": true,
1378
1388
  "title_case": false,
1379
1389
  "tool_mode": false,
1380
1390
  "trace_as_metadata": true,
1391
+ "track_in_telemetry": true,
1381
1392
  "type": "int",
1382
1393
  "value": 15
1383
1394
  },
@@ -1405,6 +1416,7 @@
1405
1416
  "list_add_label": "Add More",
1406
1417
  "model_type": "language",
1407
1418
  "name": "model",
1419
+ "options": [],
1408
1420
  "override_skip": false,
1409
1421
  "placeholder": "Setup Provider",
1410
1422
  "real_time_refresh": true,
@@ -1416,7 +1428,7 @@
1416
1428
  "trace_as_input": true,
1417
1429
  "track_in_telemetry": false,
1418
1430
  "type": "model",
1419
- "value": ""
1431
+ "value": []
1420
1432
  },
1421
1433
  "n_messages": {
1422
1434
  "_input_type": "IntInput",
@@ -1424,15 +1436,18 @@
1424
1436
  "display_name": "Number of Chat History Messages",
1425
1437
  "dynamic": false,
1426
1438
  "info": "Number of chat history messages to retrieve.",
1439
+ "input_types": [],
1427
1440
  "list": false,
1428
1441
  "list_add_label": "Add More",
1429
1442
  "name": "n_messages",
1443
+ "override_skip": false,
1430
1444
  "placeholder": "",
1431
1445
  "required": false,
1432
1446
  "show": true,
1433
1447
  "title_case": false,
1434
1448
  "tool_mode": false,
1435
1449
  "trace_as_metadata": true,
1450
+ "track_in_telemetry": true,
1436
1451
  "type": "int",
1437
1452
  "value": 100
1438
1453
  },
@@ -1442,9 +1457,11 @@
1442
1457
  "display_name": "Output Schema",
1443
1458
  "dynamic": false,
1444
1459
  "info": "Schema Validation: Define the structure and data types for structured output. No validation if no output schema.",
1460
+ "input_types": [],
1445
1461
  "is_list": true,
1446
1462
  "list_add_label": "Add More",
1447
1463
  "name": "output_schema",
1464
+ "override_skip": false,
1448
1465
  "placeholder": "",
1449
1466
  "required": false,
1450
1467
  "show": true,
@@ -1493,6 +1510,7 @@
1493
1510
  "title_case": false,
1494
1511
  "tool_mode": false,
1495
1512
  "trace_as_metadata": true,
1513
+ "track_in_telemetry": false,
1496
1514
  "trigger_icon": "Table",
1497
1515
  "trigger_text": "Open table",
1498
1516
  "type": "table",
@@ -1501,6 +1519,7 @@
1501
1519
  "system_prompt": {
1502
1520
  "_input_type": "MultilineInput",
1503
1521
  "advanced": false,
1522
+ "ai_enabled": false,
1504
1523
  "copy_field": false,
1505
1524
  "display_name": "Agent Instructions",
1506
1525
  "dynamic": false,
@@ -1513,6 +1532,7 @@
1513
1532
  "load_from_db": false,
1514
1533
  "multiline": true,
1515
1534
  "name": "system_prompt",
1535
+ "override_skip": false,
1516
1536
  "placeholder": "",
1517
1537
  "required": false,
1518
1538
  "show": true,
@@ -1520,6 +1540,7 @@
1520
1540
  "tool_mode": false,
1521
1541
  "trace_as_input": true,
1522
1542
  "trace_as_metadata": true,
1543
+ "track_in_telemetry": false,
1523
1544
  "type": "str",
1524
1545
  "value": "You are a helpful assistant that can use tools to answer questions and perform tasks."
1525
1546
  },
@@ -1535,11 +1556,13 @@
1535
1556
  "list": true,
1536
1557
  "list_add_label": "Add More",
1537
1558
  "name": "tools",
1559
+ "override_skip": false,
1538
1560
  "placeholder": "",
1539
1561
  "required": false,
1540
1562
  "show": true,
1541
1563
  "title_case": false,
1542
1564
  "trace_as_metadata": true,
1565
+ "track_in_telemetry": false,
1543
1566
  "type": "other",
1544
1567
  "value": ""
1545
1568
  },
@@ -1549,15 +1572,18 @@
1549
1572
  "display_name": "Verbose",
1550
1573
  "dynamic": false,
1551
1574
  "info": "",
1575
+ "input_types": [],
1552
1576
  "list": false,
1553
1577
  "list_add_label": "Add More",
1554
1578
  "name": "verbose",
1579
+ "override_skip": false,
1555
1580
  "placeholder": "",
1556
1581
  "required": false,
1557
1582
  "show": true,
1558
1583
  "title_case": false,
1559
1584
  "tool_mode": false,
1560
1585
  "trace_as_metadata": true,
1586
+ "track_in_telemetry": true,
1561
1587
  "type": "bool",
1562
1588
  "value": true
1563
1589
  }