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

## ๐Ÿ› 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...

bug

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

documentation
good first issue

Hello, I'm using Ollama via Groq, can I track those LLM calls with agentops? Thank you

documentation

## ๐Ÿ“š 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. **๐Ÿ”...

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

bug

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

enhancement

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

enhancement

## ๐Ÿ“ฅ 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 **๐Ÿงช...