Metadata-Version: 2.4
Name: okareo
Version: 0.0.133
Summary: Python SDK for interacting with Okareo Cloud APIs
License: Apache-2.0
License-File: LICENSE
Author: Okareo
Author-email: info@okareo.com
Requires-Python: >=3.10,<3.13
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Provides-Extra: autogen
Provides-Extra: langchain
Requires-Dist: aiohttp (>=3.10.0,<4.0.0)
Requires-Dist: attrs (>=23.1.0,<24.0.0)
Requires-Dist: autogen-agentchat (>=0.2.36,<0.3.0) ; extra == "autogen"
Requires-Dist: httpx (>=0.23)
Requires-Dist: langchain (>=0.0.321,<0.0.322) ; extra == "langchain"
Requires-Dist: litellm (>=1.29.5,<2.0.0) ; extra == "langchain"
Requires-Dist: nats-py (>=2.4.0,<3.0.0)
Requires-Dist: nkeys (>=0.2.0,<0.3.0)
Requires-Dist: openai (>=1.20.0,<2.0.0) ; extra == "langchain"
Requires-Dist: opentelemetry-api (>=1.0.0)
Requires-Dist: opentelemetry-instrumentation (>=0.40b0)
Requires-Dist: opentelemetry-proto (>=1.20.0)
Requires-Dist: opentelemetry-sdk (>=1.0.0)
Requires-Dist: protobuf (>=2.6.1)
Requires-Dist: pydantic (>=1.0.0)
Requires-Dist: pydoc-markdown (>=4.8.2,<5.0.0)
Requires-Dist: pynacl (>=1.5.0,<2.0.0)
Requires-Dist: python-dateutil (>=2.8.2,<3.0.0)
Requires-Dist: tqdm (>=4.67.1,<5.0.0)
Requires-Dist: types-python-dateutil (>=2.8.19.14,<3.0.0.0)
Project-URL: Documentation, https://docs.okareo.com/docs/getting-started/overview
Project-URL: Homepage, https://okareo.com
Project-URL: Repository, https://github.com/okareo-ai/okareo-python-sdk
Description-Content-Type: text/markdown

# Okareo Python SDK

[![PyPI](https://img.shields.io/pypi/v/okareo?style=flat-square)](https://pypi.python.org/pypi/okareo/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/okareo?style=flat-square)](https://pypi.python.org/pypi/okareo/)
[![PyPI - License](https://img.shields.io/pypi/l/okareo?style=flat-square)](https://pypi.python.org/pypi/okareo/)

---

**PyPI**: [pypi.org/project/okareo](https://pypi.org/project/okareo/)

Python SDK for Okareo — simulate, evaluate, and monitor voice and chat agents. Move beyond code traces to ship agent behaviors with confidence.

## Installation

```sh
pip install okareo
```

Get your API token from [app.okareo.com](https://app.okareo.com) and set:

```sh
export OKAREO_API_KEY="<your-token>"
```

## Capabilities

| Area | Description | Docs |
|------|-------------|------|
| **Simulation** | Multi-turn persona & behavior simulations against your agent | [Simulation →](https://docs.okareo.com/docs/simulation/introduction) |
| **Voice** | Voice-first simulations — real spoken conversations with simulated callers | [Voice Simulation →](https://docs.okareo.com/docs/simulation/voice-simulation) |
| **Text** | Evaluate generation, classification, retrieval, and RAG pipelines | [Evaluation →](https://docs.okareo.com/docs/evaluation/introduction) |
| **Monitoring** | Real-time detection of scope violations, hallucinations, broken flows | [Monitoring →](https://docs.okareo.com/docs/monitoring/introduction) |
| **Evaluation** | Scenario-based evals with built-in and custom checks | [Evaluation →](https://docs.okareo.com/docs/evaluation/introduction) |

## Documentation

[Getting Started, Guides & API Reference](https://docs.okareo.com/docs)

---

All rights reserved for Okareo Inc

