- Trace and collect metrics about your agent built with popular SDKs and harnesses
- Manually instrument custom-built agents to collect traces and metrics
- Evaluate your application’s responses using LLM judges and custom scorers
Get started
The following docs guide you through the basics of how to use Weave’s suite of tools.Integrate Weave with an agent
Pick a built-in integration for your agent SDK or harness and start tracing sessions, turns, LLM calls, and tool calls in the Agents view.
Set up custom agent observability
Trace a custom multi-turn agent with the Weave SDK to capture sessions, LLM calls, and tool calls as OpenTelemetry spans.
View agent metrics in Weave UI
Trace a basic call to an LLM and review the inputs, outputs, and code in your W&B account.
Install Weave
W&B Weave provides Python and TypeScript libraries. To install the Weave library, run the following command:- Python
- TypeScript