Skip to content

Commit 0ccd0f9

Browse files
committed
docs: add ATLAS ecosystem links, HuggingFace model & Observatory
1 parent c9299e3 commit 0ccd0f9

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,29 @@
88
![Rust](https://img.shields.io/badge/rust-13_crates-orange)
99
![LOC](https://img.shields.io/badge/LOC-24%2C070-blue)
1010
[![Paper](https://img.shields.io/badge/paper-PDF-red)](paper/graphpalace-paper.pdf)
11+
[![ATLAS](https://img.shields.io/badge/powers-ATLAS_v4.0.8-00d4ff.svg)](https://github.com/web3guru888/ATLAS)
12+
[![Observatory](https://img.shields.io/badge/demo-Observatory-ff6b6b.svg)](https://huggingface.co/spaces/openhubresearch/ATLAS)
13+
[![HF Model](https://img.shields.io/badge/🤗_Model-OLMo--3--7B--Think-yellow.svg)](https://huggingface.co/openhubresearch/ATLAS-OLMo-3-7B-Think-v4)
1114

1215
GraphPalace is an embedded graph database that makes the **memory palace metaphor computationally real**. Built as a Rust extension to [Kùzu](https://github.com/kuzudb/kuzu) — a property graph database with Cypher, native HNSW vector search, full-text search, and WASM bindings — it adds stigmergic navigation, spatial hierarchy, semantic A\* pathfinding, and Active Inference agents. The result: a **fully local, private, self-optimizing AI memory system** that runs in a browser tab, on a server, or on an edge device. No cloud. No API keys. No data exfiltration.
1316

1417
> **Status**: All 10 phases complete — 13 Rust crates, 694 tests, 24,070 LOC, zero failures. Production-ready with HNSW vector index, full CLI, MCP auth, and crash-safe persistence. **[Read the paper →](paper/graphpalace-paper.pdf)**
1518
1619
---
1720

21+
## 🌐 Part of the ATLAS Ecosystem
22+
23+
GraphPalace is the **memory engine** powering [**ATLAS**](https://atlasagi.org) — an AGI training framework that fuses stigmergic memory with frontier language models. Every knowledge node, pheromone trail, and Active Inference agent in ATLAS runs on GraphPalace.
24+
25+
| | |
26+
|---|---|
27+
| 🏔 **ATLAS Framework** | [github.com/web3guru888/ATLAS](https://github.com/web3guru888/ATLAS) — AGI training with stigmergic dynamics, Champagnat n-morphic competition, and GPU inference |
28+
| 🔭 **Observatory Demo** | [huggingface.co/spaces/openhubresearch/ATLAS](https://huggingface.co/spaces/openhubresearch/ATLAS) — Interactive 3D palace visualization, live inference, Arena simulations |
29+
| 🤗 **HuggingFace Model** | [openhubresearch/ATLAS-OLMo-3-7B-Think-v4](https://huggingface.co/openhubresearch/ATLAS-OLMo-3-7B-Think-v4) — 7B parameter model with thinking capabilities |
30+
| 🔬 **OpenHub Research** | [openhubresearch.org](https://openhubresearch.org) — Open science initiative for AGI safety and stigmergic computing |
31+
32+
---
33+
1834
## What Makes It Different
1935

2036
| System | Storage | Retrieval | Intelligence | Runs Where | Cost |
@@ -502,6 +518,16 @@ Please keep PRs focused — one feature or fix per PR.
502518

503519
---
504520

521+
## See Also
522+
523+
- **[ATLAS](https://github.com/web3guru888/ATLAS)** — AGI training framework powered by GraphPalace · [Website](https://atlasagi.org)
524+
- **[ATLAS Observatory](https://huggingface.co/spaces/openhubresearch/ATLAS)** — Interactive demo with 3D palace visualization, live GPU inference, and Arena simulations
525+
- **[ATLAS-OLMo-3-7B-Think-v4](https://huggingface.co/openhubresearch/ATLAS-OLMo-3-7B-Think-v4)** — HuggingFace model with thinking capabilities
526+
- **[OpenHub Research](https://openhubresearch.org)** — Open science for AGI safety and stigmergic computing
527+
- **[FetchAGI](https://fetchagi.org)** — Multi-agent orchestration layer for GraphPalace + ASI cognitive modules
528+
529+
---
530+
505531
## License
506532

507533
MIT — see [LICENSE](LICENSE) for details.

0 commit comments

Comments
 (0)