agentops
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
## ๐ Bug Report **๐ Describe the Bug** Can't install agentops[langchain] versions > 0.1.10 **๐ Reproduction Steps** pip install agentops[langchain] **๐ Expected Behavior** In project.toml , langchain requirements is 1.19...
Create a react component within Mintlify that can display the user's API key in the docs. Clicking it should copy the key. Original Branch: https://github.com/AgentOps-AI/AgentOps.Next/pull/161/files
Hello, I'm using Ollama via Groq, can I track those LLM calls with agentops? Thank you
## ๐ Documentation Update **๐ Describe the current state of documentation** What information is missing or could be improved? **๐ Suggested Improvement** Describe your idea for the new/improved documentation. **๐...
In this pull request, we have enhanced the session management and event recording functionalities within the AgentOps framework. These improvements aim to provide more robust and flexible session handling, including...
## ๐ Bug Report **๐ Describe the Bug** If you start up an agentops client with instrument_llm_calls false and stop_instrumenting() gets called, whether implicitly via Crew/Autogen or explicitly by the...
I wanted this feature when I was using AgentOps so, I would love to propose to implement a notification system for AgentOps to enhance user awareness of critical events and...
I have identified some opportunities to improve the session management and overall functionality in the llm_tracker.py, client.py, and session.py files. These changes aim to enhance the robustness and reliability of...
## ๐ฅ Pull Request **๐ Description** Make start session non-blocking
## ๐ฅ Pull Request **๐ Description** Adds support for the Mistral models tracking for `mistral >= 1.0.1` Python SDK with examples **๐ฏ Goal** To extend the functionality of Agentops **๐งช...