AgentOps

Active
GitHub Python MIT

Description

Observability platform for AI agents, auto-traces tool calls.

Key Features

  • Auto-trace — One line to instrument agents
  • Tool call log — Full chain visualization
  • LLM cost — Token and dollar stats
  • Multi-framework — LangChain, CrewAI, AutoGen
  • Replay — Full session replay

Use Cases

💡 Trace dashboards for multi-agent systems.
💡 Monitor LLM cost in production.
💡 Replay problematic sessions in customer support.

Quick Start

# Install
pip install agentops
# One-line init
import agentops
agentops.init(api_key='sk-...')
# All LLM calls are automatically recorded

Related Projects