docs(tealtiger): add Haystack 3.0 Agent Hooks support (before_tool governance) - #561
Open
nagasatish007 wants to merge 7 commits into
Open
docs(tealtiger): add Haystack 3.0 Agent Hooks support (before_tool governance)#561nagasatish007 wants to merge 7 commits into
nagasatish007 wants to merge 7 commits into
Conversation
Add documentation for TealTiger integration with Haystack, including installation, usage examples, and features.
Updated description to include support for Haystack 3.0 Agent Hooks and modified usage examples. Enhanced features list with details on agent hooks and pipeline components.
|
@nagasatish007 is attempting to deploy a commit to the deepset Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
Author
|
@kacperlukawski Please review . This is an update for previously approved PR. |
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.
Updates the TealTiger integration page to document Haystack 3.0 Agent Hooks support (v0.2.0 of
tealtiger-haystack).What changed
TealTigerGovernanceHookusage example as the recommended approach for agents (Haystack 3.0+)versionfield fromHaystack 2.0toHaystack 2.0+Why
Haystack 3.0 introduced Agent Hooks (
before_tool,after_tool) as the native extension point for agent-level middleware. TealTiger's governance is a natural fit forbefore_tool— enforce PII scanning, tool authorization, and cost budgets before any tool executes.The existing pipeline component approach still works but is limited to query-level governance. The hooks approach provides tool-call-level governance inside the agent loop.
Package