Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Monitor your Haystack agents with AgentOps
Install the AgentOps SDK
pip install agentops
poetry add agentops
Install Haystack
pip install haystack-ai
poetry add haystack-ai
Configure your environment
.env
AGENTOPS_API_KEY=<YOUR API KEY>
Add 3 lines of code
agentops.init
openai
cohere
crew
import agentops agentops.init(<INSERT YOUR API KEY HERE>) ... # End of program (e.g. main.py) agentops.end_session("Success") # Success|Fail|Indeterminate
Run your agent
Clickable link to session
haystack.components.generators.openai.OpenAIGenerator
haystack.components.generators.chat.AzureOpenAIChatGenerator