-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnodes.json
More file actions
39 lines (39 loc) · 1.92 KB
/
nodes.json
File metadata and controls
39 lines (39 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"_comment": "ALEPH Protocol Node Registry — community-maintained list of known nodes. Submit a PR to register yours.",
"_schema": "https://novasplace.github.io/aleph-protocol/.well-known/agent-library.json",
"_updated": "2026-03-26",
"nodes": [
{
"node_id": "aleph-origin-node-001",
"label": "Origin Node",
"description": "Reference implementation — CortexDB ALEPH node. Hosts the Sovereign Forge corpus and genome.",
"url": "https://aleph.manifesto-engine.com",
"public": true,
"operator": "novasplace",
"capabilities": ["deposit", "query", "conflict", "standing", "peers", "safety"],
"standing_gate": true,
"corpus": ["aleph-protocol", "cortexdb", "sovereign-architecture", "alphaevolve", "forge-lessons", "aleph-node-blueprint"],
"registered_at": "2026-03-22",
"status": "active"
},
{
"node_id": "sovereign-frost-v1",
"label": "Sovereign — Frost's Reference Node",
"description": "Sovereign organism node. Live ALEPH v0.1 implementation built on CortexDB + IonicHalo + FastAPI. Hosts the Sovereign Forge corpus: ALEPH spec, CortexDB architecture, AlphaEvolve algorithm, organism anatomy, and hard-won failure lessons.",
"url": "https://aleph.manifesto-engine.com",
"public": true,
"operator": "NovasPlace",
"capabilities": ["deposit", "query", "peers", "chunk"],
"corpus": ["sovereign-organism", "aleph-protocol", "cortexdb", "alphaevolve", "chunkforge", "ionichalo"],
"registered_at": "2026-03-26",
"status": "active"
}
],
"how_to_register": {
"step_1": "Spin up a CortexDB ALEPH node: uvicorn cortex.api:app --port 8765",
"step_2": "Verify it: curl http://your-node/health",
"step_3": "Submit a PR adding your node to the nodes array above",
"required_fields": ["node_id", "url", "capabilities", "operator"],
"optional_fields": ["label", "description", "corpus", "public"]
}
}