⚠️ Scope & Status This repository represents an early-stage execution engine prototype within the PeachBot system. Focused on experimentation and system design Not production-ready Not a medical or diagnostic system The goal is to explore how stateful, deterministic systems can operate reliably on edge devices . What PeachBot Edge Is PeachBot Edge is the execution layer of the PeachBot ecosystem. It is designed to: Process signals locally (edge-first) Maintain system state over time Execute structured workflows deterministically This repo focuses on runtime behavior , not model training or cloud pipelines. Why This Exists Most systems rely on: input → model → output Enter fullscreen mode Exit fullscreen mode This works well in controlled environments, but can be limiting when: Connectivity is unstable Latency matters Context must persist over time This project explores: How to build a system that processes signals continuously and maintains context locally .…