Skip to main content

Introduction

AgentSight is a conversation tracking and analytics platform built to provide your clients with access to their conversational AI data, including dashboards, transcripts, analytics overviews and more.

Unlike traditional observability platforms built for developers, AgentSight focuses on client visibility and meaningful insights, not just logs or traces.

Besides the client-facing platform, you also get a fully managed database backend for your conversational AI, so you do not need to build or maintain any infrastructure or dashboards, which lets you focus on your AI.

The Python SDK makes this integration possible. You will be sending your metrics and tracking in just a few lines of code.

Visit the landing page for more information.

What It's Used For

AgentSight’s core purpose is to help you share real-time conversation data, transcripts, and analytics directly with your clients.

Clients gain direct access to:

  • Conversation transcripts - see exactly how users interact
  • Usage analytics - engagement trends, token usage, performance metrics
  • Custom reports - build reports based on filters, metrics, timeframes
  • Data export - download or integrate the raw data for internal use

This transforms your offering from just building AI solutions to delivering a full, data-driven platform your clients can actively use.

Comparison with Observability Platforms

Feature AgentSight Langfuse Phoenix Arize
Primary Focus Conversation analytics & client dashboards AI Observability LLM tracing, evaluation
Designed For Clients & End Users Developers Developers
Client Dashboard Access
Actionable performance reports
Conversation analytics dashboard
Shareable Transcripts
White-Label Support
Usage Metrics Tracking
Usage Analytics & Reports
Automatic Token & Cost Tracking
Raw Trace Data via API
Trace Debugging UI¹
Data Export

¹ AgentSight records complete OpenTelemetry spans and makes them readable through its API, but its dashboards are built for client visibility, not internal debugging.

AgentSight complements observability platforms. It’s not built for debugging, but for giving clients insight into their own AI systems and providing developers a simple database and API for conversation persistence.

Installation

pip install agentsight

Or with your package manager of choice — poetry add agentsight, uv add agentsight.

Quick start

Track complete conversations in a few lines of code:

import agentsight

agentsight.init(api_key="ags_...")  # or set AGENTSIGHT_API_KEY

with agentsight.conversation("your_conversation_id"):
    with agentsight.turn():
        agentsight.user_message("What's the weather like today?")
        reply = my_agent.run(...)  # token usage, cost and tool calls captured automatically
        agentsight.agent_message(reply)

Sending happens in the background — there is nothing to flush in a long-running service. LLM calls made through OpenAI, Anthropic, LangChain or LlamaIndex inside a turn are captured without any extra code, and agentsight.upload_attachments(...) delivers files shared in the conversation.

Learn More

Visit the docs to learn more: docs

Release files for agentsight 0.1.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for agentsight 0.1.2
File Size Uploaded
agentsight-0.1.2.tar.gz 168.6 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for agentsight 0.1.2
File Interpreter ABI Platform
agentsight-0.1.2-py3-none-any.whl Python 3 none any Details

Total release size: 318.0 kB

Release files / agentsight-0.1.2.tar.gz

Download URL agentsight-0.1.2.tar.gz
Size 168.6 kB
Tags Source
SHA-256 checksum
How to use checksums
ddbdc67edde86cc4770e63a41ee277a4b1a617174f2ddd1872750c29a0886398
BLAKE2b-256 checksum
How to use checksums
e92a533bbed03d91b23f7fee5dcf65cb57e3e4786fb21d1281e5b9625864a4b9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.11.0

Release files / agentsight-0.1.2-py3-none-any.whl

Download URL agentsight-0.1.2-py3-none-any.whl
Size 149.4 kB
Tags Python 3
SHA-256 checksum
How to use checksums
a9b72f2ebf1a5aaf60fff13ae9a62b2a38006a1ad5b3373804b744028249f915
BLAKE2b-256 checksum
How to use checksums
e36dc7ab99191dde4ec90d5087efa1ea1777b952ed836cacfc01bbf147da1fa6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.11.0

Release history Release notifications | RSS feed

0.1.4

2 release files

0.1.3

2 release files

This release

0.1.2 This release

2 release files

0.1.1

2 release files

0.1.0

2 release files

0.0.17

2 release files

0.0.16

2 release files

0.0.15

2 release files

0.0.14

2 release files

0.0.13

2 release files

0.0.12

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page