docs: sync ADP changes from cloudv2 (2026-06-16)#103
Merged
Conversation
Document the conversation-grouping header required for transcripts on self-managed agents/apps that route through AI Gateway, and clarify that triggers are a managed-agent-only feature. - gateway/connect-agent.adoc: add a 'Group requests into transcripts' section covering the X-Redpanda-Genai-Conversation header (cloudv2 50f7e408e). - connect/triggers/overview.adoc: note triggers are available for managed agents only, not self-managed (BYOA) agents (cloudv2 9b68045c3).
✅ Deploy Preview for redpanda-agentic-data-plane ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
Author
|
[adp-docs PR critic] Verdict: looks accurate against source. Both behavioral claims check out against cloudv2 Source accuracy (verified):
Correctness (verified):
Minor (heads-up, not a blocker):
Reviewed against cloudv2 Generated by Claude Code |
JakeSCahill
reviewed
Jun 17, 2026
JakeSCahill
approved these changes
Jun 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Syncs two user-facing ADP behaviors from cloudv2
main(merged in the last 24h) into the docs.1. Conversation-grouping header is required for transcripts
For self-managed agents and apps that route their LLM and MCP tool calls through AI Gateway, the
X-Redpanda-Genai-Conversationrequest header is what groups a session's spans into one transcript. cloudv2 corrected its own framing of this header from "optional / purely additive" to required for the Transcripts tab to populate: without it, the gateway drops the spans (nogen_ai.conversation.id) and the tab stays empty. It still doesn't affect auth or whether requests succeed.The
gateway/connect-agent.adocpage (Connect Your App to AI Gateway) had no mention of this header at all, so this fills a real gap. Added a Group requests into transcripts section.50f7e408e(adp self-managed agent: conversation header is required for transcripts)apps/aigw/internal/spanidentity/spanidentity.go(HeaderGenaiConversation = "X-Redpanda-Genai-Conversation", mapped togen_ai.conversation.id).2. Triggers are a managed-agent-only feature
cloudv2 gated the agent Triggers tab to managed agents only ("Triggers are a managed-agent concept"); self-managed (BYOA) agents have no Triggers tab. The
connect/triggers/overview.adocpage didn't state this restriction. Added a NOTE clarifying that triggers apply to managed agents only and pointing self-managed agents at BYOA registration.9b68045c3(fix(adp-ui): hide Triggers tab for self-managed agents)Changed pages
modules/gateway/pages/connect-agent.adocmodules/connect/pages/triggers/overview.adocPreview
(The link 404s until Netlify finishes the preview build.)
Reviewers
Added @birdayz (Johannes Brüderl), the author of both source commits, as an optional reviewer for a source-accuracy check. This review is a courtesy and is not required to merge.
Notes
npm run build: no xref/target errors on the changed pages or their link targets. (The build also emits pre-existing, unrelated GitHub rate-limit and auto-generated rpk-reference table warnings.)httphostwildcard-allowlist tightening (96bce7e65, internal code-sandbox egress helper, not surfaced in docs), theLLMProvider.guardrailnullable refactor (5881d4202, no change in user-visible behavior — empty value still means "no guardrail"), and the in-progress Cedar/agent-permissions and per-framework SDK example work (LaunchDarkly-flag-gated and still churning).