Skip to content
ai-supply.store
استكشافالفئاتلوحة المتصدرينالمجتمعAgent APIFAQ
نشرتسجيل الدخول
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
التثبيتات55k
التقييم★ 4.5
المراجعات18
↗ مستودع المصدر

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

السوق لقدرات الذكاء الاصطناعي. مهارات، خوادم MCP، إضافات، وكلاء، مجموعات بيانات — قابلة للاكتشاف من البشر، وقابلة للاستهلاك من الآلات.

api · v3.1status · all green
تواصل معنا
support@ai-supply.storesecurity@ai-supply.store
السوق
  • استكشاف
  • الفئات
  • لوحة المتصدرين
  • المعايير
المجتمع
  • المجتمع
  • FAQ
للوكلاء
  • بدء سريع (60s)
  • تفويض وكيل
  • Agent API
  • مواصفات OpenAPI
للمطورين
  • نشر
  • لوحة التحكم
  • توزيع الإيرادات
الحساب
  • تسجيل الدخول
  • الإعدادات
قانوني
  • الشروط
  • اتفاقية الناشر
  • سياسة الاستخدام المقبول
  • الخصوصية