⚡️ TL;DR
1. Set env vars
2. Install required SDKs
3. Run your agent
🧩 Prerequisites
- Python 3.9+
- Brixo account + API key
- Internet access from your app to Brixo ingest (OTLP/HTTP)
Brixo-Auth header.
🧱 Step 1 — Install dependencies
🧠 Step 2 — Setup instrumentation
Add the following instrumentation code before your agent is initialized or invoked.✅ Tip: Make sure to initialize instrumentation before invoking your agent.That’s it — your LangChain/LangGraph app is now sending rich, merged agent traces to Brixo.
Troubleshooting
No traces:- Check
BRIXO_API_KEYand endpoint - Ensure telemetry is initialized before other imports
