Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 619 Bytes

File metadata and controls

21 lines (17 loc) · 619 Bytes

Sovereign Engine Quickstart

A persistent, biological-equivalent runtime for autonomous intelligence.

1. Setup

git clone https://github.com/yourname/Sovereign-Engine.git ~/Sovereign-Engine
cd ~/Sovereign-Engine
pip install -r requirements.txt

2. Booting the Daemons

The organism requires its background heartbeat (daemons). We use systemd.

./install.sh
systemctl --user daemon-reload
systemctl --user start sovereign.service reaper.service

3. Configuration

Copy the .env.example (or configure your LLM provider variables in your shell profile) before spinning up the main brain.