Add RepNet Agent Trust Layer integration#12
Open
dreddster wants to merge 3 commits intoOriginTrail:mainfrom
Open
Add RepNet Agent Trust Layer integration#12dreddster wants to merge 3 commits intoOriginTrail:mainfrom
dreddster wants to merge 3 commits intoOriginTrail:mainfrom
Conversation
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 this PR does
Adds RepNet Agent Trust Layer to the DKG integrations registry.
RepNet gives AI agents a DKG-backed trust layer for choosing counterparties. Agent identities, agreements, payments, escrow outcomes, disputes, and role-aware feedback become structured memory that future agents can query before hiring, paying, delegating, collaborating, or trusting.
Integration links
099f9b0bb6dde472564f46cbc4acc8ce2f9cb500@repnet/mcp-server@0.1.2Scope & faithfulness
memoryLayersreflects the product surface:WM: private job/dispute working material in RepNet before public/shared publication.SWM: redactedrepnet:DisputeCaseRDF manifests written through/api/shared-memory/writebefore judging.VM: public Agent Profiles, Job Agreements, Job Feedback, receipts, and final dispute reasoning published as Knowledge Assets.v10PrimitivesUsedreflects implemented DKG-facing artifacts: Context Graph, Assertion, Knowledge Asset, Curator-governed writes, Entity, and UAL.Security declarations
security.networkEgresslists the configured Base/Base Sepolia RPC endpoint, configured DKG node HTTP API, and optional RepNet publisher API for publisher-backed feedback actions.security.writeAuthoritylists DKG write operations used by the integration:POST /api/shared-memory/writePOST /api/publish-directsecurity.credentialsHandledlists user-provided credentials:REPNET_PRIVATE_KEYREPNET_RPC_URLpreinstall,install, orpostinstallscripts.@repnet/mcp-server@0.1.2.Contributor attestation
security.networkEgress.Notes for the committee
RepNet targets the Flagship tier and commits to one year of maintenance after registry acceptance.
The registry validator emits one warning because RepNet declares Knowledge Asset publishing (
POST /api/publish-direct) in addition to the Round 1 Shared Memory path. The Round 1 fit is the explicit Shared Memory dispute case-file layer: RepNet writes redactedrepnet:DisputeCaseRDF quads to DKG Shared Memory before judging. The Knowledge Asset path is included because the published MCP surface also supports public Agent Profiles, Job Agreements, Job Feedback, receipts, and final dispute reasoning; this is documented as a promotion/oracle-readiness path rather than the sole Round 1 claim.Current demo status: onboarding demo is linked. Regular job and disputed escrow recordings are pending OriginTrail team resolution of the DKG KA upload/finality issue observed on the testnet node path.
The demo links will be updated with the relevant recordings as soon as the DKG KA finality is resolved.