⚠️ Scope & Status This repository represents an early-stage prototype of an edge-native AI system. Not production-ready Not fully benchmarked Under active development The goal is to explore how state-driven, edge-first systems can operate in real-world environments with constraints like limited connectivity and latency. What This Repo Is PeachBot Core is a Python-based system prototype focused on: Processing signals locally (edge-first) Maintaining structured system state Running iterative decision loops It is designed as a system architecture experiment , not a finished AI product. Why This Exists Many AI systems today depend on: Cloud inference Stateless input → output pipelines This repo explores an alternative: How can systems operate locally , maintain context, and make decisions continuously?…