Metadata-Version: 2.4
Name: failure-gallery
Version: 0.1.0
Summary: Synthetic gallery of reproducible agent and robotics failure cases.
Author-email: AuraOne <opensource@auraone.ai>
License-Expression: MIT
Keywords: agents,robotics,failures,evals,synthetic-data
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# failure-gallery

`failure-gallery` is a public synthetic gallery of agent and robotics failure
cases. Each case includes a description, expected review label, expected finding,
related AuraOne tool, and a reproducible local command.

All cases are synthetic tutorial artifacts. They are not customer data, private
lab data, or real incident reports.

## Quick start

```bash
python -m pip install -e .
failure-gallery validate cases/
failure-gallery render cases/ --out site/index.html
```

The gallery is designed for GitHub Pages and for links from `auraone.ai/open`.

