It depends on what you’re building:Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-weave-agents.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- If you’re running an off-the-shelf agent framework (such as Claude Code), install the corresponding Weave integration and tracing happens automatically to the Agents tab.
- If you’re building your own agent with sessions and turns, use the Weave SDK for Agents (
weave.start_session,weave.start_turn), which surfaces results in the Agents tab. - If you’re tracing individual functions or pipelines rather than agent conversations, use
@weave.op, which surfaces results in the Traces tab.
Agents Tracing weave.op