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

## Description This PR fixes the `end_session()` function in `__init__.py` to match the client implementation in `client.py`. ## Problem When using `agentops.end_session()`, the function requires a token parameter that isn't...

# Fix: Session link not appearing in terminal when AGENTOPS_LOG_LEVEL=DEBUG ## Problem When setting `AGENTOPS_LOG_LEVEL=DEBUG`, the AgentOps session link is not displayed in the terminal output. This makes it difficult...

## Issue Description When using `agentops.end_session()`, the function requires a token parameter that isn't documented in the client implementation. ## Steps to Reproduce ```python import agentops agentops.init() # ... code...

bug

## Issue Description When setting AGENTOPS_LOG_LEVEL=DEBUG, the AgentOps session link is not displayed in the terminal output. ## Steps to Reproduce 1. Set environment variable: 2. Import and initialize AgentOps:...

### Contact Details _No response_ ### 📦 Package Version Version: 0.4.2 ### 🎞️ Framework Version CrewAI ### 🔎 Describe the Bug ![Image](https://github.com/user-attachments/assets/3fc9fa0b-e549-4d8d-8345-0768715625f3) `import agentops agentops.init(os.getenv("AGENTOPS_API_KEY")) ` ### 🤝 Contribution -...

bug

## Description Since release 0.4.0, AgentOps has transitioned to storing tags as OpenTelemetry span attributes with the key \"session.tags\" rather than directly in session objects. While this architectural improvement doesn't...

documentation
enhancement

# Implementation Plan for Session to Trace Terminology Transition ## Description This issue outlines the overall implementation plan for transitioning from "sessions" to "traces" terminology across both repositories. It provides...

# Replace "session" with "trace" in Documentation and Comments ## Description As part of our transition to OpenTelemetry standards, we need to replace the notion of "sessions" with "traces" in...

# Replace "session" with "trace" in Database Schema and Models ## Description As part of our transition to OpenTelemetry standards, we need to replace the notion of "sessions" with "traces"...