Metadata-Version: 2.4
Name: vhra
Version: 0.1.0
Summary: The prompt training engine — train prompting skills through interactive storytelling
Requires-Python: >=3.11
Requires-Dist: anthropic>=0.40.0
Requires-Dist: pyfiglet>=1.0.2
Requires-Dist: rich>=13.7.0
Requires-Dist: tinydb>=4.8.0
Requires-Dist: typer>=0.12.0
Description-Content-Type: text/markdown

# vhra — the prompt training engine

Train your prompting skills through interactive storytelling. Every prompt you type is scored — the better your prompt, the richer the scene Claude generates.

---

## Install

```bash
pip install -e .
export ANTHROPIC_API_KEY="sk-ant-..."
```

> Requires Python 3.11+. Get an API key at console.anthropic.com.

---

## Run

```bash
vhra
```

Type `quit` or `Ctrl-C` at any time to save and exit.

```bash
vhra --stats          # view scores across all sessions
vhra --replay <id>    # replay a past session
```
