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** Fixes a `TypeError` (`can only concatenate str (not "NoneType") to str`) that occurred when AgentOps instrumented Google ADK `run_async` calls with `streaming_mode="sse"` and `response_modalities=["TEXT"]`,...
## 📥 Pull Request **📘 Description** Addresses issues where AgentOps sessions fail to log silently by enhancing error visibility. This PR adds detailed logging for authentication and HTTP request failures,...
## 📥 Pull Request **📘 Description** This PR addresses a critical issue where AgentOps sessions would appear to initialize (displaying a session URL) but no data would reach the backend...
## 📥 Pull Request **📘 Description** Resolves an issue where AgentOps sessions appeared to initialize (URL logged) but no data was received by the backend. This was due to an...
## 📥 Pull Request **📘 Description** Added comprehensive documentation for setting up and running AgentOps backend services in `docs/backend-setup.md`. This guide covers the API server, ClickHouse, Supabase/PostgreSQL, and OpenTelemetry Collector....
## 📥 Pull Request **📘 Description** Added a new documentation page (`docs/v2/usage/running-backend.mdx`) detailing how to run the backend API, dashboard, and supporting services (OTEL collector, ClickHouse) from the `app/` directory....
## 📥 Pull Request **📘 Description** Added a new guide (`docs/v2/usage/self-host-backend.mdx`) providing comprehensive instructions for running the full AgentOps backend platform (API, dashboard, ClickHouse, OTEL Collector) from the `app/` directory....
## 📥 Pull Request **📘 Description** Added comprehensive documentation for setting up and running the backend services located in the `app/` directory. This includes: - A new `docs/backend-setup.md` guide covering...
### Contact Details _No response_ ### 📦 Package Version latest ### 🎞️ Framework Version _No response_ ### 🔎 Describe the Bug Git repo for Dashboard UI is missing lib folder...
## 📥 Pull Request **📘 Description** - Added AutoGen instrumentation modules to support agent interactions, including agent-specific instrumentors and utilities. - Implemented new agent types and team structures for enhanced...