Merge pull request #8 from IRONICBo/docs/add-arch
This commit is contained in:
21
README.md
21
README.md
@@ -25,26 +25,7 @@ MimiClaw turns a tiny ESP32-S3 board into a personal AI assistant. Plug it into
|
||||
|
||||
## How It Works
|
||||
|
||||
```
|
||||
┌─────────────── Agent Loop ───────────────┐
|
||||
│ │
|
||||
┌───────────┐ ┌─────▼─────┐ ┌─────────┐ ┌─────────┐ │
|
||||
│ Channels │ │ Message │ │ Claude │ │ Tools │ │
|
||||
│ │────▶│ Queue │────▶│ (LLM) │────▶│ │──┘
|
||||
│ Telegram │ └───────────┘ └────┬─────┘ └────┬────┘
|
||||
│ WebSocket │◀──────────────────────────-│ │
|
||||
└───────────┘ Response │ │
|
||||
┌─────▼────────────────▼────┐
|
||||
│ Context │
|
||||
│ ┌──────────┐ ┌────────┐ │
|
||||
│ │ Memory │ │ Skills │ │
|
||||
│ │ SOUL.md │ │ OTA │ │
|
||||
│ │ USER.md │ │ CLI │ │
|
||||
│ │ MEMORY.md │ │ ... │ │
|
||||
│ └──────────┘ └────────┘ │
|
||||
└───────────────────────────┘
|
||||
ESP32-S3 Flash
|
||||
```
|
||||

|
||||
|
||||
You send a message on Telegram. The ESP32-S3 picks it up over WiFi, feeds it into an agent loop — Claude thinks, calls tools, reads memory — and sends the reply back. Everything runs on a single $5 chip with all your data stored locally on flash.
|
||||
|
||||
|
||||
21
README_CN.md
21
README_CN.md
@@ -25,26 +25,7 @@ MimiClaw 把一块小小的 ESP32-S3 开发板变成你的私人 AI 助理。插
|
||||
|
||||
## 工作原理
|
||||
|
||||
```
|
||||
┌─────────────── Agent Loop ───────────────┐
|
||||
│ │
|
||||
┌───────────┐ ┌─────▼─────┐ ┌─────────┐ ┌─────────┐ │
|
||||
│ Channels │ │ Message │ │ Claude │ │ Tools │ │
|
||||
│ │────▶│ Queue │────▶│ (LLM) │────▶│ │──┘
|
||||
│ Telegram │ └───────────┘ └────┬─────┘ └────┬────┘
|
||||
│ WebSocket │◀──────────────────────────-│ │
|
||||
└───────────┘ Response │ │
|
||||
┌─────▼────────────────▼────┐
|
||||
│ Context │
|
||||
│ ┌──────────┐ ┌────────┐ │
|
||||
│ │ Memory │ │ Skills │ │
|
||||
│ │ SOUL.md │ │ OTA │ │
|
||||
│ │ USER.md │ │ CLI │ │
|
||||
│ │ MEMORY.md │ │ ... │ │
|
||||
│ └──────────┘ └────────┘ │
|
||||
└───────────────────────────┘
|
||||
ESP32-S3 Flash
|
||||
```
|
||||

|
||||
|
||||
你在 Telegram 发一条消息,ESP32-S3 通过 WiFi 收到后送进 Agent 循环 — Claude 思考、调用工具、读取记忆 — 再把回复发回来。一切都跑在一颗 $5 的芯片上,所有数据存在本地 Flash。
|
||||
|
||||
|
||||
BIN
assets/mimiclaw.png
Normal file
BIN
assets/mimiclaw.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 192 KiB |
Reference in New Issue
Block a user