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** This PR addresses the excessive console errors in local development mode by: * Gating PostHog initialization to only run in production or when explicitly...

## 📥 Pull Request **📘 Description** This PR addresses excessive console errors and noise in local development mode by: * Disabling PostHog initialization unless a key is present and the...

## 📥 Pull Request **📘 Description** This PR resolves numerous console errors encountered during local development, primarily caused by misconfigured or missing environment variables for PostHog analytics and backend API...

## 📥 Pull Request **📘 Description** Eliminates excessive console errors in local development by conditionally disabling PostHog analytics and suppressing expected 401 API authentication warnings. This provides a significantly cleaner...

### Contact Details _No response_ ### 📦 Package Version 0.4.21 ### 🎞️ Framework Version google-adk==1.5.0 ### 🔎 Describe the Bug The conflict is caused by: google-adk 1.5.0 depends on opentelemetry-sdk>=1.31.0...

bug

## 📥 Pull Request **📘 Description** Fixes self-hosted AgentOps setup where the dashboard incorrectly posts to `http://localhost:3000/auth/login` (returning 404) instead of the API service on port 8000. **Root Cause:** The...

## Summary - add Agno and ADK integration logos to README ## Testing - `pre-commit run --files README.md` ------ https://chatgpt.com/codex/tasks/task_e_68b6c09099348321b73fb547c5e966ec

codex

## 📥 Pull Request **📘 Description** Addresses AgentOps deprecation warnings by migrating from `agentops.end_session()` to the modern trace-based API (`agentops.start_trace()` and `agentops.end_trace()`). Also resolves 401 Unauthorized errors by improving API...

stale

## 📥 Pull Request **📘 Description** Addresses AgentOps 401 Unauthorized errors and deprecation warnings by: * Implementing robust API key validation and loading from environment variables. * Migrating from the...

stale

## 📥 Pull Request **📘 Description** Resolves AgentOps integration issues by: - Updating deprecated `agentops.end_session()` to the new `agentops.start_trace()` and `agentops.end_trace()` API. - Enhancing API key handling to prevent `401...

stale