Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 847 Bytes

File metadata and controls

15 lines (12 loc) · 847 Bytes

Orchestration Interface

Historical CorticalSwarm integration stub. It is not the sealed Phase 6 router contract. See docs/MOONSHOT_ARCHITECTURE.md, docs/CAKE_REGISTRY_SPEC.md, and results/moonshot/phase6/.

layercake.orchestration.HandoffPacket is the local CorticalSwarm integration contract. It serializes claims, evidence, uncertainty, ABI version, input/patching mode, active bricks, optional compressed ABI state, and parent hash. The packet hash covers canonical JSON and rejects mutation.

LayerCakeOrchestrator is a deterministic simulation stub. It selects the cheapest available model below the uncertainty threshold and a larger verifier above it, while activating only ABI-compatible domain bricks. Network transport, authentication, policy, and learned routing belong in CorticalSwarm and are not implemented here.