Skip to content

feat: a2a group extension#2

Open
msardara wants to merge 2 commits into
srpcfrom
feat/A2A-group
Open

feat: a2a group extension#2
msardara wants to merge 2 commits into
srpcfrom
feat/A2A-group

Conversation

@msardara
Copy link
Copy Markdown
Collaborator

@msardara msardara commented Oct 6, 2025

No description provided.

Signed-off-by: Mauro Sardara <msardara@cisco.com>
Signed-off-by: Mauro Sardara <msardara@cisco.com>
message GroupUpdate {
// A unique ID assigned for this update.
string update_id = 1;

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here I think we need the sender_agent_id as in the GroupPublish

// The wrapper message for a peer sending any type of update to the group.
message GroupPublish {
// A unique identifier for the conversation thread (the "group").
string thread_id = 1;
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

definition of this id is missing and this is normative


// Optional identification of the agent that this message is intended for.
// If empty, the message is intended for all agents in the group.
string target_agent_id = 6;
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in this way it is either one or all: what about an array.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants