Metadata-Version: 2.4
Name: atla-insights
Version: 0.0.1a0
Summary: Atla is a platform for monitoring and improving AI agents.
Project-URL: Homepage, https://atla-ai.com
Author-email: Atla Team <support@atla-ai.com>
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.11
Requires-Dist: logfire>=3.14.1
Requires-Dist: pydantic>=2.11.4
Provides-Extra: ci
Requires-Dist: mypy>=1.15.0; extra == 'ci'
Requires-Dist: ruff>=0.11.7; extra == 'ci'
Description-Content-Type: text/markdown

# Atla Insights

Atla is a platform for monitoring and improving AI agents.

## Installation

```bash
pip install atla-insights
```

## Usage

```python
import atla_insights

# Example code will be added
```
