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 introduces Sentry integration into AgentOps SDK, providing robust error tracking and monitoring capabilities. The integration allows for flexible error tracking configuration at...

stale

## πŸ“₯ Pull Request This pull request closes the https://github.com/AgentOps-AI/agentops/issues/682 issue. **πŸ“˜ Description** ->Added AutogenInstrumentor class that extends OpenTelemetry's BaseInstrumentor to capture Autogen-specific telemetry ->Implemented instrumentation for key Autogen functions...

stale

## πŸ“₯ Pull Request This pull request closes this https://github.com/AgentOps-AI/agentops/issues/907 issue. **πŸ“˜ Description** Added a check in the `init() `method to log a warning if AgentOps has already been initialized....

### πŸ“¦ Package Version 0.4.1 ### 🎞️ Framework Version OpenAI Agents SDk ### πŸ”Ž Describe the Bug Hash and version attached. Screenshot of the screen with the bug is attached....

bug

### Contact Details _No response_ ### πŸ“¦ Package Version 0.4.7 ### 🎞️ Framework Version openai-agents 0.0.11 ### πŸ”Ž Describe the Bug When viewing a trace in the AgentOpsAI dashboard, clicking...

bug

### Contact Details [email protected] ### πŸ“¦ Package Version 0.4.6 ### 🎞️ Framework Version Open AI Agents SDK ### πŸ”Ž Describe the Bug Reproduction Script: ``` AGENTOPS_API_KEY = os.getenv("AGENTOPS_API_KEY") agentops.init(api_key=AGENTOPS_API_KEY) agentops.start_session(tags=["simple-example"])...

bug

### Context `agentops.semconv.span_attributes` defines mixed span attributes with no clear separation of concerns. On the other hand, it redefines GenAI attributes already defined in [opentelemetry semconv standard](https://opentelemetry.io/docs/specs/semconv/general/): ``` from opentelemetry.semconv._incubating.attributes.gen_ai_attributes...

### Contact Details _No response_ ### πŸ“¦ Package Version 0.4.6 ### 🎞️ Framework Version crewAI 0.86.0 ### πŸ”Ž Describe the Bug analytics = session.get_analytics() AttributeError: 'Session' object has no attribute...

bug

### Contact Details _No response_ ### πŸ“¦ Package Version 0.4.5 ### 🎞️ Framework Version _No response_ ### πŸ”Ž Describe the Bug The following functions were removed in 0.4.0+. Notably: -...

bug