Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
818a5a3
updates docs json with agents info
dbrian57 May 20, 2026
346e4b5
Update docs.json
dbrian57 May 21, 2026
aa8f7ce
Aguspan agents content (#2654)
anastasiaguspan May 22, 2026
8c8d753
Weave agents dbrian (#2656)
dbrian57 May 22, 2026
c87dbc7
Updates evaluation overview with new agent information
dbrian57 May 25, 2026
2e69bd2
Updates Getting Started section of Weave nav
dbrian57 May 25, 2026
f7bed8a
updates TOC with new sub-agent doc
dbrian57 May 26, 2026
b0ce5de
Adds new sub-agent doc
dbrian57 May 26, 2026
0207bcc
Adds public preview notice to top of docs
dbrian57 May 26, 2026
388e3f9
Adds notice snippet
dbrian57 May 26, 2026
42296d8
TS examples for quickstart
dbrian57 May 27, 2026
fd36bfa
adding TS examples, adding FAQs, adding Add to Dataset instructions, …
anastasiaguspan May 27, 2026
adfae5c
Optimised images with calibre/image-actions
wandb-docs-pr-writer[bot] May 27, 2026
814956b
chore: regenerate support tag pages
wandb-docs-pr-writer[bot] May 27, 2026
ec5b119
Adds highlights, fixes some code, and adds feedback from Emmanuel to …
dbrian57 May 28, 2026
3b3c7b3
Merge branch 'weave_agents' of https://github.com/wandb/docs into wea…
dbrian57 May 28, 2026
d6c09ca
Apply suggestions from code review
anastasiaguspan May 28, 2026
7613585
Restore AGENTS.md
anastasiaguspan May 28, 2026
ba1bd83
cleaning up main page titles
anastasiaguspan May 28, 2026
1eee155
Corrects title, docs.json, and adds an env variable for OpenAI agents…
dbrian57 May 28, 2026
a26c2b2
Merge branch 'weave_agents' of https://github.com/wandb/docs into wea…
dbrian57 May 28, 2026
6c51960
Add signals docs and custom-monitors page (from PR #2367)
anastasiaguspan May 28, 2026
7bff269
updated en var
anastasiaguspan May 28, 2026
2138c81
cleaning up pi integration example
anastasiaguspan May 28, 2026
5d9b47b
removes claude agent harness doc from docs.json
dbrian57 May 28, 2026
1a0c34f
Merge branch 'weave_agents' of https://github.com/wandb/docs into wea…
dbrian57 May 28, 2026
b191dc4
incorp review feedback from spreadsheet
anastasiaguspan May 28, 2026
bfd5125
updates to signals toc and fixing some errors
anastasiaguspan May 29, 2026
2450c26
adding UI page
anastasiaguspan May 29, 2026
3718c3e
Optimised images with calibre/image-actions
wandb-docs-pr-writer[bot] May 29, 2026
7262b45
rename UI page
anastasiaguspan May 29, 2026
3f368d3
moving up the view page in toc
anastasiaguspan May 29, 2026
c58d019
andrew instructed to remove mention of en var WEAVE_USE_OTEL_V2 it wi…
anastasiaguspan May 29, 2026
b62ffff
Drafting new agents-signals UI interaction
anastasiaguspan May 29, 2026
2a50397
Optimised images with calibre/image-actions
wandb-docs-pr-writer[bot] May 29, 2026
51b15a3
adding manage signals drawer info
anastasiaguspan May 29, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 28 additions & 5 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -520,17 +520,27 @@
{
"group": "Get Started",
"pages": [
"weave/agents-quickstart",
"weave/quickstart",
"weave/tutorial-eval",
"weave/tutorial-rag"
"weave/guides/integrations"
]
},
{
"group": "Guides",
"pages": [
"weave/concepts/what-is-weave",
{
"group": "Trace your application",
"group": "Trace your agents",
"pages": [
"weave/guides/tracking/trace-agents",
"weave/guides/tracking/view-agent-activity",
"weave/guides/tracking/trace-agents-batch",
"weave/guides/tracking/trace-sub-agents",
"weave/guides/evaluation/monitors"
]
},
{
"group": "Trace your applications",
"pages": [
{
"group": "Tracing basics",
Expand Down Expand Up @@ -573,9 +583,11 @@
]
},
{
"group": "Evaluate your application",
"group": "Evaluate your agents and applications",
"pages": [
"weave/guides/core-types/evaluations",
"weave/tutorial-eval",
"weave/tutorial-rag",
"weave/guides/core-types/datasets",
"weave/guides/evaluation/scorers",
"weave/guides/evaluation/builtin_scorers",
Expand Down Expand Up @@ -618,6 +630,7 @@
},
"weave/guides/tracking/redact-pii",
"weave/guides/evaluation/monitors",
"weave/guides/evaluation/custom-monitors",
"weave/guides/evaluation/automations",
"weave/guides/evaluation/guardrails",
"weave/guides/tracking/otel"
Expand All @@ -629,6 +642,16 @@
"weave/guides/integrations",
"weave/guides/integrations/autopatching",
"weave/guides/integrations/js",
{
"group": "Trace agents",
"pages": [
"weave/guides/integrations/agents/google-adk",
"weave/guides/integrations/agents/openai-agents-sdk",
"weave/guides/integrations/agents/claude-agents-sdk",
"weave/guides/integrations/agents/codex-harness",
"weave/guides/integrations/agents/pi-dev-harness"
]
},
{
"group": "LLM Providers",
"pages": [
Expand Down Expand Up @@ -6689,4 +6712,4 @@
"stylesheet": "/css/styles.css"
},
"theme": "aspen"
}
}
3 changes: 3 additions & 0 deletions snippets/_includes/agents-public-preview.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<Note>
Weave for Agents is in public preview. Features, APIs, and the Agents view UI may change before general availability.
</Note>
2 changes: 1 addition & 1 deletion support.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ and the W&B community.
</Card>
<Card title="W&B Weave" href="/support/weave" arrow="true" icon="/icons/cropped-weave.svg">
{/* AUTO-GENERATED: counts */}
16 articles &middot; 8 tags
18 articles &middot; 11 tags
{/* END AUTO-GENERATED: counts */}
</Card>
<Card title="Serverless Inference" href="/support/inference" arrow="true" icon="/icons/cropped-inference.svg">
Expand Down
9 changes: 9 additions & 0 deletions support/weave.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ template: "scripts/knowledgebase-nav/templates/support_product_index.mdx.j2"

## Browse by category

<Card title="Agents" href="/support/weave/tags/agents" arrow="true">
2 articles
</Card>
<Card title="Client Info" href="/support/weave/tags/client-info" arrow="true">
2 articles
</Card>
Expand All @@ -27,6 +30,12 @@ template: "scripts/knowledgebase-nav/templates/support_product_index.mdx.j2"
<Card title="Trace Data" href="/support/weave/tags/trace-data" arrow="true">
4 articles
</Card>
<Card title="Tracing" href="/support/weave/tags/tracing" arrow="true">
2 articles
</Card>
<Card title="UI Rendering" href="/support/weave/tags/ui-rendering" arrow="true">
2 articles
</Card>
<Card title="weave.op" href="/support/weave/tags/weave-op" arrow="true">
2 articles
</Card>
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: "What is the difference between @weave.op and weave.start_session?"
keywords: ["Agents", "Tracing", "weave.op"]
---

[`@weave.op`](/weave/guides/tracking/tracing) traces individual Python functions and surfaces results in the **Traces** tab.

Weave's [agentic tracing](/weave/guides/tracking/trace-agents) (`weave.start_session`, `weave.start_turn`, `weave.start_llm`, `weave.start_tool`) models a full multi-turn agent conversation and surfaces results in the **Agents** tab.

Both are part of the same `weave` API — the right choice depends on whether you're tracing functions and pipelines, or a multi-turn agentic application.

---

{/* AUTO-GENERATED: tab badges */}
<Badge stroke shape="pill" color="orange" size="md">[Agents](/support/weave/tags/agents)</Badge><Badge stroke shape="pill" color="orange" size="md">[Tracing](/support/weave/tags/tracing)</Badge><Badge stroke shape="pill" color="orange" size="md">[weave.op](/support/weave/tags/weave-op)</Badge>
{/* END AUTO-GENERATED: tab badges */}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: "Which Weave API should I use to trace my agent?"
keywords: ["Agents", "Tracing", "weave.op"]
---

It depends on what you're building:
- If you're running an off-the-shelf agent framework (such as Claude Code), install the corresponding [Weave integration](/weave/guides/integrations) 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/guides/tracking/trace-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`](/weave/guides/tracking/tracing), which surfaces results in the **Traces** tab.

---

{/* AUTO-GENERATED: tab badges */}
<Badge stroke shape="pill" color="orange" size="md">[Agents](/support/weave/tags/agents)</Badge><Badge stroke shape="pill" color="orange" size="md">[Tracing](/support/weave/tags/tracing)</Badge><Badge stroke shape="pill" color="orange" size="md">[weave.op](/support/weave/tags/weave-op)</Badge>
{/* END AUTO-GENERATED: tab badges */}
13 changes: 13 additions & 0 deletions support/weave/tags/agents.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: "Agents"
tag: "2"
generator: "knowledgebase-nav"
template: "scripts/knowledgebase-nav/templates/support_tag.mdx.j2"
---

<Card title="What is the difference between @weave.op and weave.start_session?" href="/support/weave/articles/what-is-the-difference-between-weave-op-and-weave-sdk-for-agents" arrow="true" horizontal>
@weave.op traces individual Python functions and surfaces results in the Traces tab. Weave's agentic tracing (weave.star ...
</Card>
<Card title="Which Weave API should I use to trace my agent?" href="/support/weave/articles/which-weave-api-should-i-use-for-agents" arrow="true" horizontal>
It depends on what you're building: If you're running an off-the-shelf agent framework (such as Claude Code), install th ...
</Card>
13 changes: 13 additions & 0 deletions support/weave/tags/tracing.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: "Tracing"
tag: "2"
generator: "knowledgebase-nav"
template: "scripts/knowledgebase-nav/templates/support_tag.mdx.j2"
---

<Card title="What is the difference between @weave.op and weave.start_session?" href="/support/weave/articles/what-is-the-difference-between-weave-op-and-weave-sdk-for-agents" arrow="true" horizontal>
@weave.op traces individual Python functions and surfaces results in the Traces tab. Weave's agentic tracing (weave.star ...
</Card>
<Card title="Which Weave API should I use to trace my agent?" href="/support/weave/articles/which-weave-api-should-i-use-for-agents" arrow="true" horizontal>
It depends on what you're building: If you're running an off-the-shelf agent framework (such as Claude Code), install th ...
</Card>
13 changes: 13 additions & 0 deletions support/weave/tags/weave-op.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: "weave.op"
tag: "2"
generator: "knowledgebase-nav"
template: "scripts/knowledgebase-nav/templates/support_tag.mdx.j2"
---

<Card title="What is the difference between @weave.op and weave.start_session?" href="/support/weave/articles/what-is-the-difference-between-weave-op-and-weave-sdk-for-agents" arrow="true" horizontal>
@weave.op traces individual Python functions and surfaces results in the Traces tab. Weave's agentic tracing (weave.star ...
</Card>
<Card title="Which Weave API should I use to trace my agent?" href="/support/weave/articles/which-weave-api-should-i-use-for-agents" arrow="true" horizontal>
It depends on what you're building: If you're running an off-the-shelf agent framework (such as Claude Code), install th ...
</Card>
Loading
Loading