Fix formatting and alignment in README architecture section
This commit is contained in:
parent
27eea83e84
commit
5629136dd4
28
README.md
28
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 │ │
|
||||
│ └──────────────────────────────────────────────────────┘ │
|
||||
└──────────────────────────────────────────────────────────────┘
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue