Blame
|
1 | # OpenClaw & Agent-Architektur |
||||||
| 2 | ||||||||
| 3 | ## Zweck |
|||||||
| 4 | ||||||||
| 5 | Diese Seite beschreibt den relevanten Agent-/OpenClaw-Kontext auf `lscloud` in einer lesbaren Betriebsform. |
|||||||
| 6 | ||||||||
| 7 | ## Architektur |
|||||||
| 8 | ||||||||
| 9 | ```mermaid |
|||||||
| 10 | flowchart LR |
|||||||
| 11 | classDef edge fill:#0f172a,stroke:#475569,color:#e5e7eb; |
|||||||
| 12 | classDef core fill:#1e293b,stroke:#94a3b8,color:#f8fafc; |
|||||||
| 13 | classDef relay fill:#334155,stroke:#cbd5e1,color:#f8fafc; |
|||||||
| 14 | classDef ui fill:#312e81,stroke:#818cf8,color:#eef2ff; |
|||||||
| 15 | ||||||||
| 16 | User[Nutzer / Chat / Webzugriff]:::edge --> UI[Web-/Bot-/Frontend-Schicht]:::ui |
|||||||
| 17 | UI --> Relay[Host-Relay / Integrationspfad]:::relay |
|||||||
| 18 | Relay --> Claw[CT 109 Claw\nOpenClaw aktiv]:::core |
|||||||
| 19 | Claw --> Gateway[Gateway 127.0.0.1:18789]:::core |
|||||||
| 20 | Claw -. Browser-Control .-> Browser[127.0.0.1:18791]:::core |
|||||||
| 21 | ``` |
|||||||
| 22 | ||||||||
| 23 | ## Einordnung |
|||||||
| 24 | ||||||||
| 25 | - **CT 109** ist der aktive relevante OpenClaw-Kontext |
|||||||
| 26 | - `18789` ist der Gateway-Kontext |
|||||||
| 27 | - `18791` ist **Browser-Control**, nicht die Chat-API |
|||||||
| 28 | - frühere oder geänderte Frontends ändern nichts am Kern: CT 109 ist die maßgebliche Agent-Schicht |
|||||||
