Metadata-Version: 2.5
Name: agentrein
Version: 0.1.0
Summary: Deploy AI agents. Undo anything. Python SDK for AgentRein.
Project-URL: Homepage, https://agentrein.com
Project-URL: Repository, https://github.com/AgentReinAI/agentrein-python
Author-email: AgentRein <support@agentrein.com>
License: MIT
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Requires-Dist: httpx<1.0,>=0.27
Provides-Extra: dev
Requires-Dist: mypy; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-mock; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Description-Content-Type: text/markdown

# agentrein

Deploy AI agents. Undo anything. Python SDK for AgentRein.

## Installation

```bash
pip install agentrein
```

## Documentation & Links

- **Website**: [agentrein.com](https://agentrein.com)
- **Repository**: [GitHub](https://github.com/AgentReinAI/agentrein-python)