Revise architecture diagram and core layers section

Updated the architecture diagram and core layers description in the README.
This commit is contained in:
Mihir Modi 2026-06-29 14:29:00 +05:30 committed by GitHub
parent aeda34fdfe
commit a7dce93e74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 20 additions and 20 deletions

View File

@ -55,28 +55,28 @@ A locally-hosted operating system for AI agents — an open-source GitHub reposi
## 🏗 Architecture
```
┌────────────────────────────────────────────────────────────────
│ AGENTIC OS DASHBOARD │
│ FastAPI + Tailwind SPA │
├────────────────────────────────────────────────────────────────
│ │
│ ┌───────────────┐ ┌────────────────┐ ┌────────────────────┐│
│ │ opencode │ │ Hermes │ │ Gemini CLI ││
│ │ (Code/DevOps) │ │ (Memory/Sched) │ │ (Research/Analy) ││
│ │ File Ops) │ │ /Channels) │ │ ││
│ └───────────────┘ └────────────────┘ └────────────────────┘│
│ │
┌──────────────────────────────────────────────────────────────┐
AGENTIC OS DASHBOARD
FastAPI + Tailwind SPA
├──────────────────────────────────────────────────────────────┤
│ ┌───────────────┐ ┌────────────────┐ ┌────────────────────┐
│ │ opencode │ │ Hermes │ │ Gemini CLI
│ │ (Code/DevOps) │ │ (Memory/Sched) │ │ (Research/Analy)
│ │ File Ops) │ │ /Channels) │ │
│ └───────────────┘ └────────────────┘ └────────────────────┘
│ ┌──────────────────────────────────────────────────────────┐ │
│ │ 7 CORE LAYERS (Stacked) │ │
│ │ Layer 7: Identity / Persona / Constitution │ │
│ │ Layer 6: Self-Evolution + Capability Manager │ │
│ │ Layer 5: Scheduler + Awareness + Health Guardian │ │
│ │ Layer 4: Memory Graph + Memory Consolidation │ │
│ │ Layer 3: Skills Hub + Eval + Learnings Loop │ │
│ │ Layer 2: Business Brain + Context Folders │ │
│ │ Layer 1: Agent Router + Standards + Profiles │ │
│ │ 7 CORE LAYERS (Stacked) │ │
│ │ Layer 7: Identity / Persona / Constitution │ │
│ │ Layer 6: Self-Evolution + Capability Manager │ │
│ │ Layer 5: Scheduler + Awareness + Health Guardian │ │
│ │ Layer 4: Memory Graph + Memory Consolidation │ │
│ │ Layer 3: Skills Hub + Eval + Learnings Loop │ │
│ │ Layer 2: Business Brain + Context Folders │ │
│ │ Layer 1: Agent Router + Standards + Profiles │ │
│ └──────────────────────────────────────────────────────────┘ │
└────────────────────────────────────────────────────────────────
└──────────────────────────────────────────────────────────────┘
```
### Agent Responsibilities