Embedded BDI provides a full BDI lifecycle engine: it models an agent’s beliefs about its environment, manages evolving desires or goals, selects intentions from a library of plans, and executes behaviors in real time. The framework includes modules for belief base storage, plan library definition, event triggering, and concurrency control tailored for memory-limited microcontrollers. With a simple API, developers annotate beliefs, specify desires, and implement plans in code. Its scheduler handles priority-based intention execution and integrates with hardware interfaces for sensors, actuators, and network communication, making it ideal for autonomous IoT devices, mobile robots, and industrial controllers.