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** Added integration support for `mcp-agent`. This PR patches `mcp_agent.tracing.telemetry.get_tracer` to use the AgentOps tracer, ensuring that `mcp-agent` spans are automatically captured when AgentOps instrumentation...

## 📥 Pull Request **📘 Description** Adds comprehensive integration support for MCP Agent, enabling seamless telemetry collection and observability for MCP-based agent workflows. This integration hooks into MCP Agent's existing...

## 📥 Pull Request **📘 Description** Adds comprehensive integration support for `map-agent`, enabling automatic telemetry and observability via AgentOps. This includes: - An `MapAgentInstrumentor` to hook into `map-agent`'s `telemetry.py` module....

## 📥 Pull Request **📘 Description** Adds integration support for `mcp-agent` (lastmile-ai/mcp-agent). This integration leverages `mcp-agent`'s existing OpenTelemetry spans, routing them through AgentOps' exporter. A new instrumentor is added to...

## 📥 Pull Request **📘 Description** Adds integration support for the `mcp-agent` framework. This is achieved by: * Registering `mcp_agent` as a new agentic library in `agentops/instrumentation/__init__.py`. * Creating a...

## 📥 Pull Request **📘 Description** Adds integration support for `mcp-agent` (Model Context Protocol Agent). This integration automatically hooks into `mcp-agent`'s `telemetry.py` system, capturing agent operations, tool calls, and workflow...

## 📥 Pull Request **📘 Description** Updated AgentOps documentation examples to reflect current SDK API usage, specifically: - Replaced `agentops.trace(...)` used as a context manager with `agentops.start_trace(...)` to resolve `AttributeError`....

## 📥 Pull Request **📘 Description** Fixes an `AttributeError` caused by incorrectly using `agentops.trace` (a decorator) as a context manager. The solution involves using `agentops.start_trace` for context manager usage. This...

## 📥 Pull Request **📘 Description** Resolves an `AttributeError` that occurred when `agentops.trace` was incorrectly used as a context manager. This PR clarifies the distinction between `agentops.trace` (a decorator) and...

### Contact Details [email protected] ### 📦 Package Version 0.4.19 ### 🎞️ Framework Version agno 1.77 ### 🔎 Describe the Bug ```python import os from textwrap import dedent from agno.agent import...

bug