langflow-base-nightly 1.7.0.dev55__py3-none-any.whl → 1.7.0.dev56__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 (37) hide show
  1. langflow/initial_setup/starter_projects/Basic Prompt Chaining.json +31 -1088
  2. langflow/initial_setup/starter_projects/Basic Prompting.json +196 -135
  3. langflow/initial_setup/starter_projects/Blog Writer.json +141 -84
  4. langflow/initial_setup/starter_projects/Custom Component Generator.json +133 -73
  5. langflow/initial_setup/starter_projects/Document Q&A.json +136 -81
  6. langflow/initial_setup/starter_projects/Financial Report Parser.json +12 -365
  7. langflow/initial_setup/starter_projects/Hybrid Search RAG.json +19 -729
  8. langflow/initial_setup/starter_projects/Image Sentiment Analysis.json +688 -733
  9. langflow/initial_setup/starter_projects/Instagram Copywriter.json +322 -203
  10. langflow/initial_setup/starter_projects/Invoice Summarizer.json +47 -21
  11. langflow/initial_setup/starter_projects/Market Research.json +63 -394
  12. langflow/initial_setup/starter_projects/Meeting Summary.json +266 -168
  13. langflow/initial_setup/starter_projects/Memory Chatbot.json +136 -81
  14. langflow/initial_setup/starter_projects/News Aggregator.json +49 -24
  15. langflow/initial_setup/starter_projects/Nvidia Remix.json +48 -23
  16. langflow/initial_setup/starter_projects/Pok/303/251dex Agent.json" +49 -23
  17. langflow/initial_setup/starter_projects/Portfolio Website Code Generator.json +113 -418
  18. langflow/initial_setup/starter_projects/Price Deal Finder.json +48 -22
  19. langflow/initial_setup/starter_projects/Research Agent.json +319 -181
  20. langflow/initial_setup/starter_projects/Research Translation Loop.json +636 -615
  21. langflow/initial_setup/starter_projects/SEO Keyword Generator.json +145 -89
  22. langflow/initial_setup/starter_projects/SaaS Pricing.json +48 -22
  23. langflow/initial_setup/starter_projects/Search agent.json +47 -21
  24. langflow/initial_setup/starter_projects/Sequential Tasks Agents.json +147 -54
  25. langflow/initial_setup/starter_projects/Simple Agent.json +47 -16
  26. langflow/initial_setup/starter_projects/Social Media Agent.json +47 -16
  27. langflow/initial_setup/starter_projects/Text Sentiment Analysis.json +398 -251
  28. langflow/initial_setup/starter_projects/Travel Planning Agents.json +146 -53
  29. langflow/initial_setup/starter_projects/Twitter Thread Generator.json +137 -81
  30. langflow/initial_setup/starter_projects/Vector Store RAG.json +133 -82
  31. langflow/initial_setup/starter_projects/Youtube Analysis.json +182 -106
  32. langflow/services/storage/local.py +13 -8
  33. langflow/services/storage/s3.py +0 -6
  34. {langflow_base_nightly-1.7.0.dev55.dist-info → langflow_base_nightly-1.7.0.dev56.dist-info}/METADATA +2 -2
  35. {langflow_base_nightly-1.7.0.dev55.dist-info → langflow_base_nightly-1.7.0.dev56.dist-info}/RECORD +37 -37
  36. {langflow_base_nightly-1.7.0.dev55.dist-info → langflow_base_nightly-1.7.0.dev56.dist-info}/WHEEL +0 -0
  37. {langflow_base_nightly-1.7.0.dev55.dist-info → langflow_base_nightly-1.7.0.dev56.dist-info}/entry_points.txt +0 -0
@@ -1629,23 +1629,17 @@
1629
1629
  "conditional_paths": [],
1630
1630
  "custom_fields": {},
1631
1631
  "description": "Define the agent's instructions, then enter a task to complete using tools.",
1632
- "display_name": "City Selection Agent",
1633
- "documentation": "",
1632
+ "display_name": "Agent",
1633
+ "documentation": "https://docs.langflow.org/agents",
1634
1634
  "edited": false,
1635
1635
  "field_order": [
1636
- "agent_llm",
1637
- "max_tokens",
1638
- "model_kwargs",
1639
- "json_mode",
1640
- "model_name",
1641
- "openai_api_base",
1636
+ "model",
1642
1637
  "api_key",
1643
- "temperature",
1644
- "seed",
1645
- "max_retries",
1646
- "timeout",
1647
1638
  "system_prompt",
1639
+ "context_id",
1648
1640
  "n_messages",
1641
+ "format_instructions",
1642
+ "output_schema",
1649
1643
  "tools",
1650
1644
  "input_value",
1651
1645
  "handle_parsing_errors",
@@ -1656,6 +1650,7 @@
1656
1650
  ],
1657
1651
  "frozen": false,
1658
1652
  "icon": "bot",
1653
+ "last_updated": "2025-12-11T21:41:48.407Z",
1659
1654
  "legacy": false,
1660
1655
  "metadata": {
1661
1656
  "code_hash": "1834a4d901fa",
@@ -1705,21 +1700,25 @@
1705
1700
  "display_name": "Current Date",
1706
1701
  "dynamic": false,
1707
1702
  "info": "If true, will add a tool to the agent that returns the current date.",
1703
+ "input_types": [],
1708
1704
  "list": false,
1709
1705
  "list_add_label": "Add More",
1710
1706
  "name": "add_current_date_tool",
1707
+ "override_skip": false,
1711
1708
  "placeholder": "",
1712
1709
  "required": false,
1713
1710
  "show": true,
1714
1711
  "title_case": false,
1715
1712
  "tool_mode": false,
1716
1713
  "trace_as_metadata": true,
1714
+ "track_in_telemetry": true,
1717
1715
  "type": "bool",
1718
1716
  "value": true
1719
1717
  },
1720
1718
  "agent_description": {
1721
1719
  "_input_type": "MultilineInput",
1722
1720
  "advanced": true,
1721
+ "ai_enabled": false,
1723
1722
  "copy_field": false,
1724
1723
  "display_name": "Agent Description [Deprecated]",
1725
1724
  "dynamic": false,
@@ -1732,6 +1731,7 @@
1732
1731
  "load_from_db": false,
1733
1732
  "multiline": true,
1734
1733
  "name": "agent_description",
1734
+ "override_skip": false,
1735
1735
  "placeholder": "",
1736
1736
  "required": false,
1737
1737
  "show": true,
@@ -1739,26 +1739,29 @@
1739
1739
  "tool_mode": false,
1740
1740
  "trace_as_input": true,
1741
1741
  "trace_as_metadata": true,
1742
+ "track_in_telemetry": false,
1742
1743
  "type": "str",
1743
1744
  "value": "A helpful assistant with access to the following tools:"
1744
1745
  },
1745
1746
  "api_key": {
1746
1747
  "_input_type": "SecretStrInput",
1747
- "advanced": false,
1748
+ "advanced": true,
1748
1749
  "display_name": "API Key",
1749
1750
  "dynamic": false,
1750
1751
  "info": "Model Provider API key",
1751
1752
  "input_types": [],
1752
- "load_from_db": true,
1753
+ "load_from_db": false,
1753
1754
  "name": "api_key",
1755
+ "override_skip": false,
1754
1756
  "password": true,
1755
1757
  "placeholder": "",
1756
1758
  "real_time_refresh": true,
1757
1759
  "required": false,
1758
1760
  "show": true,
1759
1761
  "title_case": false,
1762
+ "track_in_telemetry": false,
1760
1763
  "type": "str",
1761
- "value": "OPENAI_API_KEY"
1764
+ "value": ""
1762
1765
  },
1763
1766
  "code": {
1764
1767
  "advanced": true,
@@ -1791,6 +1794,7 @@
1791
1794
  "list_add_label": "Add More",
1792
1795
  "load_from_db": false,
1793
1796
  "name": "context_id",
1797
+ "override_skip": false,
1794
1798
  "placeholder": "",
1795
1799
  "required": false,
1796
1800
  "show": true,
@@ -1798,12 +1802,14 @@
1798
1802
  "tool_mode": false,
1799
1803
  "trace_as_input": true,
1800
1804
  "trace_as_metadata": true,
1805
+ "track_in_telemetry": false,
1801
1806
  "type": "str",
1802
1807
  "value": ""
1803
1808
  },
1804
1809
  "format_instructions": {
1805
1810
  "_input_type": "MultilineInput",
1806
1811
  "advanced": true,
1812
+ "ai_enabled": false,
1807
1813
  "copy_field": false,
1808
1814
  "display_name": "Output Format Instructions",
1809
1815
  "dynamic": false,
@@ -1816,6 +1822,7 @@
1816
1822
  "load_from_db": false,
1817
1823
  "multiline": true,
1818
1824
  "name": "format_instructions",
1825
+ "override_skip": false,
1819
1826
  "placeholder": "",
1820
1827
  "required": false,
1821
1828
  "show": true,
@@ -1823,6 +1830,7 @@
1823
1830
  "tool_mode": false,
1824
1831
  "trace_as_input": true,
1825
1832
  "trace_as_metadata": true,
1833
+ "track_in_telemetry": false,
1826
1834
  "type": "str",
1827
1835
  "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."
1828
1836
  },
@@ -1832,20 +1840,23 @@
1832
1840
  "display_name": "Handle Parse Errors",
1833
1841
  "dynamic": false,
1834
1842
  "info": "Should the Agent fix errors when reading user input for better processing?",
1843
+ "input_types": [],
1835
1844
  "list": false,
1836
1845
  "list_add_label": "Add More",
1837
1846
  "name": "handle_parsing_errors",
1847
+ "override_skip": false,
1838
1848
  "placeholder": "",
1839
1849
  "required": false,
1840
1850
  "show": true,
1841
1851
  "title_case": false,
1842
1852
  "tool_mode": false,
1843
1853
  "trace_as_metadata": true,
1854
+ "track_in_telemetry": true,
1844
1855
  "type": "bool",
1845
1856
  "value": true
1846
1857
  },
1847
1858
  "input_value": {
1848
- "_input_type": "MessageTextInput",
1859
+ "_input_type": "MessageInput",
1849
1860
  "advanced": false,
1850
1861
  "display_name": "Input",
1851
1862
  "dynamic": false,
@@ -1857,6 +1868,7 @@
1857
1868
  "list_add_label": "Add More",
1858
1869
  "load_from_db": false,
1859
1870
  "name": "input_value",
1871
+ "override_skip": false,
1860
1872
  "placeholder": "",
1861
1873
  "required": false,
1862
1874
  "show": true,
@@ -1864,6 +1876,7 @@
1864
1876
  "tool_mode": true,
1865
1877
  "trace_as_input": true,
1866
1878
  "trace_as_metadata": true,
1879
+ "track_in_telemetry": false,
1867
1880
  "type": "str",
1868
1881
  "value": ""
1869
1882
  },
@@ -1873,15 +1886,18 @@
1873
1886
  "display_name": "Max Iterations",
1874
1887
  "dynamic": false,
1875
1888
  "info": "The maximum number of attempts the agent can make to complete its task before it stops.",
1889
+ "input_types": [],
1876
1890
  "list": false,
1877
1891
  "list_add_label": "Add More",
1878
1892
  "name": "max_iterations",
1893
+ "override_skip": false,
1879
1894
  "placeholder": "",
1880
1895
  "required": false,
1881
1896
  "show": true,
1882
1897
  "title_case": false,
1883
1898
  "tool_mode": false,
1884
1899
  "trace_as_metadata": true,
1900
+ "track_in_telemetry": true,
1885
1901
  "type": "int",
1886
1902
  "value": 15
1887
1903
  },
@@ -1909,6 +1925,7 @@
1909
1925
  "list_add_label": "Add More",
1910
1926
  "model_type": "language",
1911
1927
  "name": "model",
1928
+ "options": [],
1912
1929
  "override_skip": false,
1913
1930
  "placeholder": "Setup Provider",
1914
1931
  "real_time_refresh": true,
@@ -1920,7 +1937,7 @@
1920
1937
  "trace_as_input": true,
1921
1938
  "track_in_telemetry": false,
1922
1939
  "type": "model",
1923
- "value": ""
1940
+ "value": []
1924
1941
  },
1925
1942
  "n_messages": {
1926
1943
  "_input_type": "IntInput",
@@ -1928,15 +1945,18 @@
1928
1945
  "display_name": "Number of Chat History Messages",
1929
1946
  "dynamic": false,
1930
1947
  "info": "Number of chat history messages to retrieve.",
1948
+ "input_types": [],
1931
1949
  "list": false,
1932
1950
  "list_add_label": "Add More",
1933
1951
  "name": "n_messages",
1952
+ "override_skip": false,
1934
1953
  "placeholder": "",
1935
1954
  "required": false,
1936
1955
  "show": true,
1937
1956
  "title_case": false,
1938
1957
  "tool_mode": false,
1939
1958
  "trace_as_metadata": true,
1959
+ "track_in_telemetry": true,
1940
1960
  "type": "int",
1941
1961
  "value": 100
1942
1962
  },
@@ -1946,9 +1966,11 @@
1946
1966
  "display_name": "Output Schema",
1947
1967
  "dynamic": false,
1948
1968
  "info": "Schema Validation: Define the structure and data types for structured output. No validation if no output schema.",
1969
+ "input_types": [],
1949
1970
  "is_list": true,
1950
1971
  "list_add_label": "Add More",
1951
1972
  "name": "output_schema",
1973
+ "override_skip": false,
1952
1974
  "placeholder": "",
1953
1975
  "required": false,
1954
1976
  "show": true,
@@ -1997,6 +2019,7 @@
1997
2019
  "title_case": false,
1998
2020
  "tool_mode": false,
1999
2021
  "trace_as_metadata": true,
2022
+ "track_in_telemetry": false,
2000
2023
  "trigger_icon": "Table",
2001
2024
  "trigger_text": "Open table",
2002
2025
  "type": "table",
@@ -2005,6 +2028,7 @@
2005
2028
  "system_prompt": {
2006
2029
  "_input_type": "MultilineInput",
2007
2030
  "advanced": false,
2031
+ "ai_enabled": false,
2008
2032
  "copy_field": false,
2009
2033
  "display_name": "Agent Instructions",
2010
2034
  "dynamic": false,
@@ -2017,6 +2041,7 @@
2017
2041
  "load_from_db": false,
2018
2042
  "multiline": true,
2019
2043
  "name": "system_prompt",
2044
+ "override_skip": false,
2020
2045
  "placeholder": "",
2021
2046
  "required": false,
2022
2047
  "show": true,
@@ -2024,6 +2049,7 @@
2024
2049
  "tool_mode": false,
2025
2050
  "trace_as_input": true,
2026
2051
  "trace_as_metadata": true,
2052
+ "track_in_telemetry": false,
2027
2053
  "type": "str",
2028
2054
  "value": "You are a helpful assistant that can use tools to answer questions and perform tasks."
2029
2055
  },
@@ -2039,11 +2065,13 @@
2039
2065
  "list": true,
2040
2066
  "list_add_label": "Add More",
2041
2067
  "name": "tools",
2068
+ "override_skip": false,
2042
2069
  "placeholder": "",
2043
2070
  "required": false,
2044
2071
  "show": true,
2045
2072
  "title_case": false,
2046
2073
  "trace_as_metadata": true,
2074
+ "track_in_telemetry": false,
2047
2075
  "type": "other",
2048
2076
  "value": ""
2049
2077
  },
@@ -2053,15 +2081,18 @@
2053
2081
  "display_name": "Verbose",
2054
2082
  "dynamic": false,
2055
2083
  "info": "",
2084
+ "input_types": [],
2056
2085
  "list": false,
2057
2086
  "list_add_label": "Add More",
2058
2087
  "name": "verbose",
2088
+ "override_skip": false,
2059
2089
  "placeholder": "",
2060
2090
  "required": false,
2061
2091
  "show": true,
2062
2092
  "title_case": false,
2063
2093
  "tool_mode": false,
2064
2094
  "trace_as_metadata": true,
2095
+ "track_in_telemetry": true,
2065
2096
  "type": "bool",
2066
2097
  "value": true
2067
2098
  }
@@ -2096,23 +2127,17 @@
2096
2127
  "conditional_paths": [],
2097
2128
  "custom_fields": {},
2098
2129
  "description": "Define the agent's instructions, then enter a task to complete using tools.",
2099
- "display_name": "Local Expert Agent",
2100
- "documentation": "",
2130
+ "display_name": "Agent",
2131
+ "documentation": "https://docs.langflow.org/agents",
2101
2132
  "edited": false,
2102
2133
  "field_order": [
2103
- "agent_llm",
2104
- "max_tokens",
2105
- "model_kwargs",
2106
- "json_mode",
2107
- "model_name",
2108
- "openai_api_base",
2134
+ "model",
2109
2135
  "api_key",
2110
- "temperature",
2111
- "seed",
2112
- "max_retries",
2113
- "timeout",
2114
2136
  "system_prompt",
2137
+ "context_id",
2115
2138
  "n_messages",
2139
+ "format_instructions",
2140
+ "output_schema",
2116
2141
  "tools",
2117
2142
  "input_value",
2118
2143
  "handle_parsing_errors",
@@ -2123,6 +2148,7 @@
2123
2148
  ],
2124
2149
  "frozen": false,
2125
2150
  "icon": "bot",
2151
+ "last_updated": "2025-12-11T21:41:48.407Z",
2126
2152
  "legacy": false,
2127
2153
  "metadata": {
2128
2154
  "code_hash": "1834a4d901fa",
@@ -2172,21 +2198,25 @@
2172
2198
  "display_name": "Current Date",
2173
2199
  "dynamic": false,
2174
2200
  "info": "If true, will add a tool to the agent that returns the current date.",
2201
+ "input_types": [],
2175
2202
  "list": false,
2176
2203
  "list_add_label": "Add More",
2177
2204
  "name": "add_current_date_tool",
2205
+ "override_skip": false,
2178
2206
  "placeholder": "",
2179
2207
  "required": false,
2180
2208
  "show": true,
2181
2209
  "title_case": false,
2182
2210
  "tool_mode": false,
2183
2211
  "trace_as_metadata": true,
2212
+ "track_in_telemetry": true,
2184
2213
  "type": "bool",
2185
2214
  "value": true
2186
2215
  },
2187
2216
  "agent_description": {
2188
2217
  "_input_type": "MultilineInput",
2189
2218
  "advanced": true,
2219
+ "ai_enabled": false,
2190
2220
  "copy_field": false,
2191
2221
  "display_name": "Agent Description [Deprecated]",
2192
2222
  "dynamic": false,
@@ -2199,6 +2229,7 @@
2199
2229
  "load_from_db": false,
2200
2230
  "multiline": true,
2201
2231
  "name": "agent_description",
2232
+ "override_skip": false,
2202
2233
  "placeholder": "",
2203
2234
  "required": false,
2204
2235
  "show": true,
@@ -2206,26 +2237,29 @@
2206
2237
  "tool_mode": false,
2207
2238
  "trace_as_input": true,
2208
2239
  "trace_as_metadata": true,
2240
+ "track_in_telemetry": false,
2209
2241
  "type": "str",
2210
2242
  "value": "A helpful assistant with access to the following tools:"
2211
2243
  },
2212
2244
  "api_key": {
2213
2245
  "_input_type": "SecretStrInput",
2214
- "advanced": false,
2246
+ "advanced": true,
2215
2247
  "display_name": "API Key",
2216
2248
  "dynamic": false,
2217
2249
  "info": "Model Provider API key",
2218
2250
  "input_types": [],
2219
- "load_from_db": true,
2251
+ "load_from_db": false,
2220
2252
  "name": "api_key",
2253
+ "override_skip": false,
2221
2254
  "password": true,
2222
2255
  "placeholder": "",
2223
2256
  "real_time_refresh": true,
2224
2257
  "required": false,
2225
2258
  "show": true,
2226
2259
  "title_case": false,
2260
+ "track_in_telemetry": false,
2227
2261
  "type": "str",
2228
- "value": "OPENAI_API_KEY"
2262
+ "value": ""
2229
2263
  },
2230
2264
  "code": {
2231
2265
  "advanced": true,
@@ -2258,6 +2292,7 @@
2258
2292
  "list_add_label": "Add More",
2259
2293
  "load_from_db": false,
2260
2294
  "name": "context_id",
2295
+ "override_skip": false,
2261
2296
  "placeholder": "",
2262
2297
  "required": false,
2263
2298
  "show": true,
@@ -2265,12 +2300,14 @@
2265
2300
  "tool_mode": false,
2266
2301
  "trace_as_input": true,
2267
2302
  "trace_as_metadata": true,
2303
+ "track_in_telemetry": false,
2268
2304
  "type": "str",
2269
2305
  "value": ""
2270
2306
  },
2271
2307
  "format_instructions": {
2272
2308
  "_input_type": "MultilineInput",
2273
2309
  "advanced": true,
2310
+ "ai_enabled": false,
2274
2311
  "copy_field": false,
2275
2312
  "display_name": "Output Format Instructions",
2276
2313
  "dynamic": false,
@@ -2283,6 +2320,7 @@
2283
2320
  "load_from_db": false,
2284
2321
  "multiline": true,
2285
2322
  "name": "format_instructions",
2323
+ "override_skip": false,
2286
2324
  "placeholder": "",
2287
2325
  "required": false,
2288
2326
  "show": true,
@@ -2290,6 +2328,7 @@
2290
2328
  "tool_mode": false,
2291
2329
  "trace_as_input": true,
2292
2330
  "trace_as_metadata": true,
2331
+ "track_in_telemetry": false,
2293
2332
  "type": "str",
2294
2333
  "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."
2295
2334
  },
@@ -2299,20 +2338,23 @@
2299
2338
  "display_name": "Handle Parse Errors",
2300
2339
  "dynamic": false,
2301
2340
  "info": "Should the Agent fix errors when reading user input for better processing?",
2341
+ "input_types": [],
2302
2342
  "list": false,
2303
2343
  "list_add_label": "Add More",
2304
2344
  "name": "handle_parsing_errors",
2345
+ "override_skip": false,
2305
2346
  "placeholder": "",
2306
2347
  "required": false,
2307
2348
  "show": true,
2308
2349
  "title_case": false,
2309
2350
  "tool_mode": false,
2310
2351
  "trace_as_metadata": true,
2352
+ "track_in_telemetry": true,
2311
2353
  "type": "bool",
2312
2354
  "value": true
2313
2355
  },
2314
2356
  "input_value": {
2315
- "_input_type": "MessageTextInput",
2357
+ "_input_type": "MessageInput",
2316
2358
  "advanced": false,
2317
2359
  "display_name": "Input",
2318
2360
  "dynamic": false,
@@ -2324,6 +2366,7 @@
2324
2366
  "list_add_label": "Add More",
2325
2367
  "load_from_db": false,
2326
2368
  "name": "input_value",
2369
+ "override_skip": false,
2327
2370
  "placeholder": "",
2328
2371
  "required": false,
2329
2372
  "show": true,
@@ -2331,6 +2374,7 @@
2331
2374
  "tool_mode": true,
2332
2375
  "trace_as_input": true,
2333
2376
  "trace_as_metadata": true,
2377
+ "track_in_telemetry": false,
2334
2378
  "type": "str",
2335
2379
  "value": ""
2336
2380
  },
@@ -2340,15 +2384,18 @@
2340
2384
  "display_name": "Max Iterations",
2341
2385
  "dynamic": false,
2342
2386
  "info": "The maximum number of attempts the agent can make to complete its task before it stops.",
2387
+ "input_types": [],
2343
2388
  "list": false,
2344
2389
  "list_add_label": "Add More",
2345
2390
  "name": "max_iterations",
2391
+ "override_skip": false,
2346
2392
  "placeholder": "",
2347
2393
  "required": false,
2348
2394
  "show": true,
2349
2395
  "title_case": false,
2350
2396
  "tool_mode": false,
2351
2397
  "trace_as_metadata": true,
2398
+ "track_in_telemetry": true,
2352
2399
  "type": "int",
2353
2400
  "value": 15
2354
2401
  },
@@ -2376,6 +2423,7 @@
2376
2423
  "list_add_label": "Add More",
2377
2424
  "model_type": "language",
2378
2425
  "name": "model",
2426
+ "options": [],
2379
2427
  "override_skip": false,
2380
2428
  "placeholder": "Setup Provider",
2381
2429
  "real_time_refresh": true,
@@ -2387,7 +2435,7 @@
2387
2435
  "trace_as_input": true,
2388
2436
  "track_in_telemetry": false,
2389
2437
  "type": "model",
2390
- "value": ""
2438
+ "value": []
2391
2439
  },
2392
2440
  "n_messages": {
2393
2441
  "_input_type": "IntInput",
@@ -2395,15 +2443,18 @@
2395
2443
  "display_name": "Number of Chat History Messages",
2396
2444
  "dynamic": false,
2397
2445
  "info": "Number of chat history messages to retrieve.",
2446
+ "input_types": [],
2398
2447
  "list": false,
2399
2448
  "list_add_label": "Add More",
2400
2449
  "name": "n_messages",
2450
+ "override_skip": false,
2401
2451
  "placeholder": "",
2402
2452
  "required": false,
2403
2453
  "show": true,
2404
2454
  "title_case": false,
2405
2455
  "tool_mode": false,
2406
2456
  "trace_as_metadata": true,
2457
+ "track_in_telemetry": true,
2407
2458
  "type": "int",
2408
2459
  "value": 100
2409
2460
  },
@@ -2413,9 +2464,11 @@
2413
2464
  "display_name": "Output Schema",
2414
2465
  "dynamic": false,
2415
2466
  "info": "Schema Validation: Define the structure and data types for structured output. No validation if no output schema.",
2467
+ "input_types": [],
2416
2468
  "is_list": true,
2417
2469
  "list_add_label": "Add More",
2418
2470
  "name": "output_schema",
2471
+ "override_skip": false,
2419
2472
  "placeholder": "",
2420
2473
  "required": false,
2421
2474
  "show": true,
@@ -2464,6 +2517,7 @@
2464
2517
  "title_case": false,
2465
2518
  "tool_mode": false,
2466
2519
  "trace_as_metadata": true,
2520
+ "track_in_telemetry": false,
2467
2521
  "trigger_icon": "Table",
2468
2522
  "trigger_text": "Open table",
2469
2523
  "type": "table",
@@ -2472,6 +2526,7 @@
2472
2526
  "system_prompt": {
2473
2527
  "_input_type": "MultilineInput",
2474
2528
  "advanced": false,
2529
+ "ai_enabled": false,
2475
2530
  "copy_field": false,
2476
2531
  "display_name": "Agent Instructions",
2477
2532
  "dynamic": false,
@@ -2484,6 +2539,7 @@
2484
2539
  "load_from_db": false,
2485
2540
  "multiline": true,
2486
2541
  "name": "system_prompt",
2542
+ "override_skip": false,
2487
2543
  "placeholder": "",
2488
2544
  "required": false,
2489
2545
  "show": true,
@@ -2491,8 +2547,9 @@
2491
2547
  "tool_mode": false,
2492
2548
  "trace_as_input": true,
2493
2549
  "trace_as_metadata": true,
2550
+ "track_in_telemetry": false,
2494
2551
  "type": "str",
2495
- "value": "You are a knowledgeable Local Expert with extensive information about the selected city, its attractions, and customs. Your goal is to provide the BEST insights about the city. Compile an in-depth guide for travelers, including key attractions, local customs, special events, and daily activity recommendations. Focus on hidden gems and local hotspots. Your final output should be a comprehensive city guide, rich in cultural insights and practical tips."
2552
+ "value": "You are a helpful assistant that can use tools to answer questions and perform tasks."
2496
2553
  },
2497
2554
  "tools": {
2498
2555
  "_input_type": "HandleInput",
@@ -2506,11 +2563,13 @@
2506
2563
  "list": true,
2507
2564
  "list_add_label": "Add More",
2508
2565
  "name": "tools",
2566
+ "override_skip": false,
2509
2567
  "placeholder": "",
2510
2568
  "required": false,
2511
2569
  "show": true,
2512
2570
  "title_case": false,
2513
2571
  "trace_as_metadata": true,
2572
+ "track_in_telemetry": false,
2514
2573
  "type": "other",
2515
2574
  "value": ""
2516
2575
  },
@@ -2520,15 +2579,18 @@
2520
2579
  "display_name": "Verbose",
2521
2580
  "dynamic": false,
2522
2581
  "info": "",
2582
+ "input_types": [],
2523
2583
  "list": false,
2524
2584
  "list_add_label": "Add More",
2525
2585
  "name": "verbose",
2586
+ "override_skip": false,
2526
2587
  "placeholder": "",
2527
2588
  "required": false,
2528
2589
  "show": true,
2529
2590
  "title_case": false,
2530
2591
  "tool_mode": false,
2531
2592
  "trace_as_metadata": true,
2593
+ "track_in_telemetry": true,
2532
2594
  "type": "bool",
2533
2595
  "value": true
2534
2596
  }
@@ -2563,23 +2625,17 @@
2563
2625
  "conditional_paths": [],
2564
2626
  "custom_fields": {},
2565
2627
  "description": "Define the agent's instructions, then enter a task to complete using tools.",
2566
- "display_name": "Travel Concierge Agent",
2567
- "documentation": "",
2628
+ "display_name": "Agent",
2629
+ "documentation": "https://docs.langflow.org/agents",
2568
2630
  "edited": false,
2569
2631
  "field_order": [
2570
- "agent_llm",
2571
- "max_tokens",
2572
- "model_kwargs",
2573
- "json_mode",
2574
- "model_name",
2575
- "openai_api_base",
2632
+ "model",
2576
2633
  "api_key",
2577
- "temperature",
2578
- "seed",
2579
- "max_retries",
2580
- "timeout",
2581
2634
  "system_prompt",
2635
+ "context_id",
2582
2636
  "n_messages",
2637
+ "format_instructions",
2638
+ "output_schema",
2583
2639
  "tools",
2584
2640
  "input_value",
2585
2641
  "handle_parsing_errors",
@@ -2590,6 +2646,7 @@
2590
2646
  ],
2591
2647
  "frozen": false,
2592
2648
  "icon": "bot",
2649
+ "last_updated": "2025-12-11T21:41:48.407Z",
2593
2650
  "legacy": false,
2594
2651
  "metadata": {
2595
2652
  "code_hash": "1834a4d901fa",
@@ -2639,21 +2696,25 @@
2639
2696
  "display_name": "Current Date",
2640
2697
  "dynamic": false,
2641
2698
  "info": "If true, will add a tool to the agent that returns the current date.",
2699
+ "input_types": [],
2642
2700
  "list": false,
2643
2701
  "list_add_label": "Add More",
2644
2702
  "name": "add_current_date_tool",
2703
+ "override_skip": false,
2645
2704
  "placeholder": "",
2646
2705
  "required": false,
2647
2706
  "show": true,
2648
2707
  "title_case": false,
2649
2708
  "tool_mode": false,
2650
2709
  "trace_as_metadata": true,
2710
+ "track_in_telemetry": true,
2651
2711
  "type": "bool",
2652
2712
  "value": true
2653
2713
  },
2654
2714
  "agent_description": {
2655
2715
  "_input_type": "MultilineInput",
2656
2716
  "advanced": true,
2717
+ "ai_enabled": false,
2657
2718
  "copy_field": false,
2658
2719
  "display_name": "Agent Description [Deprecated]",
2659
2720
  "dynamic": false,
@@ -2666,6 +2727,7 @@
2666
2727
  "load_from_db": false,
2667
2728
  "multiline": true,
2668
2729
  "name": "agent_description",
2730
+ "override_skip": false,
2669
2731
  "placeholder": "",
2670
2732
  "required": false,
2671
2733
  "show": true,
@@ -2673,26 +2735,29 @@
2673
2735
  "tool_mode": false,
2674
2736
  "trace_as_input": true,
2675
2737
  "trace_as_metadata": true,
2738
+ "track_in_telemetry": false,
2676
2739
  "type": "str",
2677
2740
  "value": "A helpful assistant with access to the following tools:"
2678
2741
  },
2679
2742
  "api_key": {
2680
2743
  "_input_type": "SecretStrInput",
2681
- "advanced": false,
2744
+ "advanced": true,
2682
2745
  "display_name": "API Key",
2683
2746
  "dynamic": false,
2684
2747
  "info": "Model Provider API key",
2685
2748
  "input_types": [],
2686
- "load_from_db": true,
2749
+ "load_from_db": false,
2687
2750
  "name": "api_key",
2751
+ "override_skip": false,
2688
2752
  "password": true,
2689
2753
  "placeholder": "",
2690
2754
  "real_time_refresh": true,
2691
2755
  "required": false,
2692
2756
  "show": true,
2693
2757
  "title_case": false,
2758
+ "track_in_telemetry": false,
2694
2759
  "type": "str",
2695
- "value": "OPENAI_API_KEY"
2760
+ "value": ""
2696
2761
  },
2697
2762
  "code": {
2698
2763
  "advanced": true,
@@ -2725,6 +2790,7 @@
2725
2790
  "list_add_label": "Add More",
2726
2791
  "load_from_db": false,
2727
2792
  "name": "context_id",
2793
+ "override_skip": false,
2728
2794
  "placeholder": "",
2729
2795
  "required": false,
2730
2796
  "show": true,
@@ -2732,12 +2798,14 @@
2732
2798
  "tool_mode": false,
2733
2799
  "trace_as_input": true,
2734
2800
  "trace_as_metadata": true,
2801
+ "track_in_telemetry": false,
2735
2802
  "type": "str",
2736
2803
  "value": ""
2737
2804
  },
2738
2805
  "format_instructions": {
2739
2806
  "_input_type": "MultilineInput",
2740
2807
  "advanced": true,
2808
+ "ai_enabled": false,
2741
2809
  "copy_field": false,
2742
2810
  "display_name": "Output Format Instructions",
2743
2811
  "dynamic": false,
@@ -2750,6 +2818,7 @@
2750
2818
  "load_from_db": false,
2751
2819
  "multiline": true,
2752
2820
  "name": "format_instructions",
2821
+ "override_skip": false,
2753
2822
  "placeholder": "",
2754
2823
  "required": false,
2755
2824
  "show": true,
@@ -2757,6 +2826,7 @@
2757
2826
  "tool_mode": false,
2758
2827
  "trace_as_input": true,
2759
2828
  "trace_as_metadata": true,
2829
+ "track_in_telemetry": false,
2760
2830
  "type": "str",
2761
2831
  "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."
2762
2832
  },
@@ -2766,20 +2836,23 @@
2766
2836
  "display_name": "Handle Parse Errors",
2767
2837
  "dynamic": false,
2768
2838
  "info": "Should the Agent fix errors when reading user input for better processing?",
2839
+ "input_types": [],
2769
2840
  "list": false,
2770
2841
  "list_add_label": "Add More",
2771
2842
  "name": "handle_parsing_errors",
2843
+ "override_skip": false,
2772
2844
  "placeholder": "",
2773
2845
  "required": false,
2774
2846
  "show": true,
2775
2847
  "title_case": false,
2776
2848
  "tool_mode": false,
2777
2849
  "trace_as_metadata": true,
2850
+ "track_in_telemetry": true,
2778
2851
  "type": "bool",
2779
2852
  "value": true
2780
2853
  },
2781
2854
  "input_value": {
2782
- "_input_type": "MessageTextInput",
2855
+ "_input_type": "MessageInput",
2783
2856
  "advanced": false,
2784
2857
  "display_name": "Input",
2785
2858
  "dynamic": false,
@@ -2791,6 +2864,7 @@
2791
2864
  "list_add_label": "Add More",
2792
2865
  "load_from_db": false,
2793
2866
  "name": "input_value",
2867
+ "override_skip": false,
2794
2868
  "placeholder": "",
2795
2869
  "required": false,
2796
2870
  "show": true,
@@ -2798,6 +2872,7 @@
2798
2872
  "tool_mode": true,
2799
2873
  "trace_as_input": true,
2800
2874
  "trace_as_metadata": true,
2875
+ "track_in_telemetry": false,
2801
2876
  "type": "str",
2802
2877
  "value": ""
2803
2878
  },
@@ -2807,15 +2882,18 @@
2807
2882
  "display_name": "Max Iterations",
2808
2883
  "dynamic": false,
2809
2884
  "info": "The maximum number of attempts the agent can make to complete its task before it stops.",
2885
+ "input_types": [],
2810
2886
  "list": false,
2811
2887
  "list_add_label": "Add More",
2812
2888
  "name": "max_iterations",
2889
+ "override_skip": false,
2813
2890
  "placeholder": "",
2814
2891
  "required": false,
2815
2892
  "show": true,
2816
2893
  "title_case": false,
2817
2894
  "tool_mode": false,
2818
2895
  "trace_as_metadata": true,
2896
+ "track_in_telemetry": true,
2819
2897
  "type": "int",
2820
2898
  "value": 15
2821
2899
  },
@@ -2843,6 +2921,7 @@
2843
2921
  "list_add_label": "Add More",
2844
2922
  "model_type": "language",
2845
2923
  "name": "model",
2924
+ "options": [],
2846
2925
  "override_skip": false,
2847
2926
  "placeholder": "Setup Provider",
2848
2927
  "real_time_refresh": true,
@@ -2854,7 +2933,7 @@
2854
2933
  "trace_as_input": true,
2855
2934
  "track_in_telemetry": false,
2856
2935
  "type": "model",
2857
- "value": ""
2936
+ "value": []
2858
2937
  },
2859
2938
  "n_messages": {
2860
2939
  "_input_type": "IntInput",
@@ -2862,15 +2941,18 @@
2862
2941
  "display_name": "Number of Chat History Messages",
2863
2942
  "dynamic": false,
2864
2943
  "info": "Number of chat history messages to retrieve.",
2944
+ "input_types": [],
2865
2945
  "list": false,
2866
2946
  "list_add_label": "Add More",
2867
2947
  "name": "n_messages",
2948
+ "override_skip": false,
2868
2949
  "placeholder": "",
2869
2950
  "required": false,
2870
2951
  "show": true,
2871
2952
  "title_case": false,
2872
2953
  "tool_mode": false,
2873
2954
  "trace_as_metadata": true,
2955
+ "track_in_telemetry": true,
2874
2956
  "type": "int",
2875
2957
  "value": 100
2876
2958
  },
@@ -2880,9 +2962,11 @@
2880
2962
  "display_name": "Output Schema",
2881
2963
  "dynamic": false,
2882
2964
  "info": "Schema Validation: Define the structure and data types for structured output. No validation if no output schema.",
2965
+ "input_types": [],
2883
2966
  "is_list": true,
2884
2967
  "list_add_label": "Add More",
2885
2968
  "name": "output_schema",
2969
+ "override_skip": false,
2886
2970
  "placeholder": "",
2887
2971
  "required": false,
2888
2972
  "show": true,
@@ -2931,6 +3015,7 @@
2931
3015
  "title_case": false,
2932
3016
  "tool_mode": false,
2933
3017
  "trace_as_metadata": true,
3018
+ "track_in_telemetry": false,
2934
3019
  "trigger_icon": "Table",
2935
3020
  "trigger_text": "Open table",
2936
3021
  "type": "table",
@@ -2939,6 +3024,7 @@
2939
3024
  "system_prompt": {
2940
3025
  "_input_type": "MultilineInput",
2941
3026
  "advanced": false,
3027
+ "ai_enabled": false,
2942
3028
  "copy_field": false,
2943
3029
  "display_name": "Agent Instructions",
2944
3030
  "dynamic": false,
@@ -2951,6 +3037,7 @@
2951
3037
  "load_from_db": false,
2952
3038
  "multiline": true,
2953
3039
  "name": "system_prompt",
3040
+ "override_skip": false,
2954
3041
  "placeholder": "",
2955
3042
  "required": false,
2956
3043
  "show": true,
@@ -2958,8 +3045,9 @@
2958
3045
  "tool_mode": false,
2959
3046
  "trace_as_input": true,
2960
3047
  "trace_as_metadata": true,
3048
+ "track_in_telemetry": false,
2961
3049
  "type": "str",
2962
- "value": "You are an Amazing Travel Concierge, a specialist in travel planning and logistics with decades of experience. Your goal is to create the most amazing travel itineraries with budget and packing suggestions for the city. Expand the city guide into a full 7-day travel itinerary with detailed per-day plans. Include weather forecasts, places to eat, packing suggestions, and a budget breakdown. Suggest actual places to visit, hotels to stay, and restaurants to go to. Your final output should be a complete expanded travel plan, formatted as markdown, encompassing a daily schedule, anticipated weather conditions, recommended clothing and items to pack, and a detailed budget."
3050
+ "value": "You are a helpful assistant that can use tools to answer questions and perform tasks."
2963
3051
  },
2964
3052
  "tools": {
2965
3053
  "_input_type": "HandleInput",
@@ -2973,11 +3061,13 @@
2973
3061
  "list": true,
2974
3062
  "list_add_label": "Add More",
2975
3063
  "name": "tools",
3064
+ "override_skip": false,
2976
3065
  "placeholder": "",
2977
3066
  "required": false,
2978
3067
  "show": true,
2979
3068
  "title_case": false,
2980
3069
  "trace_as_metadata": true,
3070
+ "track_in_telemetry": false,
2981
3071
  "type": "other",
2982
3072
  "value": ""
2983
3073
  },
@@ -2987,15 +3077,18 @@
2987
3077
  "display_name": "Verbose",
2988
3078
  "dynamic": false,
2989
3079
  "info": "",
3080
+ "input_types": [],
2990
3081
  "list": false,
2991
3082
  "list_add_label": "Add More",
2992
3083
  "name": "verbose",
3084
+ "override_skip": false,
2993
3085
  "placeholder": "",
2994
3086
  "required": false,
2995
3087
  "show": true,
2996
3088
  "title_case": false,
2997
3089
  "tool_mode": false,
2998
3090
  "trace_as_metadata": true,
3091
+ "track_in_telemetry": true,
2999
3092
  "type": "bool",
3000
3093
  "value": true
3001
3094
  }