# Sovereign Starter

A clean scaffold for building your own AI agent stack — the way 19Keys runs it.
Clone it, rename it, ship your own.

## What's inside
- `agents/` — a minimal agent loop you can extend
- `config.example.yaml` — copy to `config.yaml` (gitignored) and add your keys

## Quickstart
```bash
git clone <this-repo-url>
cd sovereign-starter
cp config.example.yaml config.yaml   # add your own keys here (never commit it)
python agents/run.py
```

Build your own. Own the machine.
