AgentOps makes monitoring your Haystack agents seamless. Haystack, much like AutoGen, is a flexible framework that supports multiple models. For detailed installation instructions and feature overviews, refer to the Haystack documentation.Documentation Index
Fetch the complete documentation index at: https://docs.agentops.ai/llms.txt
Use this file to discover all available pages before exploring further.
Integrating AgentOps with Haystack
Configure your environment
Add 3 lines of code
Make sure to call
agentops.init before calling any openai, cohere, crew, etc models.Run your agent
Execute your script and then visit app.agentops.ai/drilldown to monitor your Haystack agent in action. 🕵️

Supported generators
- OpenAI:
haystack.components.generators.openai.OpenAIGenerator - Azure OpenAI Chat:
haystack.components.generators.chat.AzureOpenAIChatGenerator

