Skip to content
ElmatadorZ edited this page Jul 24, 2026 · 4 revisions

SkynetClaw · THE HOUSE

An institutional-intelligence operating system — a council of agents that remembers, deliberates, learns, evaluates itself, and improves.

Runs on your machine. No account, no telemetry, no cloud required.


The idea in one paragraph

Most multi-agent systems are a collection of agents that talk. When the session ends, everything is forgotten — nobody remembers what was decided, whether it was right, or who disagreed. THE HOUSE is built the other way around: memory and self-awareness are the core, and the agents are the council that operates on top of them. It keeps an institutional memory, grades its own predictions against reality, tracks each member's reputation, enforces a constitution, preserves dissent, and maintains one shared model of its own current understanding.

Start here

Page Covers
Installation four routes: Docker, Linux/macOS, Windows, make
First Run what happens the first time, and what you should see
Configuration the three files that make it yours
Choosing a Model Ollama, llama.cpp, and ten cloud providers

How it works

Page Covers
Architecture the request path, end to end
The Council the fourteen members and what each is for
Institutional Memory the database that is the system's memory
Recall Quality why it recalls justified memories, not raw history
House Mind the shared current understanding
Governance Engine the constitution, enforced rather than advised
Reputation calibrated, recency-weighted skill estimates
Outcome Tracking predictions graded at 30 / 90 / 180 days

Using it

Page Covers
Tools and Skills the 56 built-in tools and the skill registry
API Reference the endpoints worth knowing

Running it

Page Covers
Linux packages, discovery paths, systemd
Docker the compose stack
Security Model read before enabling execution
Continuous Integration what the ten checks actually prove
Troubleshooting symptom → cause → fix
FAQ common questions

Quick facts

Language Python 3.10+
Dependencies 16 packages + 2 dev, no build step
Storage one SQLite database, schema v5, reversible migrations
API surface 267 routes
Tests 601
Proven on Ubuntu and Windows × Python 3.10 / 3.11 / 3.12, every push
Licence Apache-2.0
Repository skynetclaw

Models are temporary. Protocols endure.

Clone this wiki locally