AgentOps-AI / agentops

Python SDK for agent monitoring, LLM cost tracking, benchmarking, and more. Integrates with most LLMs and agent frameworks like CrewAI, Langchain, and Autogen
https://agentops.ai
MIT License
1.77k stars 170 forks source link

add stop_instrumenting #185

Closed bboynton97 closed 5 months ago

bboynton97 commented 5 months ago

Allows frameworks to stop_instrumenting LLM providers if the user doesn't pass auto_instrument=False into agentops.init()

This is useful for frameworks using langchain for LLM calls.