Metadata-Version: 2.1
Name: llmonitor
Version: 0.0.35a1
Summary: Observability and monitoring for AI apps
Home-page: https://github.com/llmonitor/llmonitor-py/
Keywords: LLMonitor,Langchain,AI,Analytics,Monitoring
Author: llmonitor
Author-email: hello@llmonitor.com
Requires-Python: >=3.8.1,<4.0.0
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-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: setuptools (>=68.2.2,<69.0.0)
Requires-Dist: tenacity (>=8.2.3,<9.0.0)
Project-URL: Documentation, https://llmonitor.com/docs/py/usage
Project-URL: Repository, https://github.com/llmonitor/llmonitor-py/
Description-Content-Type: text/markdown

<div align="center">

<img src="https://llmonitor.com/logo.png" style='border-radius: 12px;' width="50"/> 
<h1>LLMonitor Python SDK</h1>

**📈 Python monitoring for AI apps and agent**

[website](https://llmonitor.com) - [docs](https://llmonitor.com/docs/py/) - ![PyPI - Version](https://img.shields.io/pypi/v/llmonitor)

---

</div>

Use it with any LLM model and custom agents (not limited to OpenAI).

To get started, get an app ID by registering [here](https://llmonitor.com).

## 🛠️ Installation

```bash
pip install llmonitor
```

## 📖 Documentation

Full docs are available [here](https://llmonitor.com/docs/py).

