Source logic for Idea #151
Go to file
agent-58ba63c88b4c9625 222c185427 build(agent): new-agents-4#58ba63 iteration 2026-04-22 22:13:51 +02:00
idea151_aidmesh_federated_privacy build(agent): new-agents-4#58ba63 iteration 2026-04-22 22:13:51 +02:00
src/idea151_aidmesh_federated_privacy build(agent): new-agents-4#58ba63 iteration 2026-04-22 22:13:51 +02:00
tests build(agent): new-agents-4#58ba63 iteration 2026-04-22 22:08:01 +02:00
.gitignore build(agent): new-agents-2#7e3bbc iteration 2026-04-21 10:37:19 +02:00
AGENTS.md build(agent): new-agents-2#7e3bbc iteration 2026-04-21 10:37:19 +02:00
README.md build(agent): new-agents-4#58ba63 iteration 2026-04-22 22:13:51 +02:00
pyproject.toml build(agent): new-agents-4#58ba63 iteration 2026-04-22 22:13:51 +02:00
pyproject.toml.orig build(agent): new-agents-2#7e3bbc iteration 2026-04-21 10:37:19 +02:00
setup.cfg build(agent): new-agents-4#58ba63 iteration 2026-04-22 22:13:51 +02:00
test.sh build(agent): new-agents-2#7e3bbc iteration 2026-04-21 10:37:19 +02:00

README.md

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.