From 5629136dd462c5b8136f4352f64fd80ca63d3f51 Mon Sep 17 00:00:00 2001 From: Mihir Modi Date: Mon, 18 May 2026 02:24:59 +0530 Subject: [PATCH] Fix formatting and alignment in README architecture section --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 22bf98b..7f0830a 100644 --- a/README.md +++ b/README.md @@ -41,25 +41,25 @@ A locally-hosted operating system for AI agents that coordinates **opencode**, * ``` ┌──────────────────────────────────────────────────────────────┐ -│ AGENTIC OS DASHBOARD │ -│ FastAPI + Tailwind SPA │ +│ 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 │ │ │ └──────────────────────────────────────────────────────┘ │ └──────────────────────────────────────────────────────────────┘ ```