1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | # 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. |