- Notifications
You must be signed in to change notification settings - Fork1k
docs: A2A send/get task documentation#1737
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Conversation
PR Change SummaryEnhanced documentation for A2A client-server interaction, focusing on task management.
Modified Files
How can I customize these reviews?Check out theHyperlint AI Reviewer docs for more information on how to customize the review. If you just want to ignore it on this PR, you can add the Note specifically for link checks, we only check the first 30 links in a file and we cache the results for several hours (for instance, if you just added a page, you might experience this). Our recommendation is to add |
Resolvespydantic/fasta2a#3 |
cristiangreco94 commentedJun 9, 2025
nice docs. it would also be useful to have an example of how to expose an A2A Agent X to another pydantic-AI Agent Y, just like pydantic-AI agents take mcp_servers as input parameters in the constructor. I know this is not implemented yet, but having a workaround example would be useful and may be relevant to this contribution. |
Thanks for the input! |
@Kludex could you look into this? I'm bumping this again in case it missed your notifications. |
wreed4 commentedJul 11, 2025
Yes please. I find this lacking in almost every single A2A reference material I can find and frankly the ability to send one-off requests to an A2A server is really uninteresting. The main value of this protocol is in how to expose it to another agent without just tossing it in as a tool. I wouldlove an example of that cause honestly I'm a bit at a loss 😆 . |
A2AClient
andMessage
object.send_task
andget_task
.