feat(demo-06): weight custody talk-track demo - #28
Merged
Conversation
Add a sixth demo depending on the published weight-custody-manifest package (>=0.19.0). A pure in-process WCM flow with a software (mock) attestation provider: a manifest binds the exact weight hash and is jointly signed, the attestation gate releases the key only for the certified serving stack, a tampered checkpoint is refused before load, and a fine-tune's lineage verifies back to the signed base. Runs with no hardware and no server. Wire it into demo.py (choice 6 + narration) and requirements.txt, and broaden the README (six demos across cMCP, TRACE, and WCM). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a sixth demo to the talk track, now that the WCM SDK is on PyPI. Demos 1-5 govern what an agent does; demo 6 is the layer beneath, the model weights themselves.
demo-06-weight-custody/run.pyis a pure in-process Weight Custody Manifest flow with a software (mock) attestation provider, so it runs with no hardware and no server, depending only onweight-custody-manifest>=0.19.0:weights_hash, jointly signed (builder + custodian); the signature verifies.Wiring
demo.py: registered as choice 6 with narration;--helpnow lists{1,2,3,4,5,6}.requirements.txt: addsweight-custody-manifest>=0.19.0.README.md: broadened intro (six demos across cMCP, TRACE, WCM), a Demo 6 section, and the structure tree.Verified locally against the published 0.19.0 package:
python demo-06-weight-custody/run.pyandpython demo.py 6 --no-pauseboth exit 0. No em dashes.🤖 Generated with Claude Code