Metadata-Version: 2.4
Name: langchain-fidacy
Version: 0.2.1
Summary: Fidacy action firewall for LangChain tool calls. Convention-named entry point: the implementation lives in fidacy-langchain, and this package re-exports it unchanged.
Project-URL: Homepage, https://fidacy.com
Project-URL: Repository, https://github.com/fidacy/fidacy-open
License-Expression: Apache-2.0
Requires-Python: >=3.10
Requires-Dist: fidacy-langchain<0.3,>=0.2.1
Description-Content-Type: text/markdown

# langchain-fidacy

Fidacy wraps a LangChain tool so every call is judged before it runs. A denied
call never executes, and every allow and deny is signed so anyone can verify
the decision offline.

This is the convention-named entry point: the implementation lives in
[fidacy-langchain](https://pypi.org/project/fidacy-langchain/) and this package
re-exports it unchanged. Install either name; you get the same firewall.

```bash
pip install langchain-fidacy
```

```python
from langchain_fidacy import guard_tools
```

Docs and source: https://github.com/fidacy/fidacy-open

Apache-2.0 · https://fidacy.com
