docs(a2a): add LangGraph agent card registration guide - #236
Merged
Conversation
Document the LangGraph A2A registration flow with agent-card discovery/editing steps, add a dedicated A2A agent-card reference page, and wire navigation links. Co-authored-by: Cursor <cursoragent@cursor.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
bugbot run |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 09a87fa. Configure here.
6 tasks
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
A2A Agent Card on LiteLLMdocs page and include it in the A2A sidebar sectionTest plan
img/providers/langgraph/Note
Low Risk
Documentation-only changes with no runtime, auth, or data-path impact.
Overview
This PR expands A2A agent card documentation and walks LangGraph users through registering and curating an agent card in the gateway.
A new
a2a_agent_cardpage documents which A2A v1.0 card fields and JSON-RPC methods LiteLLM proxies, how discovery/curated cards are served at/a2a/{agent_id}/.well-known/agent.json, and how clients target skills viametadata.skillId. It is wired into the A2A Agent Gateway sidebar.The LangGraph provider guide’s A2A section is reworked into a longer flow: upstream card discovery and editing in the UI, save/verify steps (including a
curlcheck of the proxied card), playground testing, and a manualmessage/sendexample. Cross-links froma2a.mdnow point at LangGraph registration instead of the old gateway-only anchor, and local screenshots are referenced for the card UI steps.Reviewed by Cursor Bugbot for commit 09a87fa. Bugbot is set up for automated code reviews on this repo. Configure here.