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** Bump the version number so we can release. 0.3.8 was deleted from Pypi, so we need to bump the version number to re-release: ![image](https://github.com/user-attachments/assets/d4d388cb-aab7-4cbb-a6f6-30e99b1c271d)

Each LLM now has functions in a different file. I will probably continue this to use inheritance and consistent function names

## 🐛 Bug Report **🔎 Describe the Bug** When running the latest version of AgentOps, an agentops.log file appears. This isn't desired behavior unless specifically marked.

bug

## 🚀 Feature Request **💡 Got a brilliant idea?** As we are adding AgentOps to more open source repos, there's an issue we may face where functions break and we...

enhancement

## 📚 Documentation Update We currently have no documentation/guidelines for contributions. To help beginners how to contribute a feature with relevant tests and other supplementary information, I suggest having a...

documentation

## 🐛 Bug Report **🔎 Describe the Bug** I am parsing a PDF using CrewAI, leading to having some unicode specific characters within my prompts / agent answers. I am...

bug

>>> # Criando as LLMs >>> llama8=ChatGroq(model_name="llama3-8b-8192", api_key=GROQ_API_KEY) >>> llama70=ChatGroq(model_name="llama3-70b-8192", api_key=GROQ_API_KEY) >>> gpt3=ChatOpenAI(model="gpt-3.5-turbo", api_key=OPENAI_API_KEY) >>> >>> >>> # Ferramenta de busca em PDF >>> search_tool = PDFSearchTool(pdf=r'C:\Users\rmico\Desktop\CrewAI\Gilbert_Developmental_Biology_2019.pdf') >>> >>> #...

bug

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

## 🐛 Bug Report **🔎 Describe the Bug** When trying to init agentops - it should start session if I set auto_start_session=True. It doesn't seem to or may do but...

bug

## 📚 Documentation Update **📘 Describe the current state of documentation** Currently we don't have a great section about running tests

documentation