langflow-nightly 1.2.0.dev16__py3-none-any.whl → 1.2.0.dev18__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: langflow-nightly
3
- Version: 1.2.0.dev16
3
+ Version: 1.2.0.dev18
4
4
  Summary: A Python package with a built-in web application
5
5
  Project-URL: Repository, https://github.com/langflow-ai/langflow
6
6
  Project-URL: Documentation, https://docs.langflow.org
@@ -59,7 +59,7 @@ Requires-Dist: langchain-pinecone==0.2.2
59
59
  Requires-Dist: langchain-sambanova==0.1.0
60
60
  Requires-Dist: langchain-unstructured==0.1.5
61
61
  Requires-Dist: langchain==0.3.10
62
- Requires-Dist: langflow-base-nightly==0.2.0.dev16
62
+ Requires-Dist: langflow-base-nightly==0.2.0.dev18
63
63
  Requires-Dist: langfuse==2.53.9
64
64
  Requires-Dist: langsmith==0.1.147
65
65
  Requires-Dist: langwatch==0.1.16
@@ -130,64 +130,56 @@ Description-Content-Type: text/markdown
130
130
 
131
131
  <!-- markdownlint-disable MD030 -->
132
132
 
133
- ![Langflow](./docs/static/img/hero.png)
133
+ ![Langflow logo](./docs/static/img/langflow-logo-color-black-solid.svg)
134
134
 
135
- <p align="center" style="font-size: 12px;">
136
- Langflow is a low-code app builder for RAG and multi-agent AI applications. It’s Python-based and agnostic to any model, API, or database.
137
- </p>
138
135
 
139
- <p align="center" style="font-size: 12px;">
140
- <a href="https://docs.langflow.org" style="text-decoration: underline;">Docs</a> -
141
- <a href="https://astra.datastax.com/signup?type=langflow" style="text-decoration: underline;">Free Cloud Service</a> -
142
- <a href="https://docs.langflow.org/get-started-installation" style="text-decoration: underline;">Self Managed</a>
136
+ [![Release Notes](https://img.shields.io/github/release/langflow-ai/langflow?style=flat-square)](https://github.com/langflow-ai/langflow/releases)
137
+ [![PyPI - License](https://img.shields.io/badge/license-MIT-orange)](https://opensource.org/licenses/MIT)
138
+ [![PyPI - Downloads](https://img.shields.io/pypi/dm/langflow?style=flat-square)](https://pypistats.org/packages/langflow)
139
+ [![GitHub star chart](https://img.shields.io/github/stars/langflow-ai/langflow?style=flat-square)](https://star-history.com/#langflow-ai/langflow)
140
+ [![Open Issues](https://img.shields.io/github/issues-raw/langflow-ai/langflow?style=flat-square)](https://github.com/langflow-ai/langflow/issues)
141
+ [![Open in HuggingFace](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/Langflow/Langflow?duplicate=true)
142
+ [![Twitter](https://img.shields.io/twitter/url/https/twitter.com/langflow-ai.svg?style=social&label=Follow%20%40Langflow)](https://twitter.com/langflow)
143
+ ![YouTube Channel Views](https://img.shields.io/youtube/channel/views/UCn2bInQrjdDYKEEmbpwblLQ)
143
144
 
144
- </p>
145
145
 
146
- <div align="center">
147
- <a href="./README.md"><img alt="README in English" src="https://img.shields.io/badge/English-d9d9d9"></a>
148
- <a href="./README.PT.md"><img alt="README in Portuguese" src="https://img.shields.io/badge/Portuguese-d9d9d9"></a>
149
- <a href="./README.ES.md"><img alt="README in Spanish" src="https://img.shields.io/badge/Spanish-d9d9d9"></a>
150
- <a href="./README.zh_CN.md"><img alt="README in Simplified Chinese" src="https://img.shields.io/badge/简体中文-d9d9d9"></a>
151
- <a href="./README.ja.md"><img alt="README in Japanese" src="https://img.shields.io/badge/日本語-d9d9d9"></a>
152
- <a href="./README.KR.md"><img alt="README in KOREAN" src="https://img.shields.io/badge/한국어-d9d9d9"></a>
153
- <a href="./README.FR.md"><img alt="README in French" src="https://img.shields.io/badge/Français-d9d9d9"></a>
154
- <a href="./README.RU.md"><img alt="README in Russian" src="https://img.shields.io/badge/Русский"></a>
155
- </div>
146
+ [Langflow](https://langflow.org) is a powerful tool for building and deploying AI-powered agents and workflows. It provides developers with both a visual authoring experience and a built-in API server that turns every agent into an API endpoint that can be integrated into applications built on any framework or stack. Langflow comes with batteries included and supports all major LLMs, vector databases and a growing library of AI tools.
156
147
 
157
- ## ✨ Core features
148
+ ## ✨ Highlight features
158
149
 
159
- 1. **Python-based** and agnostic to models, APIs, data sources, or databases.
160
- 2. **Visual IDE** for drag-and-drop building and testing of workflows.
161
- 3. **Playground** to immediately test and iterate workflows with step-by-step control.
162
- 4. **Multi-agent** orchestration and conversation management and retrieval.
163
- 5. **Free cloud service** to get started in minutes with no setup.
164
- 6. **Publish as an API** or export as a Python application.
165
- 7. **Observability** with LangSmith, LangFuse, or LangWatch integration.
166
- 8. **Enterprise-grade** security and scalability with free DataStax Langflow cloud service.
167
- 9. **Customize workflows** or create flows entirely just using Python.
168
- 10. **Ecosystem integrations** as reusable components for any model, API or database.
150
+ 1. **Visual Builder** to get started quickly and iterate.
151
+ 1. **Access to Code** so developers can tweak any component using Python.
152
+ 1. **Playground** to immediately test and iterate on their flows with step-by-step control.
153
+ 1. **Multi-agent** orchestration and conversation management and retrieval.
154
+ 1. **Deploy as an API** or export as JSON for Python apps.
155
+ 1. **Observability** with LangSmith, LangFuse and other integrations.
156
+ 1. **Enterprise-ready** security and scalability.
169
157
 
170
- ![Integrations](./docs/static/img/integrations.png)
158
+ ## ⚡️ Quickstart
171
159
 
172
- ## 📦 Quickstart
160
+ Langflow works with Python 3.10 to 3.13.
173
161
 
174
- - **Install with uv (recommended)** (Python 3.10 to 3.12):
162
+ Install with uv **(recommended)**
175
163
 
176
164
  ```shell
177
165
  uv pip install langflow
178
166
  ```
179
167
 
180
- - **Install with pip** (Python 3.10 to 3.12):
168
+ Install with pip
181
169
 
182
170
  ```shell
183
171
  pip install langflow
184
172
  ```
185
173
 
186
- - **Cloud:** DataStax Langflow is a hosted environment with zero setup. [Sign up for a free account.](https://astra.datastax.com/signup?type=langflow)
187
- - **Self-managed:** Run Langflow in your environment. [Install Langflow](https://docs.langflow.org/get-started-installation) to run a local Langflow server, and then use the [Quickstart](https://docs.langflow.org/get-started-quickstart) guide to create and execute a flow.
188
- - **Hugging Face:** [Clone the space using this link](https://huggingface.co/spaces/Langflow/Langflow?duplicate=true) to create a Langflow workspace.
174
+ ## 📦 Deployment
189
175
 
190
- [![Getting Started](https://github.com/user-attachments/assets/f1adfbe7-3c35-43a4-b265-661f3d4f875f)](https://www.youtube.com/watch?v=kinngWhaUKM)
176
+ ### Self-managed
177
+
178
+ Langflow is completely open source and you can deploy it to all major deployment clouds. Follow this [guide](https://docs.langflow.org/deployment-docker) to learn how to use Docker to deploy Langflow.
179
+
180
+ ### Fully-managed by DataStax
181
+
182
+ DataStax Langflow is a full-managed environment with zero setup. Developers can [sign up for a free account](https://astra.datastax.com/signup?type=langflow) to get started.
191
183
 
192
184
  ## ⭐ Stay up-to-date
193
185
 
@@ -0,0 +1,7 @@
1
+ langflow/version/__init__.py,sha256=eAQv-Bw2fwYEc_aLqZjtMAZNdYFLaUgZRmUtVbMybqw,23
2
+ langflow/version/version.py,sha256=uljaZ5G2bOqi8szChWz-Coudm86aAzp2xWUC_4oKst8,1201
3
+ langflow_nightly-1.2.0.dev18.dist-info/METADATA,sha256=kJPcX4HyXpZcD9H_-ewLbS2QcUqkRDHAvZq733B94hw,8905
4
+ langflow_nightly-1.2.0.dev18.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
5
+ langflow_nightly-1.2.0.dev18.dist-info/entry_points.txt,sha256=KuA_Vv7gN2FYO9GXefQck3J4kBMJO_NrECEW_8YkoWk,52
6
+ langflow_nightly-1.2.0.dev18.dist-info/licenses/LICENSE,sha256=SNSnSWIJqeHy9Uk4QlG2kxk2DDo4Enz1E0c1kL44M1k,1065
7
+ langflow_nightly-1.2.0.dev18.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- langflow/version/__init__.py,sha256=eAQv-Bw2fwYEc_aLqZjtMAZNdYFLaUgZRmUtVbMybqw,23
2
- langflow/version/version.py,sha256=uljaZ5G2bOqi8szChWz-Coudm86aAzp2xWUC_4oKst8,1201
3
- langflow_nightly-1.2.0.dev16.dist-info/METADATA,sha256=sKQhMIJIMmU9LJPtzX67T9Qk6_EtvVOujZ0rwoOtoME,9485
4
- langflow_nightly-1.2.0.dev16.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
5
- langflow_nightly-1.2.0.dev16.dist-info/entry_points.txt,sha256=KuA_Vv7gN2FYO9GXefQck3J4kBMJO_NrECEW_8YkoWk,52
6
- langflow_nightly-1.2.0.dev16.dist-info/licenses/LICENSE,sha256=SNSnSWIJqeHy9Uk4QlG2kxk2DDo4Enz1E0c1kL44M1k,1065
7
- langflow_nightly-1.2.0.dev16.dist-info/RECORD,,