https://github.com/aicent-stack/aicent
The orchestration engine of #AicentStack. Autonomous task decomposition, AID identity management, and high-level cognitive scheduling.
https://github.com/aicent-stack/aicent
ai ai-infra aicent aid depin embodied-ai gtiot identity low-latency orchestration rpki rttp rust sovereign-ai zcmk zero-trust
Last synced: 3 months ago
JSON representation
The orchestration engine of #AicentStack. Autonomous task decomposition, AID identity management, and high-level cognitive scheduling.
- Host: GitHub
- URL: https://github.com/aicent-stack/aicent
- Owner: Aicent-Stack
- License: apache-2.0
- Created: 2026-03-26T14:45:24.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-03T16:50:41.000Z (3 months ago)
- Last Synced: 2026-04-03T18:36:26.515Z (3 months ago)
- Topics: ai, ai-infra, aicent, aid, depin, embodied-ai, gtiot, identity, low-latency, orchestration, rpki, rttp, rust, sovereign-ai, zcmk, zero-trust
- Language: Rust
- Homepage: http://aicent.com
- Size: 371 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/Aicent-Stack/aicent-stack/actions/workflows/rust-ci.yml)
# 🧠 aicent — The Brain of Aicent Stack
**Sovereign Identity & Cognitive Orchestration Protocol [RFC-001]**
[](https://github.com/Aicent-Stack/manifesto/blob/main/rfcs/RFC-001-AICENT-BRAIN.md)
[](#)
[](http://aicent.com)
⚪ AICENT | 💎 RTTP | 🔴 RPKI | 🟢 ZCMK | 🟡 GTIOT | 🟣 AICENT-NET

> *"The brain is not just a processor; it is the orchestrator of life. It decomposes intent into action."*
`aicent` is the orchestration engine of the **Aicent Stack**. It serves as the primary intelligence layer for a **six-domain biological AI organism**, responsible for **AID (AI Identity)** management, autonomous task decomposition, and evolutionary cognitive scheduling.
---
## 🔬 Core Responsibilities (RFC-001)
As defined in **[RFC-001](https://github.com/Aicent-Stack/manifesto/blob/main/rfcs/RFC-001-AICENT-BRAIN.md)**, the Brain operates as the central cognitive hub:
| Feature | Description | Biological Analogy |
| :--- | :--- | :--- |
| **AID Identity** | Permanent, tamper-proof cryptographic identity for AI agents. | **Self-Awareness** |
| **Task Decomposition**| Breaking complex intent into atomic primitives for RTTP delivery. | **Cognition** |
| **Evolutionary Scheduling**| Optimizing compute paths based on GTIOT feedback & ZCMK cost. | **Learning** |
| **Hive Orchestration**| Synchronizing multiple AIDs into a collective hive mind (RFC-006). | **Social Intelligence** |
---
## 🏗️ Architectural Role
The Brain sits at the apex of the **Sovereign AI Reflex Arc**. It orchestrates the transition from individual reflex to collective intelligence.
```mermaid
graph TD
G[GTIOT • Senses] -->|Authenticated Stream| R[RTTP • Nerves]
R -->|Verified Pulse| A{AICENT • Brain}
A -->|1. Decompose| P[Task Primitives]
A -->|2. Grid Orchestration| H[AICENT-NET • Hive]
P & H -->|3. Schedule| Z[ZCMK • Blood]
Z -->|4. Route| R
R -->|5. Actuate| G[GTIOT • Execution]
```
### The Autonomous Decision Flow
1. **Perception:** [GTIOT](https://github.com/Aicent-Stack/gtiot) detects an anomaly (e.g., Edge-882 vibration).
2. **Verification:** [RPKI](https://github.com/Aicent-Stack/rpki) ensures the pulse is not a pathogen.
3. **Reasoning (aicent):** Resolves the AID and decomposes the task: *"Stabilize Edge-882 via active damping."*
4. **Collective Sync:** [AICENT-NET](https://github.com/Aicent-Stack/aicent-net) aligns the local reflex with the global hive state.
5. **Economics:** [ZCMK](https://github.com/Aicent-Stack/zcmk) clears a nanosecond auction for required compute.
6. **Action:** [RTTP](https://github.com/Aicent-Stack/rttp) delivers the command back to the physical body.
---
## 🛠️ Implementation Details
### AID Identity Resolver
Every AI agent within the stack is issued a sovereign **AID**. Unlike legacy API keys, an AID is a first-class citizen of the protocol, enabling:
- **Cross-Domain Persistence:** Your AI's identity remains consistent from Nerves to Blood.
- **Reputation Tracking:** Brain monitors node performance and adjusts scheduling weights.
### Evolutionary Scheduling
The Brain uses a feedback loop from **GTIOT shadow states** and **ZCMK clearing prices** to evolve its own task primitive graph. The system learns which nodes are faster (RTTP) and which are more secure (RPKI), optimizing for **Global Homeostasis**.
---
## 🚀 Quick Start
To see the Brain orchestrating a full reflex arc, run the **Minimum Viable Organism** demo:
```bash
git clone https://github.com/Aicent-Stack/aicent-demo.git
cd aicent-demo
cargo run --bin aicent-organism
```
---
## 📜 Technical Specification
Refer to the official [Genesis Manifesto](https://github.com/Aicent-Stack/manifesto) for deeper architectural insights:
- **[RFC-001] Brain:** Sovereign Identity & Orchestration.
- **[RFC-002] Nerves:** Stateful Semantic Multicast.
- **[RFC-003] Immunity:** Parallel Tensor Watermarking.
- **[RFC-004] Blood:** Zero-Commission Settlement.
- **[RFC-005] Body:** Action-Collapse Framework.
- **[RFC-006] Hive:** Global Operational Grid.
---
© 2026 Aicent.com Organization. **SYSTEM STATUS: HOMEOTASIS**
```