Metadata-Version: 2.4
Name: testpath-ai
Version: 0.0.3
Summary: Regression testing for stochastic LLM agents.
Author-email: Eoin Murray <me@eoinmurray.info>
License: MIT
License-File: LICENSE
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# testpath

Regression testing for stochastic LLM agents — a stable red/green signal from a
test runner whose target *and* judge are both non-deterministic.

> **Status:** early. `0.0.1` is a name-reservation release — the CLI only prints
> its help and version for now.

## Install

```bash
pip install testpath-ai
# or
uv add testpath-ai
```

The install name is `testpath-ai`; the command and import module are `testpath`.

## Usage

```bash
testpath --help      # show usage
testpath --version   # print version
```

## Links

- Website — https://testpath.ai

## License

MIT — see [LICENSE](LICENSE).
