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.
- {langflow_nightly-1.2.0.dev16.dist-info → langflow_nightly-1.2.0.dev18.dist-info}/METADATA +32 -40
- langflow_nightly-1.2.0.dev18.dist-info/RECORD +7 -0
- langflow_nightly-1.2.0.dev16.dist-info/RECORD +0 -7
- {langflow_nightly-1.2.0.dev16.dist-info → langflow_nightly-1.2.0.dev18.dist-info}/WHEEL +0 -0
- {langflow_nightly-1.2.0.dev16.dist-info → langflow_nightly-1.2.0.dev18.dist-info}/entry_points.txt +0 -0
- {langflow_nightly-1.2.0.dev16.dist-info → langflow_nightly-1.2.0.dev18.dist-info}/licenses/LICENSE +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: langflow-nightly
|
3
|
-
Version: 1.2.0.
|
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.
|
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
|
-

|
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
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
136
|
+
[](https://github.com/langflow-ai/langflow/releases)
|
137
|
+
[](https://opensource.org/licenses/MIT)
|
138
|
+
[](https://pypistats.org/packages/langflow)
|
139
|
+
[](https://star-history.com/#langflow-ai/langflow)
|
140
|
+
[](https://github.com/langflow-ai/langflow/issues)
|
141
|
+
[](https://huggingface.co/spaces/Langflow/Langflow?duplicate=true)
|
142
|
+
[](https://twitter.com/langflow)
|
143
|
+

|
143
144
|
|
144
|
-
</p>
|
145
145
|
|
146
|
-
|
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
|
-
## ✨
|
148
|
+
## ✨ Highlight features
|
158
149
|
|
159
|
-
1. **
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
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
|
-
|
158
|
+
## ⚡️ Quickstart
|
171
159
|
|
172
|
-
|
160
|
+
Langflow works with Python 3.10 to 3.13.
|
173
161
|
|
174
|
-
|
162
|
+
Install with uv **(recommended)**
|
175
163
|
|
176
164
|
```shell
|
177
165
|
uv pip install langflow
|
178
166
|
```
|
179
167
|
|
180
|
-
|
168
|
+
Install with pip
|
181
169
|
|
182
170
|
```shell
|
183
171
|
pip install langflow
|
184
172
|
```
|
185
173
|
|
186
|
-
|
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
|
-
|
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,,
|
File without changes
|
{langflow_nightly-1.2.0.dev16.dist-info → langflow_nightly-1.2.0.dev18.dist-info}/entry_points.txt
RENAMED
File without changes
|
{langflow_nightly-1.2.0.dev16.dist-info → langflow_nightly-1.2.0.dev18.dist-info}/licenses/LICENSE
RENAMED
File without changes
|