docs: fix Mermaid line breaks from \n to <br/>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
da7f2c74d6
commit
6fae0e2ca7
2 changed files with 14 additions and 14 deletions
14
README.ja.md
14
README.ja.md
|
|
@ -9,20 +9,20 @@ Android 向け超軽量パーソナル AI アシスタント。Go バックエ
|
||||||
```mermaid
|
```mermaid
|
||||||
graph TB
|
graph TB
|
||||||
subgraph android["Android アプリ (Kotlin)"]
|
subgraph android["Android アプリ (Kotlin)"]
|
||||||
ChatUI["チャット UI\n(Compose)"]
|
ChatUI["チャット UI<br/>(Compose)"]
|
||||||
Overlay["アシスタント\nオーバーレイ"]
|
Overlay["アシスタント<br/>オーバーレイ"]
|
||||||
end
|
end
|
||||||
|
|
||||||
subgraph backend["Go バックエンド (Termux)"]
|
subgraph backend["Go バックエンド (Termux)"]
|
||||||
Agent["エージェントループ"]
|
Agent["エージェントループ"]
|
||||||
Tools["ツールループ\n(16以上)"]
|
Tools["ツールループ<br/>(16以上)"]
|
||||||
LLM["LLM"]
|
LLM["LLM"]
|
||||||
Services["MCP / Cron /\nSkills / Memory"]
|
Services["MCP / Cron /<br/>Skills / Memory"]
|
||||||
Channels["チャンネル\n(Telegram, Discord, Slack, LINE 等)"]
|
Channels["チャンネル<br/>(Telegram, Discord, Slack, LINE 等)"]
|
||||||
end
|
end
|
||||||
|
|
||||||
ChatUI -- "WebSocket\nws://127.0.0.1:18793" --> Agent
|
ChatUI -- "WebSocket<br/>ws://127.0.0.1:18793" --> Agent
|
||||||
Overlay -- "WebSocket\nws://127.0.0.1:18793" --> Agent
|
Overlay -- "WebSocket<br/>ws://127.0.0.1:18793" --> Agent
|
||||||
Agent --> LLM
|
Agent --> LLM
|
||||||
Agent --> Tools
|
Agent --> Tools
|
||||||
Tools --> Services
|
Tools --> Services
|
||||||
|
|
|
||||||
14
README.md
14
README.md
|
|
@ -11,20 +11,20 @@ Forked from [PicoClaw](https://github.com/sipeed/picoclaw).
|
||||||
```mermaid
|
```mermaid
|
||||||
graph TB
|
graph TB
|
||||||
subgraph android["Android App (Kotlin)"]
|
subgraph android["Android App (Kotlin)"]
|
||||||
ChatUI["Chat UI\n(Compose)"]
|
ChatUI["Chat UI<br/>(Compose)"]
|
||||||
Overlay["Assistant\nOverlay"]
|
Overlay["Assistant<br/>Overlay"]
|
||||||
end
|
end
|
||||||
|
|
||||||
subgraph backend["Go Backend (Termux)"]
|
subgraph backend["Go Backend (Termux)"]
|
||||||
Agent["Agent Loop"]
|
Agent["Agent Loop"]
|
||||||
Tools["Tool Loop\n(16+ tools)"]
|
Tools["Tool Loop<br/>(16+ tools)"]
|
||||||
LLM["LLM"]
|
LLM["LLM"]
|
||||||
Services["MCP / Cron /\nSkills / Memory"]
|
Services["MCP / Cron /<br/>Skills / Memory"]
|
||||||
Channels["Channels\n(Telegram, Discord, Slack, LINE etc.)"]
|
Channels["Channels<br/>(Telegram, Discord, Slack, LINE etc.)"]
|
||||||
end
|
end
|
||||||
|
|
||||||
ChatUI -- "WebSocket\nws://127.0.0.1:18793" --> Agent
|
ChatUI -- "WebSocket<br/>ws://127.0.0.1:18793" --> Agent
|
||||||
Overlay -- "WebSocket\nws://127.0.0.1:18793" --> Agent
|
Overlay -- "WebSocket<br/>ws://127.0.0.1:18793" --> Agent
|
||||||
Agent --> LLM
|
Agent --> LLM
|
||||||
Agent --> Tools
|
Agent --> Tools
|
||||||
Tools --> Services
|
Tools --> Services
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue