Add Rubric Protocol integration - #546
Open
0xsims wants to merge 3 commits into
Open
Conversation
|
Someone is attempting to deploy a commit to the deepset Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
There was a problem hiding this comment.
Pull request overview
- Adds a new integration documentation page for Rubric Protocol to the Haystack integrations catalog.
Changes:
- Introduces
integrations/rubric-protocol.mdwith front matter metadata, overview, installation, usage examples, and license section.
Comments suppressed due to low confidence (1)
integrations/rubric-protocol.md:64
- For consistency with other integration pages, the License section should use a
##heading level (matching## Overview/## Installation/## Usage).
### License
MIT
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+56
to
+58
| attest = rubric_haystack_callback(client, agent_id="support-rag") | ||
| attest(result) | ||
| ``` |
Comment on lines
+17
to
+31
|
|
||
| ### Overview | ||
|
|
||
| [Rubric Protocol](https://rubric-protocol.com) produces court-grade evidence of what your AI pipelines did and when. Every attestation is signed with ML-DSA-65 (FIPS 204) post-quantum cryptography and anchored to Hedera Consensus Service — a public, neutral ledger — so anyone can independently verify a pipeline's output years later at [rubric-protocol.com/verify](https://rubric-protocol.com/verify), without trusting your logs or your vendor. | ||
|
|
||
| This matters wherever two parties need to agree on what an AI system did: regulatory examinations (EU AI Act Annex IV, SR 26-2, Illinois SB 315), insurance claims, vendor disputes, and internal audit. Unlike mutable application logs, an anchored attestation cannot be silently edited after the fact. | ||
|
|
||
| ### Installation | ||
|
|
||
| ```bash | ||
| pip install autogen-rubric | ||
| ``` | ||
|
|
||
| ### Usage | ||
|
|
kacperlukawski
requested changes
Jul 29, 2026
kacperlukawski
left a comment
Member
There was a problem hiding this comment.
@0xsims Thanks for contributing. The comments made by Copliot are valid. Could you please address them?
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.
Adds an integration page for Rubric Protocol — post-quantum signed (ML-DSA-65 / FIPS 204), Hedera-anchored attestations for Haystack pipeline runs, with a public independent verifier. Component ships in the autogen-rubric package on PyPI (RubricHaystackComponent, a standard @component that passes replies through unchanged). Happy to adjust anything to fit your guidelines.