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

Error log in the CI - ```bash Bytecode compiled 4831 files in 188ms ============================= test session starts ============================== platform linux -- Python 3.12.3, pytest-8.3.5, pluggy-1.5.0 rootdir: /home/runner/work/agentops/agentops configfile: pyproject.toml plugins:...

### 📦 Package Version 0.4.6 ### 🔎 Describe the Bug In the `python-tests.yaml` workflow, code coverage is only enabled for python version `3.11` - ```yaml # Only upload coverage report...

bug

At the moment, there is no way to set a status code on a trace. We previously assumed that the trace's status was fail if any span within the trace...

### Contact Details [email protected] ### 📦 Package Version 0.4.4 ### 🎞️ Framework Version CrewAI : 0.100.0 ### 🔎 Describe the Bug I am running the code : `import agentops from...

bug

We are renaming `sessions` to `traces`, in line with OTEL naming. `session` is scattered all around agentops sdk. Any public functions like `start_session()` should be renamed but the original name...

### Contact Details [email protected] ### 📦 Package Version 0.4.5 ### 🎞️ Framework Version 0.108.0 ### 🔎 Describe the Bug Im using a CrewAI Flow with Agents using Azure openAI models...

bug

```bash agentops/integration/callbacks/langchain/callback.py:19: error: Cannot find implementation or library stub for module named "langchain_core.callbacks.base" [import-not-found] agentops/integration/callbacks/langchain/callback.py:20: error: Cannot find implementation or library stub for module named "langchain_core.outputs" [import-not-found] agentops/integration/callbacks/langchain/callback.py:21: error: Cannot...

Before this [PR](https://github.com/AgentOps-AI/AgentOps.Next/issues/837) is closed, the instrumentations should be checked primarily because they are the data sources. Once the instrumentations are sending the correct values (`Ok`, `Error` and `Unset`), the...

[opentelemetry.exporter.otlp.proto.http.trace_exporter] Failed to export batch code: 401, reason: Unauthorized