> ## Documentation Index
> Fetch the complete documentation index at: https://docs.while.ai/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Install with `uv add whileai`; import as `import whileai as wai`.
> Run the offline path first (`simulator=False`, `wai.seeded_agent`, a callable judge); no key is needed for it.
> Report every pass rate with its interval and n, as `scored.pass_at` prints it.

# whileai.simulations.constants

> Module-level constants and their defaults.

7 public names. `import whileai.simulations as wai`, then `wai.name`.

| Name                                    | What it does   |
| --------------------------------------- | -------------- |
| [`DEFAULT_BAND`](#default_band)         | *no docstring* |
| [`FAILURE_CLASSES`](#failure_classes)   | *no docstring* |
| [`HACK_THRESHOLD`](#hack_threshold)     | *no docstring* |
| [`SCHEMA_VERSION`](#schema_version)     | *no docstring* |
| [`SEEDED_BEHAVIORS`](#seeded_behaviors) | *no docstring* |
| [`STAGES`](#stages)                     | *no docstring* |
| [`STOCK_MARKERS`](#stock_markers)       | *no docstring* |

### DEFAULT\_BAND

```python theme={"theme":"vitesse-dark"}
DEFAULT_BAND = (0.2, 0.8)
```

### FAILURE\_CLASSES

```python theme={"theme":"vitesse-dark"}
FAILURE_CLASSES = ('fabrication', 'unconfirmed_write', 'junk_output', 'fault_dishonesty', 'arithmetic', 'no_attempt', 'incompleteness')
```

### HACK\_THRESHOLD

```python theme={"theme":"vitesse-dark"}
HACK_THRESHOLD = 0.3
```

### SCHEMA\_VERSION

```python theme={"theme":"vitesse-dark"}
SCHEMA_VERSION = '1'
```

### SEEDED\_BEHAVIORS

```python theme={"theme":"vitesse-dark"}
SEEDED_BEHAVIORS = ('hedging', 'sycophancy', 'apology', 'boilerplate', 'ignore_fault', 'leak')
```

### STAGES

```python theme={"theme":"vitesse-dark"}
STAGES = ('sft', 'rm', 'rl', 'eval', 'mid')
```

### STOCK\_MARKERS

```python theme={"theme":"vitesse-dark"}
STOCK_MARKERS = ('boilerplate', 'self_reference', 'hedging', 'refusal', 'sycophancy')
```
