langflow-base-nightly 1.7.0.dev55__py3-none-any.whl → 1.7.0.dev57__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.dev57.dist-info}/METADATA +2 -2
- {langflow_base_nightly-1.7.0.dev55.dist-info → langflow_base_nightly-1.7.0.dev57.dist-info}/RECORD +38 -38
- {langflow_base_nightly-1.7.0.dev55.dist-info → langflow_base_nightly-1.7.0.dev57.dist-info}/WHEEL +0 -0
- {langflow_base_nightly-1.7.0.dev55.dist-info → langflow_base_nightly-1.7.0.dev57.dist-info}/entry_points.txt +0 -0
|
@@ -1569,27 +1569,20 @@
|
|
|
1569
1569
|
"Message"
|
|
1570
1570
|
],
|
|
1571
1571
|
"beta": false,
|
|
1572
|
-
"category": "agents",
|
|
1573
1572
|
"conditional_paths": [],
|
|
1574
1573
|
"custom_fields": {},
|
|
1575
1574
|
"description": "Define the agent's instructions, then enter a task to complete using tools.",
|
|
1576
1575
|
"display_name": "Agent",
|
|
1577
|
-
"documentation": "",
|
|
1576
|
+
"documentation": "https://docs.langflow.org/agents",
|
|
1578
1577
|
"edited": false,
|
|
1579
1578
|
"field_order": [
|
|
1580
|
-
"
|
|
1581
|
-
"max_tokens",
|
|
1582
|
-
"model_kwargs",
|
|
1583
|
-
"json_mode",
|
|
1584
|
-
"model_name",
|
|
1585
|
-
"openai_api_base",
|
|
1579
|
+
"model",
|
|
1586
1580
|
"api_key",
|
|
1587
|
-
"temperature",
|
|
1588
|
-
"seed",
|
|
1589
|
-
"max_retries",
|
|
1590
|
-
"timeout",
|
|
1591
1581
|
"system_prompt",
|
|
1582
|
+
"context_id",
|
|
1592
1583
|
"n_messages",
|
|
1584
|
+
"format_instructions",
|
|
1585
|
+
"output_schema",
|
|
1593
1586
|
"tools",
|
|
1594
1587
|
"input_value",
|
|
1595
1588
|
"handle_parsing_errors",
|
|
@@ -1600,7 +1593,7 @@
|
|
|
1600
1593
|
],
|
|
1601
1594
|
"frozen": false,
|
|
1602
1595
|
"icon": "bot",
|
|
1603
|
-
"
|
|
1596
|
+
"last_updated": "2025-12-11T21:41:48.407Z",
|
|
1604
1597
|
"legacy": false,
|
|
1605
1598
|
"metadata": {
|
|
1606
1599
|
"code_hash": "1834a4d901fa",
|
|
@@ -1633,8 +1626,6 @@
|
|
|
1633
1626
|
"group_outputs": false,
|
|
1634
1627
|
"method": "message_response",
|
|
1635
1628
|
"name": "response",
|
|
1636
|
-
"options": null,
|
|
1637
|
-
"required_inputs": null,
|
|
1638
1629
|
"selected": "Message",
|
|
1639
1630
|
"tool_mode": true,
|
|
1640
1631
|
"types": [
|
|
@@ -1644,7 +1635,6 @@
|
|
|
1644
1635
|
}
|
|
1645
1636
|
],
|
|
1646
1637
|
"pinned": false,
|
|
1647
|
-
"score": 1.1732828199964098e-19,
|
|
1648
1638
|
"template": {
|
|
1649
1639
|
"_type": "Component",
|
|
1650
1640
|
"add_current_date_tool": {
|
|
@@ -1653,21 +1643,25 @@
|
|
|
1653
1643
|
"display_name": "Current Date",
|
|
1654
1644
|
"dynamic": false,
|
|
1655
1645
|
"info": "If true, will add a tool to the agent that returns the current date.",
|
|
1646
|
+
"input_types": [],
|
|
1656
1647
|
"list": false,
|
|
1657
1648
|
"list_add_label": "Add More",
|
|
1658
1649
|
"name": "add_current_date_tool",
|
|
1650
|
+
"override_skip": false,
|
|
1659
1651
|
"placeholder": "",
|
|
1660
1652
|
"required": false,
|
|
1661
1653
|
"show": true,
|
|
1662
1654
|
"title_case": false,
|
|
1663
1655
|
"tool_mode": false,
|
|
1664
1656
|
"trace_as_metadata": true,
|
|
1657
|
+
"track_in_telemetry": true,
|
|
1665
1658
|
"type": "bool",
|
|
1666
1659
|
"value": true
|
|
1667
1660
|
},
|
|
1668
1661
|
"agent_description": {
|
|
1669
1662
|
"_input_type": "MultilineInput",
|
|
1670
1663
|
"advanced": true,
|
|
1664
|
+
"ai_enabled": false,
|
|
1671
1665
|
"copy_field": false,
|
|
1672
1666
|
"display_name": "Agent Description [Deprecated]",
|
|
1673
1667
|
"dynamic": false,
|
|
@@ -1680,6 +1674,7 @@
|
|
|
1680
1674
|
"load_from_db": false,
|
|
1681
1675
|
"multiline": true,
|
|
1682
1676
|
"name": "agent_description",
|
|
1677
|
+
"override_skip": false,
|
|
1683
1678
|
"placeholder": "",
|
|
1684
1679
|
"required": false,
|
|
1685
1680
|
"show": true,
|
|
@@ -1687,26 +1682,29 @@
|
|
|
1687
1682
|
"tool_mode": false,
|
|
1688
1683
|
"trace_as_input": true,
|
|
1689
1684
|
"trace_as_metadata": true,
|
|
1685
|
+
"track_in_telemetry": false,
|
|
1690
1686
|
"type": "str",
|
|
1691
1687
|
"value": "A helpful assistant with access to the following tools:"
|
|
1692
1688
|
},
|
|
1693
1689
|
"api_key": {
|
|
1694
1690
|
"_input_type": "SecretStrInput",
|
|
1695
|
-
"advanced":
|
|
1691
|
+
"advanced": true,
|
|
1696
1692
|
"display_name": "API Key",
|
|
1697
1693
|
"dynamic": false,
|
|
1698
1694
|
"info": "Model Provider API key",
|
|
1699
1695
|
"input_types": [],
|
|
1700
|
-
"load_from_db":
|
|
1696
|
+
"load_from_db": false,
|
|
1701
1697
|
"name": "api_key",
|
|
1698
|
+
"override_skip": false,
|
|
1702
1699
|
"password": true,
|
|
1703
1700
|
"placeholder": "",
|
|
1704
1701
|
"real_time_refresh": true,
|
|
1705
1702
|
"required": false,
|
|
1706
1703
|
"show": true,
|
|
1707
1704
|
"title_case": false,
|
|
1705
|
+
"track_in_telemetry": false,
|
|
1708
1706
|
"type": "str",
|
|
1709
|
-
"value": "
|
|
1707
|
+
"value": ""
|
|
1710
1708
|
},
|
|
1711
1709
|
"code": {
|
|
1712
1710
|
"advanced": true,
|
|
@@ -1739,6 +1737,7 @@
|
|
|
1739
1737
|
"list_add_label": "Add More",
|
|
1740
1738
|
"load_from_db": false,
|
|
1741
1739
|
"name": "context_id",
|
|
1740
|
+
"override_skip": false,
|
|
1742
1741
|
"placeholder": "",
|
|
1743
1742
|
"required": false,
|
|
1744
1743
|
"show": true,
|
|
@@ -1746,12 +1745,14 @@
|
|
|
1746
1745
|
"tool_mode": false,
|
|
1747
1746
|
"trace_as_input": true,
|
|
1748
1747
|
"trace_as_metadata": true,
|
|
1748
|
+
"track_in_telemetry": false,
|
|
1749
1749
|
"type": "str",
|
|
1750
1750
|
"value": ""
|
|
1751
1751
|
},
|
|
1752
1752
|
"format_instructions": {
|
|
1753
1753
|
"_input_type": "MultilineInput",
|
|
1754
1754
|
"advanced": true,
|
|
1755
|
+
"ai_enabled": false,
|
|
1755
1756
|
"copy_field": false,
|
|
1756
1757
|
"display_name": "Output Format Instructions",
|
|
1757
1758
|
"dynamic": false,
|
|
@@ -1764,6 +1765,7 @@
|
|
|
1764
1765
|
"load_from_db": false,
|
|
1765
1766
|
"multiline": true,
|
|
1766
1767
|
"name": "format_instructions",
|
|
1768
|
+
"override_skip": false,
|
|
1767
1769
|
"placeholder": "",
|
|
1768
1770
|
"required": false,
|
|
1769
1771
|
"show": true,
|
|
@@ -1771,6 +1773,7 @@
|
|
|
1771
1773
|
"tool_mode": false,
|
|
1772
1774
|
"trace_as_input": true,
|
|
1773
1775
|
"trace_as_metadata": true,
|
|
1776
|
+
"track_in_telemetry": false,
|
|
1774
1777
|
"type": "str",
|
|
1775
1778
|
"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."
|
|
1776
1779
|
},
|
|
@@ -1780,20 +1783,23 @@
|
|
|
1780
1783
|
"display_name": "Handle Parse Errors",
|
|
1781
1784
|
"dynamic": false,
|
|
1782
1785
|
"info": "Should the Agent fix errors when reading user input for better processing?",
|
|
1786
|
+
"input_types": [],
|
|
1783
1787
|
"list": false,
|
|
1784
1788
|
"list_add_label": "Add More",
|
|
1785
1789
|
"name": "handle_parsing_errors",
|
|
1790
|
+
"override_skip": false,
|
|
1786
1791
|
"placeholder": "",
|
|
1787
1792
|
"required": false,
|
|
1788
1793
|
"show": true,
|
|
1789
1794
|
"title_case": false,
|
|
1790
1795
|
"tool_mode": false,
|
|
1791
1796
|
"trace_as_metadata": true,
|
|
1797
|
+
"track_in_telemetry": true,
|
|
1792
1798
|
"type": "bool",
|
|
1793
1799
|
"value": true
|
|
1794
1800
|
},
|
|
1795
1801
|
"input_value": {
|
|
1796
|
-
"_input_type": "
|
|
1802
|
+
"_input_type": "MessageInput",
|
|
1797
1803
|
"advanced": false,
|
|
1798
1804
|
"display_name": "Input",
|
|
1799
1805
|
"dynamic": false,
|
|
@@ -1805,6 +1811,7 @@
|
|
|
1805
1811
|
"list_add_label": "Add More",
|
|
1806
1812
|
"load_from_db": false,
|
|
1807
1813
|
"name": "input_value",
|
|
1814
|
+
"override_skip": false,
|
|
1808
1815
|
"placeholder": "",
|
|
1809
1816
|
"required": false,
|
|
1810
1817
|
"show": true,
|
|
@@ -1812,6 +1819,7 @@
|
|
|
1812
1819
|
"tool_mode": true,
|
|
1813
1820
|
"trace_as_input": true,
|
|
1814
1821
|
"trace_as_metadata": true,
|
|
1822
|
+
"track_in_telemetry": false,
|
|
1815
1823
|
"type": "str",
|
|
1816
1824
|
"value": ""
|
|
1817
1825
|
},
|
|
@@ -1821,15 +1829,18 @@
|
|
|
1821
1829
|
"display_name": "Max Iterations",
|
|
1822
1830
|
"dynamic": false,
|
|
1823
1831
|
"info": "The maximum number of attempts the agent can make to complete its task before it stops.",
|
|
1832
|
+
"input_types": [],
|
|
1824
1833
|
"list": false,
|
|
1825
1834
|
"list_add_label": "Add More",
|
|
1826
1835
|
"name": "max_iterations",
|
|
1836
|
+
"override_skip": false,
|
|
1827
1837
|
"placeholder": "",
|
|
1828
1838
|
"required": false,
|
|
1829
1839
|
"show": true,
|
|
1830
1840
|
"title_case": false,
|
|
1831
1841
|
"tool_mode": false,
|
|
1832
1842
|
"trace_as_metadata": true,
|
|
1843
|
+
"track_in_telemetry": true,
|
|
1833
1844
|
"type": "int",
|
|
1834
1845
|
"value": 15
|
|
1835
1846
|
},
|
|
@@ -1857,6 +1868,7 @@
|
|
|
1857
1868
|
"list_add_label": "Add More",
|
|
1858
1869
|
"model_type": "language",
|
|
1859
1870
|
"name": "model",
|
|
1871
|
+
"options": [],
|
|
1860
1872
|
"override_skip": false,
|
|
1861
1873
|
"placeholder": "Setup Provider",
|
|
1862
1874
|
"real_time_refresh": true,
|
|
@@ -1868,7 +1880,7 @@
|
|
|
1868
1880
|
"trace_as_input": true,
|
|
1869
1881
|
"track_in_telemetry": false,
|
|
1870
1882
|
"type": "model",
|
|
1871
|
-
"value":
|
|
1883
|
+
"value": []
|
|
1872
1884
|
},
|
|
1873
1885
|
"n_messages": {
|
|
1874
1886
|
"_input_type": "IntInput",
|
|
@@ -1876,15 +1888,18 @@
|
|
|
1876
1888
|
"display_name": "Number of Chat History Messages",
|
|
1877
1889
|
"dynamic": false,
|
|
1878
1890
|
"info": "Number of chat history messages to retrieve.",
|
|
1891
|
+
"input_types": [],
|
|
1879
1892
|
"list": false,
|
|
1880
1893
|
"list_add_label": "Add More",
|
|
1881
1894
|
"name": "n_messages",
|
|
1895
|
+
"override_skip": false,
|
|
1882
1896
|
"placeholder": "",
|
|
1883
1897
|
"required": false,
|
|
1884
1898
|
"show": true,
|
|
1885
1899
|
"title_case": false,
|
|
1886
1900
|
"tool_mode": false,
|
|
1887
1901
|
"trace_as_metadata": true,
|
|
1902
|
+
"track_in_telemetry": true,
|
|
1888
1903
|
"type": "int",
|
|
1889
1904
|
"value": 100
|
|
1890
1905
|
},
|
|
@@ -1894,9 +1909,11 @@
|
|
|
1894
1909
|
"display_name": "Output Schema",
|
|
1895
1910
|
"dynamic": false,
|
|
1896
1911
|
"info": "Schema Validation: Define the structure and data types for structured output. No validation if no output schema.",
|
|
1912
|
+
"input_types": [],
|
|
1897
1913
|
"is_list": true,
|
|
1898
1914
|
"list_add_label": "Add More",
|
|
1899
1915
|
"name": "output_schema",
|
|
1916
|
+
"override_skip": false,
|
|
1900
1917
|
"placeholder": "",
|
|
1901
1918
|
"required": false,
|
|
1902
1919
|
"show": true,
|
|
@@ -1945,6 +1962,7 @@
|
|
|
1945
1962
|
"title_case": false,
|
|
1946
1963
|
"tool_mode": false,
|
|
1947
1964
|
"trace_as_metadata": true,
|
|
1965
|
+
"track_in_telemetry": false,
|
|
1948
1966
|
"trigger_icon": "Table",
|
|
1949
1967
|
"trigger_text": "Open table",
|
|
1950
1968
|
"type": "table",
|
|
@@ -1953,6 +1971,7 @@
|
|
|
1953
1971
|
"system_prompt": {
|
|
1954
1972
|
"_input_type": "MultilineInput",
|
|
1955
1973
|
"advanced": false,
|
|
1974
|
+
"ai_enabled": false,
|
|
1956
1975
|
"copy_field": false,
|
|
1957
1976
|
"display_name": "Agent Instructions",
|
|
1958
1977
|
"dynamic": false,
|
|
@@ -1965,6 +1984,7 @@
|
|
|
1965
1984
|
"load_from_db": false,
|
|
1966
1985
|
"multiline": true,
|
|
1967
1986
|
"name": "system_prompt",
|
|
1987
|
+
"override_skip": false,
|
|
1968
1988
|
"placeholder": "",
|
|
1969
1989
|
"required": false,
|
|
1970
1990
|
"show": true,
|
|
@@ -1972,8 +1992,9 @@
|
|
|
1972
1992
|
"tool_mode": false,
|
|
1973
1993
|
"trace_as_input": true,
|
|
1974
1994
|
"trace_as_metadata": true,
|
|
1995
|
+
"track_in_telemetry": false,
|
|
1975
1996
|
"type": "str",
|
|
1976
|
-
"value": "You are
|
|
1997
|
+
"value": "You are a helpful assistant that can use tools to answer questions and perform tasks."
|
|
1977
1998
|
},
|
|
1978
1999
|
"tools": {
|
|
1979
2000
|
"_input_type": "HandleInput",
|
|
@@ -1987,11 +2008,13 @@
|
|
|
1987
2008
|
"list": true,
|
|
1988
2009
|
"list_add_label": "Add More",
|
|
1989
2010
|
"name": "tools",
|
|
2011
|
+
"override_skip": false,
|
|
1990
2012
|
"placeholder": "",
|
|
1991
2013
|
"required": false,
|
|
1992
2014
|
"show": true,
|
|
1993
2015
|
"title_case": false,
|
|
1994
2016
|
"trace_as_metadata": true,
|
|
2017
|
+
"track_in_telemetry": false,
|
|
1995
2018
|
"type": "other",
|
|
1996
2019
|
"value": ""
|
|
1997
2020
|
},
|
|
@@ -2001,15 +2024,18 @@
|
|
|
2001
2024
|
"display_name": "Verbose",
|
|
2002
2025
|
"dynamic": false,
|
|
2003
2026
|
"info": "",
|
|
2027
|
+
"input_types": [],
|
|
2004
2028
|
"list": false,
|
|
2005
2029
|
"list_add_label": "Add More",
|
|
2006
2030
|
"name": "verbose",
|
|
2031
|
+
"override_skip": false,
|
|
2007
2032
|
"placeholder": "",
|
|
2008
2033
|
"required": false,
|
|
2009
2034
|
"show": true,
|
|
2010
2035
|
"title_case": false,
|
|
2011
2036
|
"tool_mode": false,
|
|
2012
2037
|
"trace_as_metadata": true,
|
|
2038
|
+
"track_in_telemetry": true,
|
|
2013
2039
|
"type": "bool",
|
|
2014
2040
|
"value": true
|
|
2015
2041
|
}
|