> ## 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 setup

> Auto-detect codebase metrics and create improvement agents

Scans your project and creates agents with measurable gradient.

```bash theme={null}
tenet setup
```

```
Detected: TypeScript, 1,414 tests, jest
Created agent: test-coverage (baseline: 12.8%)
Created agent: code-quality (baseline: 0.485)

✓ 2 agents with gradient — ready to improve
```

Each agent gets:

* A TOML config in `.tenet/agents/`
* An eval script that measures a real metric
* A baseline score to improve from
