BeeAI Tracing (Python)

Instrument and observe BeeAI agents

Phoenix provides seamless observability and tracing for BeeAI agents through the Python OpenInference instrumentation package.

Launch Phoenix

Install

pip install openinference-instrumentation-beeai beeai-framework

Setup

Connect to your Phoenix instance using the register function.

from phoenix.otel import register

# configure the Phoenix tracer
tracer_provider = register(
  project_name="beeai-agent", # Default is 'default'
  auto_instrument=True # Auto-instrument your app based on installed OI dependencies
)

Run BeeAI

Sample agent built using BeeAI with automatic tracing:

Observe

Phoenix provides visibility into your BeeAI agent operations by automatically tracing all interactions.

Resources

Last updated

Was this helpful?