This is an early release preview. You may encounter bugs.
AgentOps logo
Unclaimed

Tool coding monitoring

AgentOps

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 CamelAI.

B 67/100 GitHub score ? This grade is derived from GitHub signals, not user votes. Open for the full breakdown.
No votes yet

01 / About

What AgentOps is.

AgentOps is an observability and developer-tool platform for AI agents that covers building, evaluating, and monitoring from prototype to production. A Python SDK records sessions, LLM calls, tool use, and multi-agent interactions, and a dashboard shows step-by-step execution graphs, session replays, chat viewers, and summary analytics. The application (dashboard and API backend) is open source and can be self-hosted.

Instrumentation starts with agentops.init(apikey) at program start and agentops.endsession() at the end, which captures analytics on all LLM calls. For finer structure, decorators from agentops.sdk.decorators mark a @session root span, @agent classes, @operation or @task functions, and @workflow functions, and they nest to build a span hierarchy. All decorators record inputs and outputs, handle exceptions, and support async, generator, and custom-attributed functions.

Framework integrations are switched on by setting AGENTOPSAPIKEY in the environment and initialising the client. CrewAI installs with the crewai[agentops] extra, AG2 (formerly AutoGen) and Camel AI pick up the key automatically, LangChain uses a LangchainCallbackHandler, and the OpenAI Agents SDK is supported in both Python and TypeScript.

Features

  • Replay analytics and debugging: step-by-step agent execution graphs and session replays with metadata drill-down
  • LLM cost management: spend tracked per foundation-model provider
  • Decorator-based spans: @session, @agent, @operation/@task, and @workflow with nesting for hierarchy
  • Framework integrations: OpenAI Agents SDK (Python and TypeScript), CrewAI, AG2, Agno, LangGraph, LangChain, Camel AI, LlamaIndex, and Microsoft
  • Provider integrations: OpenAI, Anthropic (Python SDK 0.32.0+), Cohere (5.4.0+), Mistral, Groq, and Ollama, including streaming and async clients
  • Self-hosting: run the dashboard and API backend on your own infrastructure
  • MCP server: an AgentOps MCP server published on Smithery

02 / Discussion CREDIBILITY-GATED

Discussion

Reading is open to everyone. Posting and voting need a verified identity or a GitHub grade of B or higher.

  • No discussions yet.

03 / Build

Build with AgentOps.

Browse the catalogue for frameworks, tools, and harnesses, each scored on real GitHub credibility.

Get AgentOps →

Browse the catalogue