Python SDK for AI agent monitoring, LLM cost tracking, benchmarking, and more. Integrates with most LLMs and agent frameworks like CrewAI, Langchain, and Autogen
import os
import time
import agentops
import dotenv
dotenv.load_dotenv()
agentops.init(api_key=os.environ["AGENTOPS_API_KEY"])
while True:
time.sleep(0.2)
Contact Details
teocns@gmail.com
📦 Package Version
latest
🎞️ Framework Version
N/A
🔎 Describe the Bug
Run the script
Spam
<C-c>
Won't [always] terminate
🤝 Contribution