Metadata-Version: 2.4
Name: lfx-toolguard
Version: 0.1.0
Summary: Langflow Policies component powered by ToolGuard.
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: extension,langflow,lfx,policies,toolguard
Requires-Python: <3.15,>=3.10
Requires-Dist: lfx<2.0.0,>=1.12.0.dev0
Requires-Dist: toolguard<1.0.0,>=0.2.20
Description-Content-Type: text/markdown

# lfx-toolguard

`lfx-toolguard` is the standalone Langflow extension that provides the
`PoliciesComponent` and its ToolGuard runtime integration.

It is installed by the full `langflow` distribution. Users of `lfx` or
`langflow-base` can opt in with the compatibility extras:

```bash
uv pip install "lfx[toolguard]"
uv pip install "langflow-base[toolguard]"
```
