docs: sync ADP changes from cloudv2 (2026-06-21)#107
Merged
Conversation
…nt setups The agent Setup tab now generates integration samples for three more frameworks (cloudv2 PR #27322): Vercel AI SDK, ADK Python, and Mastra. Add each as a tab in the Framework samples section of the self-managed agents page and update the supported-frameworks list, following the existing per-framework sample convention (client_credentials grant, gateway-pointed model, MCP over Streamable HTTP, and the X-Redpanda-Genai-Conversation header on every LLM and tool call). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016d5q483ntfuzHAgPvygmZr
✅ 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 the source. I reviewed the full diff and verified every factual claim against the cloudv2 snippet templates at the same ref the PR cites. No critical or correctness issues found. What I verified (source accuracy)All three new samples are faithful, unified-env-var adaptations of the cloudv2 per-provider templates (commit
Other checks
Minor (non-blocking)
No changes requested — this is a clean sync. Generated by Claude Code |
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 one user-facing ADP change from cloudv2
main(last 24h) into the docs.The agent Setup tab now generates ready-to-paste integration samples for three additional frameworks — Vercel AI SDK, ADK Python, and Mastra — expanding the picker from 5 to 8 frameworks. This PR documents them on the self-managed agents page:
modules/connect/pages/self-managed-agents.adocclient_credentialsgrant, points the model at the provider-scoped gateway URL, connects MCP servers over Streamable HTTP, and stamps theX-Redpanda-Genai-Conversationheader on every LLM and tool call. Each sample switches onREDPANDA_LLM_PROVIDER_TYPEto cover OpenAI-compatible, Anthropic, and Google providers, matching the existing ai-sdk-go / LangChain / CrewAI tabs.The samples are grounded in the cloudv2 snippet templates (
apps/adp-ui/src/components/agents/setup-tab-snippets.{vercel-ai-sdk,adk-python,mastra}.ts): provider constructors, base-URL version segments (/v1,/v1beta), package APIs, and the conversation-header wiring are taken verbatim. The docs render a single unified sample per framework (rather than the per-provider variant the Setup tab emits), to match the page's convention.cloudv2 commits documented
1cb2760feat(adp-ui): add Vercel AI SDK, ADK Python, and Mastra setup guides(PR #27322, author @malinskibeniamin). Follow-up commits in the same window (62455d5,58af412,3807f0c,66caba4) are review/test/CSS refinements to the same feature.Reviewed but not documented (no docs impact)
aigw: pin (mcp.v1.tool_name) on all managed MCPs (AI-1347 sweep). This pins the short, snake_case tool names (for exampleget_employee,copy_object,query) that the managed MCP server pages already document. Spot-checked bamboohr, salesforce, servicenow, sharepoint, ironclad, and workday — every documented tool name already matches the newly-pinned name, and no doc references the oldredpanda_mcps_<server>_v1_<Service>_<Method>form. No docs change required.mcp/compliance-quality. Internal handler refactor (removes unusedcfgfields). No user-facing surface.Optional reviewer
Added @malinskibeniamin (author of the source commit) as an optional reviewer for a source-accuracy courtesy check — their approval is not blocking for merge.
Preview
Deploy preview (404s until Netlify finishes building):
https://deploy-preview-107--redpanda-agentic-data-plane.netlify.app/agentic-data-plane/connect/self-managed-agents/