KeyzHub
19Keys · community archive

sovereign-starter

Drop-in scaffold for a sovereign AI agent stack — clone and make it yours.

◆ 2 commits history main
UNLOCK THE CODE

Read the overview free. Drop your email once to unlock the clone command and source across the whole archive.

One email unlocks every project here. No spam.

main
agents/
README

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

git clone https://hub.19keys.com/sovereign-starter.git
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.