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

Changes detected in examples/** or docs/v1/examples/** triggered an update of the docs/v1/examples/**.mdx files to incorporate markdown from the corresponding notebook in examples/**.

# Instrument OpenAI responses API ## Description Add instrumentation for the OpenAI responses API to track API calls, similar to how other OpenAI API endpoints are currently instrumented. This will...

enhancement
good first issue

## 📥 Pull Request **📘 Description** # Entelligence Chat Widget Initialization Improvements ## Changes - Moved script loading to document head instead of body for better performance - Added defer...

### 💡 Feature Description and Proposed Solution I work with Agno (https://www.agno.com/), a great framework for building Agents. I would like to know if there is a way to make...

enhancement

```bash ../../.cache/uv/builds-v0/.tmp6azI3w/lib/python3.12/site-packages/crewai/agents/crew_agent_executor.py:360: in _execute_tool_and_check_finality crewai_event_bus.emit( ../../.cache/uv/builds-v0/.tmp6azI3w/lib/python3.12/site-packages/crewai/utilities/events/crewai_event_bus.py:73: in emit handler(source, event) ../../.cache/uv/builds-v0/.tmp6azI3w/lib/python3.12/site-packages/crewai/utilities/events/third_party/agentops_listener.py:51: in on_tool_usage_started self.tool_event = agentops.ToolEvent(name=event.tool_name) E AttributeError: module 'agentops' has no attribute 'ToolEvent' During handling of the above exception,...

```python import agentops from crewai import Agent, Task, Crew agentops.init() agent = Agent( role="Greeter", goal="Provide a friendly greeting message", backstory="You are a helpful assistant who specializes in creating warm, concise...

Our goal is to create a clear and simple system for labeling data. The semconv module will help make data processing more efficient and reduce errors by providing a consistent...