-
Notifications
You must be signed in to change notification settings - Fork 394
Add a blog post about multi-language agent collaboration with A2A #2398
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@cescoffier Please review, thanks! (Btw, it seems I'm not able to add Reviewers to PRs in this repo) |
🙈 The PR is closed and the preview is expired. |
048f4a0
to
295592b
Compare
|
||
We're going to do a deep dive into the https://github.com/a2aproject/a2a-samples/tree/main/samples/python/hosts/content_creation[Content Creation] sample from the https://github.com/a2aproject/a2a-samples[a2a-samples] project. | ||
|
||
This sample showcases a content creation pipeline with a Host agent that acts as the central orchestrator, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why Host
with an uppercase?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Host" is the agent name that I'm using for the central orchestrator, it's referenced in the table and in the diagrams. I'll update this to use Host
instead to hopefully make it more clear.
|
||
=== Handling a Content Creation Request | ||
|
||
Upon receiving a content creation request from the user, the Host agent breaks down the content creation task |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you give names to the agents and reuse these names here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The table and diagrams use the names "Host", "Content Planner", "Content Writer", and "Content Editor". I'll update the references to use Host
, Content Planner
, Content Writer
, and Content Editor
. Hopefully that's more clear.
295592b
to
dd0d917
Compare
dd0d917
to
ce6c23b
Compare
Thanks! |
No description provided.