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

# tenet eval

> Eval system commands

Manage the eval system — run evals, view scores, mine training data.

## Commands

```bash theme={null}
# View current eval status
tenet eval status

# Compare two eval snapshots
tenet eval compare

# Mine training tuples from history
tenet eval mine --all
tenet eval mine --source journals
tenet eval mine --source evals

# View eval trajectory for an agent
tenet eval trajectory --agent test-coverage
```

## Eval Status Output

```
  Eval Status (last 5)

  2026-03-22  test-coverage   0.1307  +0.0031  ✓
  2026-03-22  test-coverage   0.1276   0.0000  ·
  2026-03-22  code-quality    0.6881  +0.0045  ✓
  2026-03-21  cli-speed       98ms    -2ms     ✓
```
