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** Adds support for the AI21 models (`ai21 >= 2.0.0`) via their Python SDK with examples. **πŸ”„ Related Issue (if applicable)** #372 **🎯 Goal** Extend...

## πŸ“₯ Pull Request **Background** I need to access analytics directly, not only through the logs. I created a workaround for myself to get the analytics stats, but I figured...

### πŸ’‘ Feature Description and Proposed Solution Currently, agentops has a fixed dependency on requests version 2.31.0. This limitation poses issues with flexibility. Can we make this dependency more adaptable?...

enhancement

## πŸ› Bug Report **πŸ”Ž Describe the Bug** I use a websocket event to create autogen chat session in the background. When the event happen twice even if the session...

bug

**Description:** I am encountering an issue with the CrewAI integration when using AgentOps. Specifically, when integrating AgentOps into my CrewAI project, the agents consistently stop with the message "Agent stopped...

bug

## πŸ› Bug Report **πŸ”Ž Describe the Bug** Give a clear and concise description of the bug. I have a fastapi uvicorn server which serves multiple concurrent requests. In each...

bug

## πŸ› Bug Report **πŸ”Ž Describe the Bug** πŸ–‡ AgentOps: Could not post events - API server: Error posting event: Error inserting to table='tools'. Postgres: json['code']='23503'. json['message']='insert or update on...

bug

## πŸš€ Feature Request Support for Semantic Kernel as it is now G.A. and it is Enterprise ready. [Semantic Kernel](https://learn.microsoft.com/en-us/semantic-kernel/overview/)

enhancement
question

## πŸš€ Feature Request **πŸ’‘ Got a brilliant idea?** Support AI21 models through the python SDK https://docs.ai21.com/docs/python-sdk

enhancement

closes ENG-565 Failed requests are retried. After 3 failures, they are stored in-memory with a queue. When a request succeeds, the queue attempts to retry.