From a7dce93e747e122968f5cd86a3da2891bdde62e3 Mon Sep 17 00:00:00 2001 From: Mihir Modi Date: Mon, 29 Jun 2026 14:29:00 +0530 Subject: [PATCH] Revise architecture diagram and core layers section Updated the architecture diagram and core layers description in the README. --- README.md | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index b07baa9..b733e2a 100644 --- a/README.md +++ b/README.md @@ -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