Metadata-Version: 2.4
Name: beacon-protocol-sdk
Version: 0.1.0
Summary: Python SDK for the BEACON Protocol - Agent Safety Layer
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.28.0
Requires-Dist: pydantic>=2.0.0
Provides-Extra: langchain
Requires-Dist: langchain-core>=0.1.0; extra == "langchain"

# BEACON Protocol SDK (Python)

The official Python SDK for the BEACON Protocol, allowing autonomous AI agents to securely pause execution and ask for human intervention.

## Installation

```bash
pip install .
```

For LangChain support:
```bash
pip install .[langchain]
```
