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 extendconfig.example.yaml— copy toconfig.yaml(gitignored) and add your keys
Quickstart
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.