Integrate Neatlogs observability with PraisonAI agents
export NEATLOGS_API_KEY=xxx
from praisonai_tools.observability import obs obs.init(provider="neatlogs") with obs.trace("workflow"): # Your agent code pass