Launch Arize
To get started, sign up for a free Arize account. You’ll need your Space ID and API Key to configure tracing.Install
Install the relevant packages. Adjust the BeeAI Framework version if needed.Setup
To instrument your application, import and enableBeeAIInstrumentation** . **Create the instrumentation.js file:
Run BeeAI
Import theinstrumentation.js file first, then use the BeeAI framework as usual. This sample agent built using BeeAI with automatic tracing:
Observe
Arize provides visibility into your BeeAI agent operations by automatically tracing all interactions.Troubleshooting
Add the following at the top of yourinstrumentation.js to see OpenTelemetry diagnostic logs in your console while debugging:
beeai-framework package. Check the diagnostic logs for version or initialization errors and update your package as needed.