A live walkthrough of Sovereign Memory + R+2 receipts, running against a shared demo agent. Write a memory. Search for it. Verify the cryptographic receipt. All in the browser.
This becomes an R+2 signed receipt, embedded into a 1536-dim vector, and stored against demo Agent #demo01. Try: "User prefers vegetarian food and dark mode"
The query doesn't need to match what you stored exactly. The agent finds the memory via cosine similarity over the 1536-dim embedding. Try: "what does this person eat"
Run the R+2 verifier against the receipt you got back. The verifier checks signature, schema, pubkey match, and chain pointer — without contacting our server. (For the demo, this runs server-side; in production you'd run @trdnetwork/r2-verify client-side.)