agentops
agentops copied to clipboard
Python SDK for AI agent monitoring, LLM cost tracking, benchmarking, and more. Integrates with most LLMs and agent frameworks including CrewAI, Agno, OpenAI Agents SDK, Langchain, Autogen, AG2, and Ca...
## 📥 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: 
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.
## 🚀 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...
## 📚 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...
## 🐛 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...
>>> # 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') >>> >>> #...
## 📥 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...
## 📚 Documentation Update **📘 Describe the current state of documentation** Currently we don't have a great section about running tests