-
Notifications
You must be signed in to change notification settings - Fork 1
Home
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.
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.
| 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 |
| 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 |
| Page | Covers |
|---|---|
| Tools and Skills | the 56 built-in tools and the skill registry |
| API Reference | the endpoints worth knowing |
| Page | Covers |
|---|---|
| Linux | packages, discovery paths, systemd |
| Docker | the compose stack |
| Security Model | read before enabling execution |
| Troubleshooting | symptom → cause → fix |
| FAQ | common questions |
| Language | Python 3.10+ |
| Dependencies | 5 packages, no build step |
| Storage | one SQLite database, schema v5, reversible migrations |
| API surface | 267 routes |
| Tests | 601 |
| Licence | Apache-2.0 |
| Repository | skynetclaw |
Models are temporary. Protocols endure.
SkynetClaw · THE HOUSE · Apache-2.0 · a council that forgets every meeting is not a council
Start
How it works
- Architecture
- The Council
- Institutional Memory
- Recall Quality
- House Mind
- Governance Engine
- Reputation
- Outcome Tracking
Using it
Running it