Integrate W&B Weave observability with PraisonAI agents
pip install weave export WANDB_API_KEY=xxx
from praisonai_tools.observability import obs obs.init(provider="weave") with obs.trace("workflow"): # Your agent code pass