@@ -99,27 +99,27 @@ MCP-Server :5000 (FastAPI + JSON-RPC)
9999
100100``` mermaid
101101flowchart 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