Integrate Portkey gateway and observability with PraisonAI agents
pip install portkey-ai
export PORTKEY_API_KEY=xxx
from praisonai_tools.observability import obs
obs.init(provider="portkey")
with obs.trace("workflow"):
# Your agent code
pass