agentops
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...
## π₯ 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...
## π₯ 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...
## π₯ 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....
### 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...
### 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"])...
### 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...
### 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: -...