Overview
This example demonstrates how to use Weave by Weights & Biases (WandB) to log model calls from your Agno agent.Code
Usage
1
Install Weave
2
3
Run the Agent
Notes
- Initialization: Call
weave.init("project-name")
to initialize Weave with your project name. - Decorators: Use
@weave.op()
to decorate functions you want to log with Weave.