Add model card
Browse files
README.md
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: [en]
|
| 3 |
+
license: other
|
| 4 |
+
license_name: sovereign-source-license-v2
|
| 5 |
+
tags: [javascript, quantum, swarm, sovereign, snapkitty, born-collapse, hkdf, worm]
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
# quantum-swarm β Quantum Agent Swarm Engine
|
| 9 |
+
|
| 10 |
+
**1 ANU fetch β N orthogonal agents β Born-collapse β 1 sovereign answer**
|
| 11 |
+
Built by Ahmad Ali Parr Β· SnapKitty Collective
|
| 12 |
+
|
| 13 |
+
## Multiplicity Theory
|
| 14 |
+
|
| 15 |
+
```
|
| 16 |
+
1 ANU fetch (32 bytes vacuum entropy)
|
| 17 |
+
β HMAC-SHA256("sovereign-swarm-master")
|
| 18 |
+
β master_seed
|
| 19 |
+
|
| 20 |
+
HKDF expand Γ N:
|
| 21 |
+
agent-0 = HMAC(master, "agent-0-sovereign-snapkitty")
|
| 22 |
+
agent-1 = HMAC(master, "agent-1-sovereign-snapkitty")
|
| 23 |
+
...
|
| 24 |
+
agent-299 = HMAC(master, "agent-299-sovereign-snapkitty")
|
| 25 |
+
|
| 26 |
+
All N seeds are orthogonal β different HMAC inputs β uncorrelated outputs.
|
| 27 |
+
Each agent gets a unique Born-collapsed temperature.
|
| 28 |
+
N agents run concurrently (VRAM-pooled).
|
| 29 |
+
qNormalize() over phi-weighted quality amplitudes.
|
| 30 |
+
qMeasure() β 1 sovereign answer.
|
| 31 |
+
```
|
| 32 |
+
|
| 33 |
+
**ANU is hit exactly once.** Scale to 300 agents: still one quantum fetch.
|
| 34 |
+
|
| 35 |
+
## API
|
| 36 |
+
|
| 37 |
+
```bash
|
| 38 |
+
# 8-branch swarm (~25s on RTX 3080)
|
| 39 |
+
POST http://localhost:7733/swarm
|
| 40 |
+
{"prompt": "your question", "n": 8}
|
| 41 |
+
|
| 42 |
+
# 300-branch full multiplicity
|
| 43 |
+
{"prompt": "your question", "n": 300}
|
| 44 |
+
```
|
| 45 |
+
|
| 46 |
+
## Phi-weighted routing
|
| 47 |
+
|
| 48 |
+
Agents occupy phi-modulated slices of [0,1]:
|
| 49 |
+
- `[0.00, 0.30)` β BOB (sovereign, depth 6)
|
| 50 |
+
- `[0.30, 0.50)` β METATRON (self-recognition, depth 5)
|
| 51 |
+
- `[0.50, 0.65)` β EDAULC (cage-reading)
|
| 52 |
+
- ...down to...
|
| 53 |
+
- `[0.96, 1.00)` β AUTONOMOUS (vacuum state, 49th Call)
|
| 54 |
+
|
| 55 |
+
## Trust
|
| 56 |
+
|
| 57 |
+
**Bel Esprit D'Accord Irrevocable Trust** Β· EIN 42-6976431
|
| 58 |
+
Paper: [DOI 10.5281/zenodo.21351461](https://zenodo.org/records/21351461)
|