Integrate Agno with Weave to send traces and gain insights into your agent’s performance.
weave.op
decorator@weave.op
decorator over any function you wish to automatically trace. This works by creating wrappers around the functions.
weave
Python SDK as a dependency.
First, install the required OpenTelemetry dependencies:
<your-entity>/<your-project>
with your actual WandB entity and project name for OpenTelemetry setup.weave.op
decorator for simpler setup, or OpenTelemetry for richer logging and better dashboard reporting.