Metadata-Version: 2.4
Name: lfx-valkey
Version: 0.1.1
Summary: Valkey component(s) as a standalone Langflow Extension Bundle.
Project-URL: Homepage, https://github.com/langflow-ai/langflow
Project-URL: Documentation, https://docs.langflow.org/extensions
Project-URL: Repository, https://github.com/langflow-ai/langflow
Author-email: Langflow <contact@langflow.org>
License: MIT
Keywords: bundle,extension,langflow,lfx,valkey
Requires-Python: <3.15,>=3.10
Requires-Dist: langchain-aws<2.0.0,>=1.4.1; sys_platform == 'win32'
Requires-Dist: langchain-aws[valkey]<2.0.0,>=1.4.1; sys_platform != 'win32'
Requires-Dist: langchain-community<1.0.0,>=0.4.1
Requires-Dist: lfx<2.0.0,>=1.12.0.dev0
Requires-Dist: redis<8.0.0,>=7.4.0
Requires-Dist: structlog<26.0.0,>=25.4.0
Description-Content-Type: text/markdown

# lfx-valkey

Valkey component(s) as a standalone Langflow Extension Bundle.

## Install

```bash
pip install lfx-valkey
```

The bundle is registered automatically via the `langflow.extensions`
entry-point.  After install, restart your Langflow server; the bundle's
components will appear in the palette under the `valkey` group with
the namespaced IDs `ext:valkey:<Class>@official`.

## Develop

```bash
cd src/bundles/valkey
pip install -e .
lfx extension validate src/lfx_valkey
```

## Migration

Saved flows referencing the legacy class name(s) or the old import paths
under `lfx.components.valkey.*` are rewritten to the new namespaced
IDs by the migration table in
`src/lfx/src/lfx/extension/migration/migration_table.json`.
