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

__main__ cannot be identified for celery applications #182

Closed areibman closed 1 month ago

areibman commented 5 months ago

🐛 Bug Report

Celery users are getting an error in agentops when checking localvars for _main. Celery uses a limitedset and cant do eq against a str.

image

image