agentops icon indicating copy to clipboard operation
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...

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

## πŸ“₯ Pull Request **πŸ“˜ Description** _Briefly describe the changes you've made._ **πŸ§ͺ Testing** _Describe the tests you performed to validate your changes._

## πŸ“₯ Pull Request **πŸ“˜ Description** This PR fixes 4 out of 5 failing Agno example files reported in #1266 by updating them to be compatible with Agno v2 API...

## Description Several Agno example files in `examples/agno/` are failing to run due to outdated APIs and missing dependencies. ## Failing Examples ### 1. `agno_basic_agents.py` **Error**: `Team.__init__() got an unexpected...

bug
documentation

### Contact Details _No response_ ### πŸ“¦ Package Version agentops==0.4.21 ### 🎞️ Framework Version _No response_ ### πŸ”Ž Describe the Bug from agentops.integration.callbacks.langchain import LangchainCallbackHandler from langchain_openai import ChatOpenAI from...

bug

## 🎯 Goal To enable comprehensive observability for applications deployed on **Google Cloud Vertex AI Agent Engine** by integrating them with **AgentOps** using **OpenTelemetry**. This will allow for detailed tracing,...

enhancement

I’m trying to use AgentOps.ai inside Google Colab, but I’m running into issues. The installation with Python/JavaScript completes successfully, but I get stuck at the verification step β€” it doesn’t...

### πŸ’‘ Feature Description and Proposed Solution Add CometAPI as a supported LLM provider in AgentOps for comprehensive agent monitoring and observability. This integration would allow AgentOps to automatically track...

enhancement

## πŸ“₯ Pull Request **πŸ“˜ Description** Fixed Docker Compose setup to work out-of-the-box and updated README with Docker-first quickstart guide for beginners. **Key Changes:** - **Fixed API build context**: Changed...

## πŸ“₯ Pull Request **πŸ“˜ Description** ⚠️ **SCOPE ISSUE**: This PR accidentally includes extensive unrelated linting/formatting changes that were not part of the intended minimal fix. **Core intended changes (dashboard...

## πŸ“₯ Pull Request **πŸ“˜ Description** Resolved numerous console errors occurring in local development mode by conditionally disabling PostHog initialization and improving its integration to gracefully handle missing keys or...