Skip to content

docs: Agentic Data Plane docs updates (2026-08-07) - #202

Merged
micheleRP merged 2 commits into
mainfrom
claude/docs-updates-2026-08-07
Aug 7, 2026
Merged

docs: Agentic Data Plane docs updates (2026-08-07)#202
micheleRP merged 2 commits into
mainfrom
claude/docs-updates-2026-08-07

Conversation

@micheleRP

@micheleRP micheleRP commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Summary

Updates the Agentic Data Plane docs for 2026-08-07.

Changes

  • modules/monitor/pages/monitor-agents.adoc: Rename the agent's interactive test tab from Inspector to Playground throughout the agent monitoring guide.
  • modules/monitor/pages/troubleshoot-ai-agents.adoc: Refer to the agent's Playground tab when reproducing and diagnosing issues.
  • modules/connect/pages/create-agent.adoc: Rename the agent's Inspector test tab to Playground.
  • modules/connect/pages/draw-charts.adoc: Describe inline chart rendering in the agent's Playground tab.
  • modules/control/pages/cost-usage.adoc: Update the Activity hand-off note to reference the Playground live view.
  • modules/get-started/pages/agent-builder-quickstart.adoc: Use the Playground tab name and drop a tab that no longer appears from the list of agent detail tabs.
  • modules/gateway/pages/configure-provider.adoc: Rename the remaining agent Inspector tab reference (the context-window indicator sentence) to Playground.

The production UI may lag these changes by a few days.

Preview pages

The agent detail view's interactive test tab is now labeled Playground,
and its URL uses ?tab=playground. Update the agent testing, quickstart,
troubleshooting, chart-rendering, and cost and usage pages to use the new
name, and remove a tab that no longer appears from the quickstart's list
of agent detail tabs.
@micheleRP
micheleRP requested a review from a team as a code owner August 7, 2026 15:52
@netlify

netlify Bot commented Aug 7, 2026

Copy link
Copy Markdown

Deploy Preview for redpanda-agentic-data-plane ready!

Name Link
🔨 Latest commit b92974d
🔍 Latest deploy log https://app.netlify.com/projects/redpanda-agentic-data-plane/deploys/6a7621bfa54f0d00082a646c
😎 Deploy Preview https://deploy-preview-202--redpanda-agentic-data-plane.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@malinskibeniamin malinskibeniamin left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated /review: 1 finding(s).

* *Overview*: The agent's full configuration, organized into sections that you edit and save one at a time. The *Agent* section holds the display name, description, and tags (the agent ID is fixed). The *Model & runtime* section holds the LLM provider, model, and max iterations, along with the runtime status and endpoint. The *System prompt*, *MCP servers*, and *Subagents* sections hold the instructions, attached servers, and subagents.
* *Triggers*: Schedules and event sources that invoke the agent. See xref:connect:triggers/overview.adoc[].
* *Inspector*: An interactive test surface. See <<test-your-agent,Test your agent>>.
* *Playground*: An interactive test surface. See <<test-your-agent,Test your agent>>.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Priority: P1

Rename is incomplete: one agent-tab reference still says Inspector.

Evidence: this PR renames the agent interaction tab to Playground across create-agent.adoc, draw-charts.adoc, cost-usage.adoc, agent-builder-quickstart.adoc, monitor-agents.adoc, and troubleshoot-ai-agents.adoc, but modules/gateway/pages/configure-provider.adoc:207 still reads "...such as the context-window indicator on the agent's Inspector tab." That is the same agent detail tab this PR renamed, not the MCP server Inspector tab (correctly left alone in test-tools.adoc and the managed/* pages).

Consequence: a reader following the provider/model-limits page looks for an Inspector tab that no longer exists in the UI, and the docs now contradict themselves on the label for the same surface.

Correction: in modules/gateway/pages/configure-provider.adoc:207, change the agent's *Inspector* tab to the agent's *Playground* tab.

Verify: rg -n 'agent.{0,20}\*Inspector\*' modules/ returns no matches (remaining Inspector hits should be MCP-server pages and dated release-notes entries only).

Automated /review.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addressed in b92974d.

The context-window indicator sentence still referred to the agent's
Inspector tab; the tab is now named Playground.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@micheleRP
micheleRP merged commit 7cea9b9 into main Aug 7, 2026
5 checks passed
@micheleRP
micheleRP deleted the claude/docs-updates-2026-08-07 branch August 7, 2026 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants