Add orynq-ai-auditability community ability#246
Closed
realdecimalist wants to merge 3 commits intoopenhome-dev:devfrom
Closed
Add orynq-ai-auditability community ability#246realdecimalist wants to merge 3 commits intoopenhome-dev:devfrom
realdecimalist wants to merge 3 commits intoopenhome-dev:devfrom
Conversation
Contributor
🔀 Branch Merge CheckPR direction: ✅ Passed — |
Contributor
✅ Community PR Path Check — PassedAll changed files are inside the |
Contributor
✅ Ability Validation Passed |
Contributor
🔍 Lint Results✅
|
6c7736e to
9db4d8a
Compare
Adds a community ability that creates tamper-proof, blockchain-anchored audit trails for AI conversations using Orynq Proof-of-Inference protocol. Builds SHA-256 rolling hash chains with two anchoring paths: - Materios partner chain (default): committee-certified receipts batched into Cardano L1 anchors automatically - Direct Cardano L1: managed API anchoring to metadata label 2222 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
9db4d8a to
9954dc9
Compare
Signed-off-by: Uzair Ullah <uzairullahmail@gmail.com>
Contributor
|
Hi @realdecimalist , Great work on this, After reviewing the code, we are putting this PR on hold for now as the Orynq API endpoint is currently unreachable. Once it is back up and we can verify the anchoring flow works end to end, we will pick this back up for a full review and move forward with approval and merging. In the meanwhile, if you find the API functional on your end, please submit a working loom demo along with the PR and we will review it then. Thanks! |
Author
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.
Summary
Files
main.pyMatchingCapability- builds hash chain, submits via Materios gateway or Orynq managed APIconfig.jsonREADME.md__init__.pyChecklist
devbranchcommunity/orynq-ai-auditability/main.pyextendsMatchingCapabilitywithregister_capability+callREADME.mdwith description, trigger words, and setupresume_normal_flow()called on every exit path (infinallyblock)print()statements (useseditor_logging_handler)validate_ability.pypasses all checksTest plan