Metadata-Version: 2.4
Name: subtexts
Version: 0.1.0
Summary: Shadow testing for AI agents. Mirror your production traffic against any model. Know before you ship.
Project-URL: Homepage, https://subtexts.io
Project-URL: Documentation, https://subtexts.io/docs
Author-email: Subtext <hello@subtexts.io>
License: MIT
Keywords: agents,ai,benchmark,inference,llm,tool-calling
Requires-Python: >=3.9
Requires-Dist: numpy>=1.24.0
Requires-Dist: openai>=1.0.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: rich>=13.0.0
Requires-Dist: scikit-learn>=1.0.0
Requires-Dist: tqdm>=4.60.0
Requires-Dist: typer[all]>=0.9.0
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Description-Content-Type: text/markdown

# Subtext

> `pytest` for inference providers. One command to know if switching providers will break your agent.

## Install

```bash
pip install subtext
```

## Quick Start

```bash
subtext init
subtext provider add fireworks
subtext test --all
subtext report
```

## Documentation

Visit [subtexts.io/docs](https://subtexts.io/docs)
