Metadata-Version: 2.4
Name: lfx-azure
Version: 0.1.0
Summary: Azure model components 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: azure,azure-ai-foundry,azure-openai,bundle,extension,langflow,lfx
Requires-Python: <3.15,>=3.10
Requires-Dist: langchain-azure-ai<2.0.0,>=1.1.0
Requires-Dist: langchain-openai>=1.1.6
Requires-Dist: lfx<2.0.0,>=1.12.0.dev0
Description-Content-Type: text/markdown

# lfx-azure

Azure OpenAI components and Azure AI Foundry runtime support as a standalone
Langflow Extension Bundle.

## Install

```bash
pip install lfx-azure
```

`pip install langflow` includes this bundle because Azure AI Foundry is a
supported model provider. The bundle is registered automatically through the
`langflow.extensions` entry point and appears under the `azure` group with
canonical component IDs such as
`ext:azure:AzureChatOpenAIComponent@official`.

## Develop

```bash
uv sync
uv run pytest src/bundles/azure/tests -q
uv run lfx extension validate src/bundles/azure/src/lfx_azure
```

The bundle graduated from the manifest-less `lfx-bundles[azure]` provider in
Langflow 1.12. Its bundle and class names are unchanged, so existing saved
flows retain their canonical IDs.
