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