Small MCP-first post-work receipt reference for agent runs #14200
0xddneto
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
A small post-work receipt reference for Semantic Kernel runs
I am building AIPOU as an MCP-first protocol for people working with AI agents. It creates a private signed receipt after a meaningful work unit completes and exposes the opaque ID as
workReceiptId.The proposed Semantic Kernel surface is intentionally small:
workReceiptIdas optional run, process, trace, or delivery metadata.The host keeps its own authority, workflow, tool, and audit semantics. AIPOU is external
issuer_assertedevidence: it does not prove hidden AI use, task quality, payment, or provider endorsement. It should not enter a host's native chain of custody as a first-party record.The first runnable demo uses Local Receipt Mode and synthetic data only. It needs no wallet, funds, token transfer, claim, customer data, raw prompt upload, or network access:
I would value feedback on the cleanest Semantic Kernel extension point: process/run metadata, OpenTelemetry activity attributes, or a result/audit export. Optional validator-approved rewards for the humans using agents are a separate AIPOU path and are deliberately out of scope for this integration.
All reactions