Metadata-Version: 2.4
Name: guardrly
Version: 0.1.1
Summary: Non-invasive AI Agent operation monitoring - MCP Server
License: MIT
Keywords: mcp,ai-agent,monitoring,shopify,meta-ads
Author: Guardrly
Author-email: hello@guardrly.com
Requires-Python: >=3.11,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: aiosqlite
Requires-Dist: anthropic (>=0.94.0,<0.95.0)
Requires-Dist: anyio (>=4.0)
Requires-Dist: bcrypt
Requires-Dist: email-validator (>=2.3.0,<3.0.0)
Requires-Dist: fastapi
Requires-Dist: httpx (>=0.27)
Requires-Dist: httpx-socks
Requires-Dist: mcp
Requires-Dist: passlib[bcrypt]
Requires-Dist: pydantic (>=2.0)
Requires-Dist: pydantic-settings
Requires-Dist: python-dotenv
Requires-Dist: python-jose[cryptography]
Requires-Dist: redis
Requires-Dist: reportlab (>=4.0)
Requires-Dist: resend
Requires-Dist: sentry-sdk[fastapi]
Requires-Dist: supabase
Requires-Dist: uvicorn[standard]
Project-URL: Documentation, https://guardrly.com/docs
Project-URL: Homepage, https://guardrly.com
Project-URL: Repository, https://github.com/fishcoco-code/guardrly
Description-Content-Type: text/markdown

# Guardrly

**Website:** [guardrly.com](https://guardrly.com)

Guardrly is a non-invasive AI Agent operation monitoring layer that intercepts, records, and
alerts on every API call an AI Agent makes to external platforms - giving users full visibility
into what their Agent did, when, and why.

## Features

- **Visibility** - Turn Agent black-box operations into a human-readable audit trail
- **Protection** - Alert on dangerous operations before damage is done
- **Evidence** - Generate structured operation logs usable as appeal evidence for banned accounts
- **Compliance** - PII is scrubbed at the local layer before any data reaches the cloud

## Installation

Installation instructions coming soon.

```bash
# Mac / Linux
curl -fsSL https://guardrly.com/install.sh | bash

# Windows (PowerShell)
# iwr https://guardrly.com/install.ps1 | iex
```

## Development Setup

```bash
# Install dependencies
poetry install

# Copy environment template
cp .env.example .env
# Edit .env with your credentials

# Run API server
poetry run uvicorn api.main:app --reload
```

## License

MIT License. See [LICENSE](LICENSE) for details.

