Add ASCII art figures to all 6 generated Internet-Drafts

Each draft gets 2 illustrative figures:
- ABVP: architecture components + verification workflow
- ATD: example DAG structure + execution state transitions
- HITL: primitive framework overview + approval workflow sequence
- AEM/PPALP: federated learning architecture + aggregation flow
- RARP: cross-domain architecture + two-phase rollback protocol
- APAE: layered architecture + cross-domain provenance tracking

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-04 02:20:39 +01:00
parent 404092b938
commit 3c3d7e649f
6 changed files with 236 additions and 0 deletions

View File

@@ -337,6 +337,29 @@ Table of Contents
architectural levels to provide defense-in-depth protection
against information leakage.
Tenant A Tenant B Tenant C
+--------+ +--------+ +--------+
| Agent | | Agent | | Agent |
| Local | | Local | | Local |
| Model | | Model | | Model |
+---+----+ +---+----+ +---+----+
| | |
v v v
+---+----+ +---+----+ +---+----+
| DP | | DP | | DP |
| Noise | | Noise | | Noise |
+---+----+ +---+----+ +---+----+
| | |
+-------+-------+-------+------+
| |
+----+-----+ +----+------+
| Secure | | Privacy |
| Aggre- | | Compliance|
| gation | | Verifier |
+----------+ +-----------+
Figure 1: PPALP Federated Learning Architecture
The PPALP architecture defines four primary component roles that
collectively ensure privacy-preserving federated learning
operations. The Federated Coordinator serves as the central
@@ -471,6 +494,23 @@ Table of Contents
computational efficiency suitable for practical federated learning
deployments.
Agent_i Aggregator Verifier
| | |
|--local grad--->| |
| + DP noise | |
| | |
| [...N agents contribute...] |
| | |
| |--aggregate---->|
| | model update |
| | |
| |<--ZK proof-----|
| | compliance |
|<--global upd---| |
| | |
Figure 2: Privacy-Preserving Aggregation Flow
The Multi-Tenant Federated Averaging mechanism serves as the
foundation for secure parameter aggregation. Each tenant's Privacy
Compliance Verifier MUST encrypt their differentially-private