Metadata-Version: 2.4
Name: relaysecurity-dev
Version: 0.1.0
Summary: Python SDK for checking AI agent tool calls with Relay.
Project-URL: Homepage, https://relay-security-lemon.vercel.app
Project-URL: Repository, https://github.com/aniiketvarshney/Relay-Security
Author: Relay Security
License-Expression: MIT
Keywords: agents,ai,guardrails,relay,security
Requires-Python: >=3.9
Requires-Dist: requests>=2.31.0
Description-Content-Type: text/markdown

# Relay Python SDK

Protect risky AI agent tool calls with Relay from Python, LangGraph, and custom
agent stacks.

```python
from relaysecurity_dev import Relay

relay = Relay()

relay.assert_allowed("github_delete_repo", {"repo_name": "myrepo"})
```

Set your API key before running:

```bash
RELAY_API_KEY=relay_sk_your_key_here
```
