Metadata-Version: 2.4
Name: ceadly
Version: 0.1.0
Summary: Authorization and human-in-the-loop governance for enterprise AI agents.
License: Proprietary
Requires-Python: >=3.12
Requires-Dist: httpx>=0.27
Provides-Extra: dev
Requires-Dist: pytest-httpx>=0.30; extra == 'dev'
Requires-Dist: pytest-mock>=3.12; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Description-Content-Type: text/markdown

# Ceadly

Human-in-the-loop governance for enterprise AI agents.

## Install
\`\`\`bash
pip install ceadly
\`\`\`

## Usage
\`\`\`python
from ceadly import guard

@guard(criticality="HIGH")
def transfer_funds(amount: float, account_id: str):
    ...
\`\`\`

Full docs: https://github.com/ziyamansurov/Ceadly