diff --git a/README.md b/README.md index 361b838..985b45a 100644 --- a/README.md +++ b/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 -``` +![](assets/mimiclaw.png) 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. diff --git a/README_CN.md b/README_CN.md index 77928cd..acaf7a3 100644 --- a/README_CN.md +++ b/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 -``` +![](assets/mimiclaw.png) 你在 Telegram 发一条消息,ESP32-S3 通过 WiFi 收到后送进 Agent 循环 — Claude 思考、调用工具、读取记忆 — 再把回复发回来。一切都跑在一颗 $5 的芯片上,所有数据存在本地 Flash。 diff --git a/assets/mimiclaw.png b/assets/mimiclaw.png new file mode 100644 index 0000000..e22246e Binary files /dev/null and b/assets/mimiclaw.png differ