@prairielabs/sovereign
v1.0.0
Published
A multi-agent system written in Markdown. The folder is the system.
Maintainers
Readme
Sovereign
A multi-agent system written in Markdown. The folder is the system.
npm install -g @prairielabs/sovereign
sovereign initWhat it is
Sovereign is a multi-agent operating system that runs inside an LLM context window. Drop this workspace into OpenClaw and a frontier model becomes the conductor of a local ensemble of smaller models running on your hardware via Ollama.
The conductor dispatches tasks. Local models execute them. Results come back as files. The loop continues until the problem is solved.
Requirements
- OpenClaw —
npm install -g openclaw - Ollama — local model inference
- A frontier model API key (Claude, GPT-4, etc.)
Install
npm install -g @prairielabs/sovereign
sovereign init
openclaw gateway startThen open a chat session and type boot.
Hardware
| Tier | Hardware | Models | |---|---|---| | 1–2 | Raspberry Pi 5 | Llama, Gemma, Qwen, Phi, Coder, Lava | | 3–4 | Workstation + GPU | Full ensemble, 14B models |
Links
License
MIT
