perform_multi_scale_handshake
Coordinate multi-party value exchange across micro, meso, and macro scales while enforcing anti-collusion rules and hierarchical budgets.
Instructions
Perform N-party value handshake across micro/meso/macro scales with anti-collusion and hierarchical budgets
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parties | Yes | Array of party contexts for handshake | |
| invariants | No | List of invariant rules that must be enforced |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conflicts | No | Conflicts detected between parties | |
| rationale | No | Explanation of the handshake outcome | |
| party_weights | No | Weight assigned to each party in the synthesis | |
| scale_attestations | No | Attestation record per alignment scale | |
| precedence_decisions | No | Precedence decisions taken to resolve competing party values | |
| synthesized_constitution | No | Merged UVC components agreed across parties; null when no synthesis was reached |