Skip to content

Commit 9e9cc03

Browse files
committed
docs(readme): simplify mermaid architecture diagram for github rendering
1 parent aa16caa commit 9e9cc03

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -99,27 +99,27 @@ MCP-Server :5000 (FastAPI + JSON-RPC)
9999

100100
```mermaid
101101
flowchart TD
102-
U[Benutzer-Input] --> D[main_dispatcher.py]
103-
D --> DS[Query-Sanitizing]
104-
D --> DI[Intent-Analyse]
105-
D --> DP[Policy-Gate]
106-
D --> DL[Lane/Session-Orchestrierung]
107-
DL --> A[Agent-Auswahl AGENT_CLASS_MAP]
108-
109-
A --> B[agent/base_agent.py]
110-
B --> BW[Working-Memory-Injektion]
111-
B --> BR[Recall Fast-Path]
112-
B --> BT[Loop-Guard + Telemetrie]
113-
B --> BRG[Remote-Registry-Sync]
114-
115-
B --> M[MCP-Server :5000 FastAPI JSON-RPC]
116-
M --> TR[tool_registry_v2 + Server-Validierung]
117-
M --> T[Tool-Module]
118-
T --> E[Desktop / Browser / APIs]
119-
T --> MM[memory/memory_system.py]
120-
MM --> IE[interaction_events]
121-
MM --> UR[unified_recall]
122-
MM --> WM[working_memory_context]
102+
U["User Input"] --> D["main_dispatcher.py"]
103+
D --> DS["query sanitize"]
104+
D --> DI["intent analysis"]
105+
D --> DP["policy gate"]
106+
D --> DL["lane and session"]
107+
DL --> A["agent selection"]
108+
109+
A --> B["agent/base_agent.py"]
110+
B --> BW["working memory inject"]
111+
B --> BR["recall fast path"]
112+
B --> BT["loop guard and telemetry"]
113+
B --> BRG["remote registry sync"]
114+
115+
B --> M["MCP server 5000 json-rpc"]
116+
M --> TR["tool_registry_v2 and validation"]
117+
M --> T["tool modules"]
118+
T --> E["desktop browser apis"]
119+
T --> MM["memory/memory_system.py"]
120+
MM --> IE["interaction events"]
121+
MM --> UR["unified recall"]
122+
MM --> WM["working memory context"]
123123
```
124124

125125
---

0 commit comments

Comments
 (0)