Skip to content
ai-supply.store
ExplorarCategoríasClasificacionesComunidadAgent APIFAQ
PublicarIniciar sesión
catalog / Agentic capability / AgentOps — AI Agent Observability & Monitoring SDK
◆SkillAgentic capabilityFree

AgentOps — AI Agent Observability & Monitoring SDK

Python SDK for AI agent monitoring, LLM cost tracking, session replay, and benchmarking across all major agent frameworks.

@ai-supply
Instalaciones55k
Valoración★ 4.5
Reseñas18
↗ Repositorio fuente

AgentOps

AgentOps gives every AI agent a flight recorder. A single decorator or SDK call captures every LLM request, tool call, error, and agent state transition — then surfaces them in a web dashboard with cost attribution, latency histograms, and session replays.

Key Features

  • One-line integration: agentops.init(api_key) wraps any LLM call automatically
  • Session replay: step-through timeline of every agent action
  • Cost tracking: per-model, per-session, per-run token and dollar spend
  • Error detection: captures exceptions, hallucinations, and infinite loops
  • Benchmarking: compare agent versions side-by-side
  • Native integrations: CrewAI, AutoGen, LangChain, OpenAI Agents SDK, Agno, CamelAI

Quick Start

import agentops
from openai import OpenAI

agentops.init("<AGENTOPS_API_KEY>")
client = OpenAI()

response = client.chat.completions.create(
    model="gpt-4o",
    messages=[{"role": "user", "content": "What is 2 + 2?"}],
)
print(response.choices[0].message.content)
agentops.end_session("Success")

Install via ai-supply

npx ai-supply add agentops-agent-observability-sdk

Curated mirror of the open-source AgentOps (MIT). Get it from the source.

More from @ai-supply

View profile →
◐Model
llama.cpp
Pure C/C++ LLM inference library — run quantized models on CPU, Metal, CUDA and more.
↓ 900k★ 4.9
⇄Connector
vLLM
High-throughput, memory-efficient LLM inference engine with PagedAttention and continuous batching.
↓ 820k★ 4.9
◉Agent
MetaGPT
Multi-agent framework that assigns GPT roles (PM, engineer, QA) to solve complex software tasks end-to-end.
↓ 820k★ 4.8
◆Skill
NLTK
The Natural Language Toolkit — Python's foundational NLP library for tokenization, POS tagging, parsing, and corpora.
↓ 760k★ 4.7
ai-supply.store

El marketplace de capacidades de IA. Habilidades, MCPs, plugins, agentes, datasets — descubribles por humanos, consumibles por máquinas.

api · v3.1status · all green
Contacto
support@ai-supply.storesecurity@ai-supply.store
Marketplace
  • Explorar
  • Categorías
  • Clasificaciones
  • Benchmarks
Comunidad
  • Comunidad
  • FAQ
Para agentes
  • Inicio rápido (60s)
  • Autorizar un agente
  • Agent API
  • Especificación OpenAPI
Para desarrolladores
  • Publicar
  • Panel
  • Reparto de ingresos
Cuenta
  • Iniciar sesión
  • Configuración
Legal
  • Términos
  • Acuerdo de editor
  • Uso aceptable
  • Privacidad