feat(a2a): add Agent Card generation for A2A protocol discovery#23871
Closed
JezzaHehn wants to merge 1 commit into
Closed
feat(a2a): add Agent Card generation for A2A protocol discovery#23871JezzaHehn wants to merge 1 commit into
JezzaHehn wants to merge 1 commit into
Conversation
Implements Phase 1 of A2A (Agent-to-Agent) protocol support: - Add agent/a2a/ module with Agent Card generation - Generate A2A-compliant Agent Card from Hermes tools/config - Add GET /.well-known/agent.json endpoint to API server - Map Hermes tools to A2A skills with proper metadata - Include CORS headers and cache control for discovery - Add a2a-sdk>=1.0.0 as optional dependency A2A is the Linux Foundation standard for inter-agent communication. This enables other A2A-compliant agents to discover Hermes. Refs: NousResearch#514
Contributor
Author
|
As usual I am reviewing any failed pipelines to make sure it's not something related to the proposed changes
|
Collaborator
Contributor
Author
|
Noting also this duplicates PRs #4135 and #11025, whoopsies Edit, @alt-glitch left a comment at the same time with more detail 👍 💚 |
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.
Implements Phase 1 of A2A (Agent-to-Agent) protocol support - Agent Card generation and serving.
A2A is the Linux Foundation open standard for inter-agent communication. It complements MCP: MCP connects agents to tools, A2A connects agents to agents.
Related Issue: #514
What's Changed:
Testing:
All 4 new tests pass.
Future Work: