Add attenu-guard integration page - #585
Open
rafaelasor wants to merge 1 commit into
Open
Conversation
attenu-guard gives each Haystack sub-agent only the authority its task needs, checked on every Tool.invoke / AgentTool call, with a hash-chained offline-verifiable audit log.
|
@rafaelasor is attempting to deploy a commit to the deepset Team on Vercel. A member of the Team first needs to authorize it. |
Author
|
The Vercel preview is waiting on a team member to authorize the deploy, so the red check is not about the page itself. Can someone on the team approve it, or is the preview not needed for an integration page? |
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
integrations/attenu-guard.mdfor attenu-guard, an Apache-2.0 librarythat gives each Haystack
Agent/AgentToolsub-agent only the authorityits task needs and checks every tool call against it before the tool body
runs. It hooks
Tool.invoke/invoke_asyncand thebefore_toolConfirmationStrategyprotocol, using only public Haystack extensionpoints.
The usage snippet is a self-contained, offline scripted-model example: a
coordinator delegates to a sub-agent with a narrower authority, the
sub-agent's model tries to export data it was never granted, and the
export is denied before the tool body runs — verified runnable against
haystack-ai 3.1.0 and attenu-guard 0.8.0.
Disclosure: I maintain attenu-guard.