Closed
Conversation
Add a new ai-agents module with a LangGraph ReAct agent lab that demonstrates connecting to the Redpanda AI Gateway for unified LLM access and MCP tool calling. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace xref to ai-gateway.adoc (not available in labs build) with a direct URL to the published docs page. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
✅ Deploy Preview for redpanda-labs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
c4milo
added a commit
that referenced
this pull request
Mar 6, 2026
Move lab from ai/examples/ to ai-agents/langchain-agent/ to match the repo structure from PR #281. Replace README.md with the AsciiDoc version and add the docs page. Apply OIDC improvements: automatic token endpoint discovery via .well-known/openid-configuration, configurable audience, and .env.local convention.
Contributor
|
Closing in favor of #282, which consolidates this PR's structure (directory layout, AsciiDoc README, docs page) with additional improvements:
All of your work is preserved in #282. Thanks @micheleRP! |
Contributor
|
@micheleRP, dumb claude closed the wrong PR! gah, I will just go with its flow. |
micheleRP
added a commit
that referenced
this pull request
Mar 6, 2026
* feat: add LangChain docs agent example for Redpanda AI Gateway A LangGraph ReAct agent that connects to the Redpanda AI Gateway for unified LLM access and MCP tool calling. Includes OIDC client_credentials auth with configurable audience, dynamic tool discovery via gateway MCP, and optional LangSmith tracing. * feat: use OIDC discovery for token endpoint resolution Resolve the token endpoint from the Redpanda Cloud OIDC discovery document instead of hardcoding it. Replace REDPANDA_TOKEN_ENDPOINT with REDPANDA_ISSUER and configure the accepted audience (cloudv2-production.redpanda.cloud). * refactor: consolidate with PR #281 structure and add OIDC discovery Move lab from ai/examples/ to ai-agents/langchain-agent/ to match the repo structure from PR #281. Replace README.md with the AsciiDoc version and add the docs page. Apply OIDC improvements: automatic token endpoint discovery via .well-known/openid-configuration, configurable audience, and .env.local convention. * Review fixes for LangGraph agent lab README Strengthen learning objectives with skill-level verbs, use imperative opening paragraph, rename section, add language tag to URL code block, fix Next steps link, and improve wording throughout. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Fix duplicate keys in test-docs workflow The "Increase AIO limit" step had `if` and `run` defined twice, causing a workflow file parse error. Split into two separate steps. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: micheleRP <michele@redpanda.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
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
ai-agentsmodule to Redpanda Labs with the first lab: a LangGraph ReAct agent that connects to the Redpanda AI GatewayPreview Pages
Build a LangGraph Agent with the Redpanda AI Gateway
Structure
Notes
ifdef::env-site[]).Test plan
README.adocrenders correctly on GitHubnpm run build)poetry install && poetry run redpanda-agentruns with valid credentials🤖 Generated with Claude Code