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.18k stars 93 forks source link

Apply @check_init to decorators #260

Closed siyangqiu closed 2 weeks ago

siyangqiu commented 2 weeks ago

📥 Pull Request

📘 Description We noop most functions in init.py. We missed the decorators that live in other files. This change applies the noop to the decorators as well