agentops icon indicating copy to clipboard operation
agentops copied to clipboard

Python SDK for agent monitoring, LLM cost tracking, benchmarking, and more. Integrates with most LLMs and agent frameworks like CrewAI, Langchain, and Autogen

Results 50 agentops issues
Sort by recently updated
recently updated
newest added

## 📥 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...

## 📥 Pull Request **📘 Description** DRAFT: AgentOps API v2 is WIP. Changes endpoints to use the newer AgentOps v2 API, which is much faster than the v1 endpoints

## 📥 Pull Request **📘 Description** Briefly describe the changes you've made. **🔄 Related Issue (if applicable)** If this PR is related to an existing issue, reference it here. **🎯...

## 📚 Documentation Update **📘 Describe the current state of documentation** Currently not clear in readme how to use more than just OpenAI. Include section for LiteLLM models. Also update...

documentation

## 📥 Pull Request **📘 Description** This PR is an example of how to add [gptlint](https://github.com/gptlint/gptlint) to AgentOps. **🔄 Related Issue (if applicable)** https://github.com/gptlint/gptlint/issues/17 **🎯 Goal** This PR ads a...

## 🚀 Feature Request **💡 Got a brilliant idea?** Currently, we log the link to the session. But it's drowned out because it's not colored or bolded. I've seen a...

enhancement
good first issue
help wanted

## 🚀 Feature Request **💡 Got a brilliant idea?** If you run `crew.kickoff()` multiple times during the same session, a `kickoff()` success will automatically run `agentops.end_session('Success')`. This means the developer...

enhancement

## 🚀 Feature Request **💡 Got a brilliant idea?** Currently, `Agent`s only track the main `llm` parameter. However, in Crew, you can pass in a `function_calling_llm` argument and track that...

enhancement

## 🐛 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](https://uploads.linear.app/cf1ed158-5c9b-4776-820b-3d4a9ebf4e24/f5c71857-f7a2-48fb-a5da-40df084013b5/bbf60a51-dc0e-4993-ab5a-d77ac561ad95?signature=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXRoIjoiL2NmMWVkMTU4LTVjOWItNDc3Ni04MjBiLTNkNGE5ZWJmNGUyNC9mNWM3MTg1Ny1mN2EyLTQ4ZmItYTVkYS00MGRmMDg0MDEzYjUvYmJmNjBhNTEtZGMwZS00OTkzLWFiNWEtZDc3YWM1NjFhZDk1IiwiaWF0IjoxNzE1MDE5MjY2LCJleHAiOjMzMjg1NTc5MjY2fQ.sNCgeUeYaFCOUDNsmcV50Nus6HoKKpcn1Oh0WH5GeOU) ![image](https://uploads.linear.app/cf1ed158-5c9b-4776-820b-3d4a9ebf4e24/f83b06b6-3179-4170-89e9-04b10bc3fa29/e83ea10e-c97d-4fe6-96fd-93fc5c72c3cc?signature=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXRoIjoiL2NmMWVkMTU4LTVjOWItNDc3Ni04MjBiLTNkNGE5ZWJmNGUyNC9mODNiMDZiNi0zMTc5LTQxNzAtODllOS0wNGIxMGJjM2ZhMjkvZTgzZWExMGUtYzk3ZC00ZmU2LTk2ZmQtOTNmYzVjNzJjM2NjIiwiaWF0IjoxNzE1MDE5MjY2LCJleHAiOjMzMjg1NTc5MjY2fQ.A7szV3QkEpRO9sQpLy-34dztgscK9kQSWodvy6NuMic)

bug