What
Create a trust plugin for Haystack similar to the existing plugins for CrewAI, LangChain, AutoGen, and OpenAI Agents SDK.
Why
Haystack is a popular framework for building LLM applications and RAG pipelines. Adding a trust plugin would let Haystack users route their agent calls through AIR Blackbox for observability and policy enforcement.
Where to start
- Look at trust-crewai as a reference implementation
- The plugin needs to intercept LLM calls and route them through the Gateway
- Follow the same pattern: minimal code, swap the base_url, emit trust metadata
Helpful links
What
Create a trust plugin for Haystack similar to the existing plugins for CrewAI, LangChain, AutoGen, and OpenAI Agents SDK.
Why
Haystack is a popular framework for building LLM applications and RAG pipelines. Adding a trust plugin would let Haystack users route their agent calls through AIR Blackbox for observability and policy enforcement.
Where to start
Helpful links