Metadata-Version: 2.4
Name: ants-platform
Version: 3.6.0
Summary: A client library for accessing ants-platform
License: MIT
Requires-Python: <4.0,>=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx<1.0,>=0.15.4
Requires-Dist: pydantic<3.0,>=1.10.7
Requires-Dist: backoff>=1.10.0
Requires-Dist: wrapt<2.0,>=1.14
Requires-Dist: packaging<26.0,>=23.2
Requires-Dist: requests<3,>=2
Requires-Dist: opentelemetry-api<2.0,>=1.33.1
Requires-Dist: opentelemetry-sdk<2.0,>=1.33.1
Requires-Dist: opentelemetry-exporter-otlp-proto-http<2.0,>=1.33.1
Provides-Extra: openai
Requires-Dist: openai>=0.27.8; extra == "openai"
Provides-Extra: langchain
Requires-Dist: langchain>=0.0.309; extra == "langchain"
Provides-Extra: crewai
Requires-Dist: crewai>=0.80.0; (python_version >= "3.10" and python_version < "3.14") and extra == "crewai"
Dynamic: license-file

<div align="center">
   <img src="./static/logo.png" alt="ANTS Platform" width="120">
   <h1>Ants Platform Python SDK</h1>
</div>

[![MIT License](https://img.shields.io/badge/License-MIT-red.svg?style=flat-square)](https://opensource.org/licenses/MIT)
[![PyPI Version](https://img.shields.io/pypi/v/ants-platform.svg?style=flat-square&label=pypi+ants-platform)](https://pypi.python.org/pypi/ants-platform)

## Installation

> [!IMPORTANT]
> This is the Ants Platform Python SDK, a custom observability platform built on top of modern LLM infrastructure.

```
pip install ants-platform
```

## Docs

Please see our [docs](https://agenticants.ai/docs) for detailed information on this SDK.
