diff --git a/README.ja.md b/README.ja.md
index 987960088..439a9309c 100644
--- a/README.ja.md
+++ b/README.ja.md
@@ -9,20 +9,20 @@ Android 向け超軽量パーソナル AI アシスタント。Go バックエ
```mermaid
graph TB
subgraph android["Android アプリ (Kotlin)"]
- ChatUI["チャット UI\n(Compose)"]
- Overlay["アシスタント\nオーバーレイ"]
+ ChatUI["チャット UI
(Compose)"]
+ Overlay["アシスタント
オーバーレイ"]
end
subgraph backend["Go バックエンド (Termux)"]
Agent["エージェントループ"]
- Tools["ツールループ\n(16以上)"]
+ Tools["ツールループ
(16以上)"]
LLM["LLM"]
- Services["MCP / Cron /\nSkills / Memory"]
- Channels["チャンネル\n(Telegram, Discord, Slack, LINE 等)"]
+ Services["MCP / Cron /
Skills / Memory"]
+ Channels["チャンネル
(Telegram, Discord, Slack, LINE 等)"]
end
- ChatUI -- "WebSocket\nws://127.0.0.1:18793" --> Agent
- Overlay -- "WebSocket\nws://127.0.0.1:18793" --> Agent
+ ChatUI -- "WebSocket
ws://127.0.0.1:18793" --> Agent
+ Overlay -- "WebSocket
ws://127.0.0.1:18793" --> Agent
Agent --> LLM
Agent --> Tools
Tools --> Services
diff --git a/README.md b/README.md
index 649e493b0..c493f36de 100644
--- a/README.md
+++ b/README.md
@@ -11,20 +11,20 @@ Forked from [PicoClaw](https://github.com/sipeed/picoclaw).
```mermaid
graph TB
subgraph android["Android App (Kotlin)"]
- ChatUI["Chat UI\n(Compose)"]
- Overlay["Assistant\nOverlay"]
+ ChatUI["Chat UI
(Compose)"]
+ Overlay["Assistant
Overlay"]
end
subgraph backend["Go Backend (Termux)"]
Agent["Agent Loop"]
- Tools["Tool Loop\n(16+ tools)"]
+ Tools["Tool Loop
(16+ tools)"]
LLM["LLM"]
- Services["MCP / Cron /\nSkills / Memory"]
- Channels["Channels\n(Telegram, Discord, Slack, LINE etc.)"]
+ Services["MCP / Cron /
Skills / Memory"]
+ Channels["Channels
(Telegram, Discord, Slack, LINE etc.)"]
end
- ChatUI -- "WebSocket\nws://127.0.0.1:18793" --> Agent
- Overlay -- "WebSocket\nws://127.0.0.1:18793" --> Agent
+ ChatUI -- "WebSocket
ws://127.0.0.1:18793" --> Agent
+ Overlay -- "WebSocket
ws://127.0.0.1:18793" --> Agent
Agent --> LLM
Agent --> Tools
Tools --> Services