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

fix: indent error event and fix types #216

Closed siyangqiu closed 4 months ago

siyangqiu commented 4 months ago

📥 Pull Request

📘 Description Trigger events are currently required for creating ErrorEvents because of an indent block issue. Additionally, I try to fix some typing issues throughout Events and Client