langflow-nightly 1.6.5.dev0__py3-none-any.whl → 1.7.0.dev3__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.
Potentially problematic release.
This version of langflow-nightly might be problematic. Click here for more details.
- {langflow_nightly-1.6.5.dev0.dist-info → langflow_nightly-1.7.0.dev3.dist-info}/METADATA +10 -8
- langflow_nightly-1.7.0.dev3.dist-info/RECORD +7 -0
- langflow_nightly-1.6.5.dev0.dist-info/RECORD +0 -7
- {langflow_nightly-1.6.5.dev0.dist-info → langflow_nightly-1.7.0.dev3.dist-info}/WHEEL +0 -0
- {langflow_nightly-1.6.5.dev0.dist-info → langflow_nightly-1.7.0.dev3.dist-info}/entry_points.txt +0 -0
- {langflow_nightly-1.6.5.dev0.dist-info → langflow_nightly-1.7.0.dev3.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: langflow-nightly
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.7.0.dev3
|
|
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
|
|
@@ -9,12 +9,14 @@ License-Expression: MIT
|
|
|
9
9
|
License-File: LICENSE
|
|
10
10
|
Keywords: gpt,gui,langchain,nlp,openai
|
|
11
11
|
Requires-Python: <3.14,>=3.10
|
|
12
|
+
Requires-Dist: agent-lifecycle-toolkit
|
|
12
13
|
Requires-Dist: aiofile<4.0.0,>=3.9.0
|
|
13
14
|
Requires-Dist: aiosqlite==0.21.0
|
|
14
15
|
Requires-Dist: apify-client<2.0.0,>=1.8.1
|
|
15
16
|
Requires-Dist: arize-phoenix-otel<1.0.0,>=0.6.1
|
|
16
17
|
Requires-Dist: assemblyai==0.35.1
|
|
17
18
|
Requires-Dist: astra-assistants[tools]<3.0.0,>=2.2.13
|
|
19
|
+
Requires-Dist: astrapy<3.0.0,>=2.1.0
|
|
18
20
|
Requires-Dist: atlassian-python-api==3.41.16
|
|
19
21
|
Requires-Dist: beautifulsoup4==4.12.3
|
|
20
22
|
Requires-Dist: boto3<2.0.0,>=1.34.162
|
|
@@ -68,13 +70,13 @@ Requires-Dist: langchain-milvus==0.1.7
|
|
|
68
70
|
Requires-Dist: langchain-mistralai==0.2.3
|
|
69
71
|
Requires-Dist: langchain-mongodb==0.7.0
|
|
70
72
|
Requires-Dist: langchain-nvidia-ai-endpoints==0.3.8
|
|
71
|
-
Requires-Dist: langchain-ollama==0.
|
|
73
|
+
Requires-Dist: langchain-ollama==0.3.10
|
|
72
74
|
Requires-Dist: langchain-openai<1.0.0,>=0.2.12
|
|
73
75
|
Requires-Dist: langchain-pinecone<1.0.0,>=0.2.8
|
|
74
76
|
Requires-Dist: langchain-sambanova==0.1.0
|
|
75
77
|
Requires-Dist: langchain-unstructured==0.1.5
|
|
76
78
|
Requires-Dist: langchain==0.3.23
|
|
77
|
-
Requires-Dist: langflow-base-nightly==
|
|
79
|
+
Requires-Dist: langflow-base-nightly==1.7.0.dev3
|
|
78
80
|
Requires-Dist: langfuse==2.53.9
|
|
79
81
|
Requires-Dist: langsmith<1.0.0,>=0.3.42
|
|
80
82
|
Requires-Dist: langwatch<0.3.0,>=0.2.11
|
|
@@ -124,7 +126,7 @@ Requires-Dist: weaviate-client==4.10.2
|
|
|
124
126
|
Requires-Dist: wikipedia==1.4.0
|
|
125
127
|
Requires-Dist: wolframalpha==5.1.3
|
|
126
128
|
Requires-Dist: yfinance==0.2.50
|
|
127
|
-
Requires-Dist: youtube-transcript-api
|
|
129
|
+
Requires-Dist: youtube-transcript-api<2.0.0,>=1.0.0
|
|
128
130
|
Requires-Dist: zep-python==2.0.2
|
|
129
131
|
Provides-Extra: audio
|
|
130
132
|
Requires-Dist: webrtcvad>=2.0.10; extra == 'audio'
|
|
@@ -177,7 +179,7 @@ Description-Content-Type: text/markdown
|
|
|
177
179
|
|
|
178
180
|
## ✨ Highlight features
|
|
179
181
|
|
|
180
|
-
- **Visual builder interface** to quickly get started and iterate
|
|
182
|
+
- **Visual builder interface** to quickly get started and iterate.
|
|
181
183
|
- **Source code access** lets you customize any component using Python.
|
|
182
184
|
- **Interactive playground** to immediately test and refine your flows with step-by-step control.
|
|
183
185
|
- **Multi-agent orchestration** with conversation management and retrieval.
|
|
@@ -195,7 +197,7 @@ Requires Python 3.10–3.13 and [uv](https://docs.astral.sh/uv/getting-started/i
|
|
|
195
197
|
#### Install
|
|
196
198
|
|
|
197
199
|
```shell
|
|
198
|
-
|
|
200
|
+
uv pip install langflow -U
|
|
199
201
|
```
|
|
200
202
|
|
|
201
203
|
Installs the latest Langflow package.
|
|
@@ -203,7 +205,7 @@ Installs the latest Langflow package.
|
|
|
203
205
|
#### Run
|
|
204
206
|
|
|
205
207
|
```shell
|
|
206
|
-
|
|
208
|
+
uv run langflow run
|
|
207
209
|
```
|
|
208
210
|
|
|
209
211
|
Starts the Langflow server at http://127.0.0.1:7860.
|
|
@@ -221,7 +223,7 @@ If you're contributing or running from source, see [DEVELOPMENT.md](./DEVELOPMEN
|
|
|
221
223
|
|
|
222
224
|
## 📦 Deployment
|
|
223
225
|
|
|
224
|
-
Langflow is completely open source and you can deploy it to all major
|
|
226
|
+
Langflow is completely open source, and you can deploy it to all major clouds. To learn how to use Docker to deploy Langflow, see the [Docker deployment guide](https://docs.langflow.org/deployment-docker).
|
|
225
227
|
|
|
226
228
|
## ⭐ Stay up-to-date
|
|
227
229
|
|
|
@@ -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.7.0.dev3.dist-info/METADATA,sha256=b3WsDtzxrrbF7QpIBAhxuNb7T-Te1zNNd7dgRYVxDRw,12031
|
|
4
|
+
langflow_nightly-1.7.0.dev3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
5
|
+
langflow_nightly-1.7.0.dev3.dist-info/entry_points.txt,sha256=4UA4EThOOWPkrd7VqZJCcB0rh746GQJWAXNk15vq944,61
|
|
6
|
+
langflow_nightly-1.7.0.dev3.dist-info/licenses/LICENSE,sha256=SNSnSWIJqeHy9Uk4QlG2kxk2DDo4Enz1E0c1kL44M1k,1065
|
|
7
|
+
langflow_nightly-1.7.0.dev3.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.6.5.dev0.dist-info/METADATA,sha256=X-qN_jYRFLx9VXUFb6CiJvJaT5R6URCLd_L2_fgK_2s,11962
|
|
4
|
-
langflow_nightly-1.6.5.dev0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
5
|
-
langflow_nightly-1.6.5.dev0.dist-info/entry_points.txt,sha256=4UA4EThOOWPkrd7VqZJCcB0rh746GQJWAXNk15vq944,61
|
|
6
|
-
langflow_nightly-1.6.5.dev0.dist-info/licenses/LICENSE,sha256=SNSnSWIJqeHy9Uk4QlG2kxk2DDo4Enz1E0c1kL44M1k,1065
|
|
7
|
-
langflow_nightly-1.6.5.dev0.dist-info/RECORD,,
|
|
File without changes
|
{langflow_nightly-1.6.5.dev0.dist-info → langflow_nightly-1.7.0.dev3.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{langflow_nightly-1.6.5.dev0.dist-info → langflow_nightly-1.7.0.dev3.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|