# AidMesh Federated Privacy Primitives This repository provides production-ready Python primitives for a privacy-preserving, offline-first disaster relief orchestration framework inspired by the Graph-of-Contracts (GoC) concept. The initial MVP focuses on core data models and deterministic replay semantics to enable islanded operation and later cross-organization coordination. What you get: - Dataclass-based core primitives: LocalProblem, SharedSignals, PlanDelta, DualVariables, AuditLog, PolicyBlock - Lightweight serialization via to_dict() for easy transport and auditing - Packaging that validates with test.sh: unit tests and a packaging build Usage note: The first milestone focuses on end-to-end data flow between a couple of toy adapters in a TLS-secured channel. See tests for basic dataclass behavior. This README will be expanded as we ship more MVP phases and adapters.