jf-langflow 1.10.0__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.
- jf_langflow-1.10.0.dist-info/METADATA +143 -0
- jf_langflow-1.10.0.dist-info/RECORD +7 -0
- jf_langflow-1.10.0.dist-info/WHEEL +4 -0
- jf_langflow-1.10.0.dist-info/entry_points.txt +2 -0
- jf_langflow-1.10.0.dist-info/licenses/LICENSE +21 -0
- langflow/version/__init__.py +1 -0
- langflow/version/version.py +42 -0
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: jf-langflow
|
|
3
|
+
Version: 1.10.0
|
|
4
|
+
Summary: A Python package with a built-in web application
|
|
5
|
+
Project-URL: Repository, https://github.com/langflow-ai/langflow
|
|
6
|
+
Project-URL: Documentation, https://docs.langflow.org
|
|
7
|
+
Maintainer-email: Carlos Coelho <carlos@langflow.org>, Cristhian Zanforlin <cristhian.lousa@gmail.com>, Gabriel Almeida <gabriel@langflow.org>, Lucas Eduoli <lucaseduoli@gmail.com>, Otávio Anovazzi <otavio2204@gmail.com>, Rodrigo Nader <rodrigo@langflow.org>, Italo dos Anjos <italojohnnydosanjos@gmail.com>
|
|
8
|
+
License-Expression: MIT
|
|
9
|
+
License-File: LICENSE
|
|
10
|
+
Keywords: gpt,gui,langchain,nlp,openai
|
|
11
|
+
Requires-Python: <3.15,>=3.10
|
|
12
|
+
Requires-Dist: jf-langflow-base[complete]>=0.10.0
|
|
13
|
+
Requires-Dist: jf-lfx~=0.5.0
|
|
14
|
+
Provides-Extra: audio
|
|
15
|
+
Requires-Dist: webrtcvad>=2.0.10; extra == 'audio'
|
|
16
|
+
Provides-Extra: cassio
|
|
17
|
+
Requires-Dist: cassio>=0.1.7; extra == 'cassio'
|
|
18
|
+
Provides-Extra: clickhouse-connect
|
|
19
|
+
Requires-Dist: clickhouse-connect==0.7.19; extra == 'clickhouse-connect'
|
|
20
|
+
Provides-Extra: couchbase
|
|
21
|
+
Requires-Dist: couchbase>=4.2.1; extra == 'couchbase'
|
|
22
|
+
Provides-Extra: docling
|
|
23
|
+
Requires-Dist: langchain-docling>=1.1.0; extra == 'docling'
|
|
24
|
+
Requires-Dist: ocrmac>=1.0.0; (sys_platform == 'darwin') and extra == 'docling'
|
|
25
|
+
Requires-Dist: rapidocr-onnxruntime>=1.4.4; extra == 'docling'
|
|
26
|
+
Requires-Dist: tesserocr>=2.8.0; extra == 'docling'
|
|
27
|
+
Requires-Dist: torch>=2.6.0; extra == 'docling'
|
|
28
|
+
Requires-Dist: torchvision>=0.21.0; extra == 'docling'
|
|
29
|
+
Provides-Extra: local
|
|
30
|
+
Requires-Dist: ctransformers>=0.2.10; extra == 'local'
|
|
31
|
+
Requires-Dist: sentence-transformers>=2.3.1; extra == 'local'
|
|
32
|
+
Provides-Extra: nv-ingest
|
|
33
|
+
Requires-Dist: nv-ingest-api<27.0.0,>=26.1.0; (python_version >= '3.12') and extra == 'nv-ingest'
|
|
34
|
+
Requires-Dist: nv-ingest-client<27.0.0,>=26.1.0; (python_version >= '3.12') and extra == 'nv-ingest'
|
|
35
|
+
Provides-Extra: postgresql
|
|
36
|
+
Requires-Dist: sqlalchemy[postgresql-psycopg2binary]<3.0.0,>=2.0.38; extra == 'postgresql'
|
|
37
|
+
Requires-Dist: sqlalchemy[postgresql-psycopg]<3.0.0,>=2.0.38; extra == 'postgresql'
|
|
38
|
+
Description-Content-Type: text/markdown
|
|
39
|
+
|
|
40
|
+
<!-- markdownlint-disable MD030 -->
|
|
41
|
+
|
|
42
|
+
<picture>
|
|
43
|
+
<source media="(prefers-color-scheme: dark)" srcset="./docs/static/img/langflow-logo-color-blue-bg.svg">
|
|
44
|
+
<img src="./docs/static/img/langflow-logo-color-black-solid.svg" alt="Langflow logo">
|
|
45
|
+
</picture>
|
|
46
|
+
|
|
47
|
+
[](https://github.com/langflow-ai/langflow/releases)
|
|
48
|
+
[](https://opensource.org/licenses/MIT)
|
|
49
|
+
[](https://pypistats.org/packages/langflow)
|
|
50
|
+
[](https://twitter.com/langflow_ai)
|
|
51
|
+
[](https://www.youtube.com/@Langflow)
|
|
52
|
+
[](https://discord.gg/EqksyE2EX9)
|
|
53
|
+
[](https://deepwiki.com/langflow-ai/langflow)
|
|
54
|
+
|
|
55
|
+
[Langflow](https://langflow.org) is a powerful platform for building and deploying AI-powered agents and workflows. It provides developers with both a visual authoring experience and built-in API and MCP servers that turn every workflow into a tool 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.
|
|
56
|
+
|
|
57
|
+
## ✨ Highlight features
|
|
58
|
+
|
|
59
|
+
- **Visual builder interface** to quickly get started and iterate.
|
|
60
|
+
- **Source code access** lets you customize any component using Python.
|
|
61
|
+
- **Interactive playground** to immediately test and refine your flows with step-by-step control.
|
|
62
|
+
- **Multi-agent orchestration** with conversation management and retrieval.
|
|
63
|
+
- **Deploy as an API** or export as JSON for Python apps.
|
|
64
|
+
- **Deploy as an MCP server** and turn your flows into tools for MCP clients.
|
|
65
|
+
- **Observability** with LangSmith, LangFuse and other integrations.
|
|
66
|
+
- **Enterprise-ready** security and scalability.
|
|
67
|
+
|
|
68
|
+
## 🖥️ Langflow Desktop
|
|
69
|
+
|
|
70
|
+
Langflow Desktop is the easiest way to get started with Langflow. All dependencies are included, so you don't need to manage Python environments or install packages manually.
|
|
71
|
+
Available for Windows and macOS.
|
|
72
|
+
|
|
73
|
+
[📥 Download Langflow Desktop](https://www.langflow.org/desktop)
|
|
74
|
+
|
|
75
|
+
## ⚡️ Quickstart
|
|
76
|
+
|
|
77
|
+
### Install locally (recommended)
|
|
78
|
+
|
|
79
|
+
Requires Python 3.10–3.13 and [uv](https://docs.astral.sh/uv/getting-started/installation/) (recommended package manager).
|
|
80
|
+
|
|
81
|
+
#### Install
|
|
82
|
+
|
|
83
|
+
From a fresh directory, run:
|
|
84
|
+
```shell
|
|
85
|
+
uv pip install langflow -U
|
|
86
|
+
```
|
|
87
|
+
|
|
88
|
+
The latest Langflow package is installed.
|
|
89
|
+
For more information, see [Install and run the Langflow OSS Python package](https://docs.langflow.org/get-started-installation#install-and-run-the-langflow-oss-python-package).
|
|
90
|
+
|
|
91
|
+
#### Run
|
|
92
|
+
|
|
93
|
+
To start Langflow, run:
|
|
94
|
+
```shell
|
|
95
|
+
uv run langflow run
|
|
96
|
+
```
|
|
97
|
+
|
|
98
|
+
Langflow starts at http://127.0.0.1:7860.
|
|
99
|
+
|
|
100
|
+
That's it! You're ready to build with Langflow! 🎉
|
|
101
|
+
|
|
102
|
+
## 📦 Other install options
|
|
103
|
+
|
|
104
|
+
### Run from source
|
|
105
|
+
If you've cloned this repository and want to contribute, run this command from the repository root:
|
|
106
|
+
```shell
|
|
107
|
+
make run_cli
|
|
108
|
+
```
|
|
109
|
+
For more information, see [DEVELOPMENT.md](./DEVELOPMENT.md).
|
|
110
|
+
|
|
111
|
+
### Docker
|
|
112
|
+
Start a Langflow container with default settings:
|
|
113
|
+
```shell
|
|
114
|
+
docker run -p 7860:7860 langflowai/langflow:latest
|
|
115
|
+
```
|
|
116
|
+
Langflow is available at http://localhost:7860/.
|
|
117
|
+
For configuration options, see the [Docker deployment guide](https://docs.langflow.org/deployment-docker).
|
|
118
|
+
|
|
119
|
+
## 🛡️ Security
|
|
120
|
+
|
|
121
|
+
For security information, see our [Security Policy](./SECURITY.md).
|
|
122
|
+
|
|
123
|
+
## 🚀 Deployment
|
|
124
|
+
|
|
125
|
+
Langflow is completely open source and you can deploy it to all major deployment clouds. To learn how to deploy Langflow, see our [Langflow deployment guides](https://docs.langflow.org/deployment-overview).
|
|
126
|
+
|
|
127
|
+
## ⭐ Stay up-to-date
|
|
128
|
+
|
|
129
|
+
Star Langflow on GitHub to be instantly notified of new releases.
|
|
130
|
+
|
|
131
|
+

|
|
132
|
+
|
|
133
|
+
## 👋 Contribute
|
|
134
|
+
|
|
135
|
+
We welcome contributions from developers of all levels. If you'd like to contribute, please check our [contributing guidelines](./CONTRIBUTING.md) and help make Langflow more accessible.
|
|
136
|
+
|
|
137
|
+
---
|
|
138
|
+
|
|
139
|
+
[](https://star-history.com/#langflow-ai/langflow&Date)
|
|
140
|
+
|
|
141
|
+
## ❤️ Contributors
|
|
142
|
+
|
|
143
|
+
[](https://github.com/langflow-ai/langflow/graphs/contributors)
|
|
@@ -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
|
+
jf_langflow-1.10.0.dist-info/METADATA,sha256=2lDY9oMyPTh7Ns0p82GNEXr5SYdinZxkuUqSSeqJCEA,6786
|
|
4
|
+
jf_langflow-1.10.0.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
|
|
5
|
+
jf_langflow-1.10.0.dist-info/entry_points.txt,sha256=4UA4EThOOWPkrd7VqZJCcB0rh746GQJWAXNk15vq944,61
|
|
6
|
+
jf_langflow-1.10.0.dist-info/licenses/LICENSE,sha256=SNSnSWIJqeHy9Uk4QlG2kxk2DDo4Enz1E0c1kL44M1k,1065
|
|
7
|
+
jf_langflow-1.10.0.dist-info/RECORD,,
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2024 Langflow
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"""Version package."""
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"""Module for package versioning."""
|
|
2
|
+
|
|
3
|
+
import contextlib
|
|
4
|
+
from importlib import metadata
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
def get_version() -> str:
|
|
8
|
+
"""Retrieves the version of the package from a possible list of package names.
|
|
9
|
+
|
|
10
|
+
This accounts for after package names are updated for -nightly builds.
|
|
11
|
+
|
|
12
|
+
Returns:
|
|
13
|
+
str: The version of the package
|
|
14
|
+
|
|
15
|
+
Raises:
|
|
16
|
+
ValueError: If the package is not found from the list of package names.
|
|
17
|
+
"""
|
|
18
|
+
pkg_names = [
|
|
19
|
+
"langflow",
|
|
20
|
+
"langflow-base",
|
|
21
|
+
"langflow-nightly",
|
|
22
|
+
"langflow-base-nightly",
|
|
23
|
+
]
|
|
24
|
+
version = None
|
|
25
|
+
for pkg_name in pkg_names:
|
|
26
|
+
with contextlib.suppress(ImportError, metadata.PackageNotFoundError):
|
|
27
|
+
version = metadata.version(pkg_name)
|
|
28
|
+
|
|
29
|
+
if version is None:
|
|
30
|
+
msg = f"Package not found from options {pkg_names}"
|
|
31
|
+
raise ValueError(msg)
|
|
32
|
+
|
|
33
|
+
return version
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
def is_pre_release(v: str) -> bool:
|
|
37
|
+
"""Returns a boolean indicating whether the version is a pre-release version.
|
|
38
|
+
|
|
39
|
+
Returns a boolean indicating whether the version is a pre-release version,
|
|
40
|
+
as per the definition of a pre-release segment from PEP 440.
|
|
41
|
+
"""
|
|
42
|
+
return any(label in v for label in ["a", "b", "rc"])
|