|
8 | 8 |  |
9 | 9 |  |
10 | 10 | [](paper/graphpalace-paper.pdf) |
| 11 | +[](https://github.com/web3guru888/ATLAS) |
| 12 | +[](https://huggingface.co/spaces/openhubresearch/ATLAS) |
| 13 | +[](https://huggingface.co/openhubresearch/ATLAS-OLMo-3-7B-Think-v4) |
11 | 14 |
|
12 | 15 | 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. |
13 | 16 |
|
14 | 17 | > **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)** |
15 | 18 |
|
16 | 19 | --- |
17 | 20 |
|
| 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 | + |
18 | 34 | ## What Makes It Different |
19 | 35 |
|
20 | 36 | | System | Storage | Retrieval | Intelligence | Runs Where | Cost | |
@@ -502,6 +518,16 @@ Please keep PRs focused — one feature or fix per PR. |
502 | 518 |
|
503 | 519 | --- |
504 | 520 |
|
| 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 | + |
505 | 531 | ## License |
506 | 532 |
|
507 | 533 | MIT — see [LICENSE](LICENSE) for details. |
0 commit comments