🗝 KeyzHub
19Keys · community archive

sovereign-starter

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

◆ 1 commits history main
CLONE THIS PROJECT
git clone https://hub.19keys.com/sovereign-starter.git

Public read access — no account needed. Build your own from it.

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 <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.