⚠️ Scope & Medical Disclaimer This repository represents an input understanding layer within the PeachBot system. It is: Not a diagnostic system Not a treatment recommendation system Not a decision-making engine This module is responsible only for structuring clinical input into a deterministic format . Outputs are structured data representations and must not be interpreted as medical advice. What PeachBot Models Medi Is PeachBot Models Medi is a clinical input structuring framework . It converts: Raw Input (text / speech) ↓ Structured Clinical State (JSON) Enter fullscreen mode Exit fullscreen mode This structured output is then consumed by the reasoning layer. Why This Exists Most systems underestimate input processing: text → model → output Enter fullscreen mode Exit fullscreen mode But real-world input is: Noisy Ambiguous Context-dependent This layer ensures: Clean, structured, and validated input before any reasoning occurs.…