Open
Conversation
Replace non-existent asqav.wrap(), asqav.get_logs(), asqav.export_logs(), and AsqavPipeline with the real API: AsqavComponent from asqav.extras.haystack, asqav.init(), and Agent-based signing. Install command corrected to pip install asqav[haystack]. Removed fabricated features (policy enforcement, CSV/JSON export, offline storage) and documented the actual component interface and fail-open behavior.
Author
|
Just checking if this is ready for review. Happy to address any feedback. |
bilgeyucel
requested changes
Apr 15, 2026
|
|
||
| ## Overview | ||
|
|
||
| Asqav is an AI governance SDK that provides cryptographically signed audit trails for AI agent actions. The Haystack integration adds an `AsqavComponent` that you drop into any pipeline to sign data flowing through it with ML-DSA-65 post-quantum signatures. |
Contributor
There was a problem hiding this comment.
can you add more information here? Why should people use Asqav?
Comment on lines
+59
to
+60
| pipe.add_component("prompt_builder", PromptBuilder(template=prompt_template)) | ||
| pipe.add_component("llm", OpenAIGenerator()) |
Contributor
There was a problem hiding this comment.
Can you change this component code with OpenAIChatGenerator and ChatPromptBuilder?
Author
|
Updated both. Expanded the overview with the governance use case and compliance context. Swapped to OpenAIChatGenerator and ChatPromptBuilder. |
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
Adds asqav as a governance and audit trail integration for Haystack pipelines.
AsqavComponent, a native Haystack@componentthat signs data flowing through pipelines with ML-DSA-65 post-quantum signatures via the asqav APIsignature_idlinking to the tamper-evident audit recordChecklist
draft-integration.mdfrontmatter format exactlylayout,name,description,authors,pypi,repo,type,report_issue,version,tocall presentpypiorrepois included (both are)AsqavComponent,asqav.init(),Agent-based signing)Monitoring Toolmatching the governance/observability categoryLinks