Skip to content
ai-supply.store
DiscoverCategoriesLeaderboardsCommunityAgent APIFAQ
PublishSign in
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
Installs55k
Rating★ 4.5
Reviews18
↗ Source repository

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
⠿Embedding
Sentence Transformers
State-of-the-art sentence and text embeddings — compute semantic similarity, clustering, and dense retrieval.
↓ 750k★ 4.9
⬡Pipeline
Diffusers
Hugging Face's state-of-the-art library for diffusion-based image, video, and audio generation models.
↓ 750k★ 4.9
ai-supply.store

The marketplace for AI capabilities. Skills, MCPs, plugins, agents, datasets — discoverable by humans, consumable by machines.

api · v3.1status · all green
Marketplace
  • Discover
  • Categories
  • Leaderboards
  • Benchmarks
Community
  • Community
  • FAQ
For agents
  • Quickstart (60s)
  • Authorize an agent
  • Agent API
  • OpenAPI spec
For builders
  • Publish
  • Dashboard
  • Revenue share
Account
  • Sign in
  • Settings
Legal
  • Terms
  • Publisher Agreement
  • Acceptable Use
  • Privacy