https://github.com/cntm-labs/cntm-graph
High-performance custom graph engine for cognitive AI — zero-copy traversal with formal verification via Lean. The memory backbone for AGI.
https://github.com/cntm-labs/cntm-graph
agi flatbuffers formal-verification graph-database mmap mojo project-chronos rust shared-memory simd zero-copy
Last synced: about 2 months ago
JSON representation
High-performance custom graph engine for cognitive AI — zero-copy traversal with formal verification via Lean. The memory backbone for AGI.
- Host: GitHub
- URL: https://github.com/cntm-labs/cntm-graph
- Owner: cntm-labs
- License: mit
- Created: 2026-04-14T12:27:34.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-05-14T08:14:38.000Z (about 2 months ago)
- Last Synced: 2026-05-14T10:22:05.321Z (about 2 months ago)
- Topics: agi, flatbuffers, formal-verification, graph-database, mmap, mojo, project-chronos, rust, shared-memory, simd, zero-copy
- Language: Rust
- Size: 1.18 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Support: SUPPORT.md
- Governance: GOVERNANCE.md
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README
# cntm-graph
**Continuum: Where Symbolic Logic Meets Neural Performance**
[](https://github.com/cntm-labs/cntm-graph/actions/workflows/ci.yml)
[](https://github.com/cntm-labs/cntm-graph/actions/workflows/security.yml)
[](LICENSE)
[](./)
  
[](./) [](./) [](./) [](./) [](./) [](./)
---
[ English | [ภาษาไทย](./locales/README.th.md) | [日本語](./locales/README.ja.md) | [简体中文](./locales/README.zh.md) ]
The Continuum Graph Engine (cntm-graph) is a high-performance, low-level graph engine designed specifically to serve as the memory and cognition layer for AGI. Built in Rust with a focus on zero-copy data traversal, it bridges the gap between formal symbolic reasoning and high-throughput neural processing.
## ✨ Features
- 🚀 **Zero-Copy AI-Memory Bridge** — Direct memory mapping (mmap) providing instant access to graph nodes from Mojo/C++ engines with zero latency.
- 🏗️ **Data-Oriented Design (DOD)** — Optimized Structure of Arrays (SoA) layout for peak CPU cache efficiency and billion-scale node traversal.
- ⚡ **AVX-512 SIMD Acceleration** — Explicit 64-byte memory alignment allowing vectorized processing of 16 nodes per instruction.
- 🛡️ **Formalized Truth Verification** — Integrated Lean proof assistant logic to verify graph mutations, preventing AI hallucinations at the structural level.
- 📊 **Temporal Evolution Engine** — Powered by Isotime integration, capturing the chronological evolution of knowledge with delta-based compression.
## 🛠️ Quick Start
```bash
# Clone the repository
git clone https://github.com/cntm-labs/cntm-graph.git
cd cntm-graph
# Build the engine
cargo build --release
# Run performance benchmarks
cargo test --release
```
## 🗺️ Navigation
- 🏗️ **[Architecture](ARCHITECTURE.md)** — Core design and components.
- 📅 **[Roadmap](ROADMAP.md)** — Project timeline and milestones.
- 🤝 **[Contributing](CONTRIBUTING.md)** — How to join and help.
- 🌳 **[Project Structure](STRUCTURE.tree)** — Full file map.
## ⚖️ License
[MIT](LICENSE)