fix(web-ui): align README architecture diagram closes #2425

This commit is contained in:
Mario Zechner
2026-03-19 21:20:36 +01:00
parent d026879ccc
commit dc1ceb4dd0

View File

@@ -88,7 +88,7 @@ document.body.appendChild(chatPanel);
```
┌─────────────────────────────────────────────────────┐
│ ChatPanel
│ ChatPanel │
│ ┌─────────────────────┐ ┌─────────────────────┐ │
│ │ AgentInterface │ │ ArtifactsPanel │ │
│ │ (messages, input) │ │ (HTML, SVG, MD) │ │
@@ -97,19 +97,19 @@ document.body.appendChild(chatPanel);
┌─────────────────────────────────────────────────────┐
│ Agent (from pi-agent-core)
│ - State management (messages, model, tools)
│ - Event emission (agent_start, message_update, ...)
│ - Tool execution
│ Agent (from pi-agent-core) │
│ - State management (messages, model, tools) │
│ - Event emission (agent_start, message_update, ...)│
│ - Tool execution │
└─────────────────────────────────────────────────────┘
┌─────────────────────────────────────────────────────┐
│ AppStorage
│ ┌──────────┐ ┌──────────┐ ┌──────────┐ │
│ │ Settings │ │ Provider │ │ Sessions │ │
│ │ Store │ │Keys Store│ │ Store │ │
│ └──────────┘ └──────────┘ └──────────┘ │
│ AppStorage │
│ ┌──────────┐ ┌──────────┐ ┌──────────┐
│ │ Settings │ │ Provider │ │ Sessions │
│ │ Store │ │Keys Store│ │ Store │
│ └──────────┘ └──────────┘ └──────────┘
│ │ │
│ IndexedDBStorageBackend │
└─────────────────────────────────────────────────────┘