Lfx Olostep
A Langflow Extension generated by lfx extension init.
Layout
lfx-olostep/
├── extension.json # v0 manifest
├── README.md
├── components/
│ └── lfx_olostep/
│ ├── __init__.py
│ └── hello.py # the sample Component
└── tests/
├── __init__.py
└── test_hello.py # smoke tests
Develop
Prerequisite:
langflow(which bringslfx) must be installed in your active environment before running any of the commands below or executing the generatedpytestsuite. Install it withpip install langflowor your package manager of choice.
# Validate the manifest + bundle without executing imports
lfx extension validate .
# Run the bundled smoke tests (requires langflow / lfx)
pytest
# Launch a Langflow dev server with this extension loaded
lfx extension dev .
After lfx extension dev, edit any file under components/ and click
Reload in the Langflow palette to pick up the change.
Ship
When you're ready to share the extension, build a wheel and pip install
it the way you would any Python package; the manifest at the root will
be picked up at server startup as a real @official Extension.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lfx_olostep-0.1.0.tar.gz.
File metadata
- Download URL: lfx_olostep-0.1.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa4971aefdb37473f997f8da009475f1af38cc1c9f1966ba6653b24c1bcc147c
|
|
| MD5 |
9f398709eeef4a14e17ddda8c4a73ebf
|
|
| BLAKE2b-256 |
7ad31ea72b9b248904c9cec5b3d700ce56b1c605782aaa2d82dc36e7cbe5fa50
|
File details
Details for the file lfx_olostep-0.1.0-py3-none-any.whl.
File metadata
- Download URL: lfx_olostep-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c1d78861a2996e67515aa8de000913f95fe0b7f81ec10abd7afe1cc6557b1a5
|
|
| MD5 |
494769c333fdb4e0153150f4290fe201
|
|
| BLAKE2b-256 |
fd0a8ce6c2f91ce1827200f7274c6b82c62085880e47d8cc1b7831ae8e16dc95
|