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

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

## Description Currently, there is no clear documentation on how to create sessions and use the decorators for the AgentOps SDK. This makes it difficult for users to understand how...

documentation
enhancement

## 📥 Pull Request **📘 Description** - Introduced a helper function `safe_json_serialize` to safely serialize objects to JSON strings. - Updated span attribute assignments in `AgentsDetailedExporter` and `AgentsInstrumentor` to use...

do not merge

# Fix: Improve serialization of completions/responses in Agents SDK instrumentation This PR fixes the serialization of completions/responses in the Agents SDK OpenTelemetry instrumentation. Instead of truncating or printing the string...

This PR addresses issue #816 by adding instrumentation for the OpenAI `responses` API and improving the overall test coverage for AgentOps integration with OpenAI. The key changes are: - **OpenAI...

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/**.

`agentios.instrumentation.openai_agents.common.get_response_span_attributes` sets `SpanAttributes.LLM_PROMPTS` instead of the indexed `MessageAtributes.PROMPT_CONENT`