BeeAI (tracing)
BeeAI (tracing)
BeeAI is an open-source framework for building production-ready AI agents with memory, tools, and LLM integrations. Respan gives you visibility into BeeAI workflow spans, agent runs, LLM calls, and tool calls — and gateway routing through the OpenAI-compatible Respan endpoint.
Set up Respan
Create an account at platform.respan.ai and grab an API key.
Run npx @respan/cli setup to set up with your coding agent.
Use Respan Gateway
See BeeAI gateway setup to route this integration through the Respan gateway.
Example projects
Setup
Install packages
@arizeai/openinference-instrumentation-beeai currently instruments beeai-framework >=0.1.9 <0.1.14. Use beeai-framework@0.1.13 for compatible TypeScript tracing.
Configuration
Attributes
In Respan()
Set defaults at initialization — these apply to exported spans.
With propagate_attributes
Override per-request using a context scope.