Embedded development by talking to Claude Code — one pip install for the
whole EmbedAgents tool family.
pip install EmbedAgentsThis is a meta-package: it contains no code of its own and simply depends
on the per-target tools, which all share the embedagents Python namespace:
| Target | Distribution | Import | Status |
|---|---|---|---|
| STM32 | embedagents-stm32 |
from embedagents import stm32 |
✅ available |
| ESP32 | embedagents-esp32 |
from embedagents import esp32 |
planned |
Prefer a minimal install? Each tool installs on its own:
pip install embedagents-stm32See the per-tool repositories for setup (vendor toolchains, Claude Code plugin installation, hardware support).
MIT © 2026 EmbedAgents
This project is an independent, community-driven tool and is not an official release by STMicroelectronics. STM32 is a registered trademark of STMicroelectronics International N.V. This software is provided free of charge for educational and development purposes, and its use of the trademark is strictly descriptive to help developers identify hardware compatibility.