Metadata-Version: 2.4
Name: beacon-receipts
Version: 0.2.0
Summary: BEACON: signed, verifiable usage receipts for AI-agent-consumed assets
Author: Arun Kumar Thiagarajan
License-Expression: Apache-2.0
Keywords: agents,analytics,ed25519,mcp,receipts
Requires-Python: >=3.11
Requires-Dist: cryptography>=43.0
Requires-Dist: httpx>=0.27
Requires-Dist: rfc8785>=0.1.4
Requires-Dist: uuid6>=2024.7.10
Provides-Extra: asgi
Provides-Extra: mcp
Requires-Dist: fastmcp<3,>=2.9; extra == 'mcp'
Description-Content-Type: text/markdown

# beacon-sdk

Python SDK for BEACON — signed, verifiable usage receipts for anything AI agents consume.

```python
from beacon import track

mcp = track(mcp, asset_id="arun/data-cleaner", collector="https://my.collector.dev")
```

See the monorepo README for full documentation.
