Skip to content

refactor trpc-a2a-go to latest a2a specification #33

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

Merged
merged 5 commits into from
Jun 20, 2025

Conversation

hyprh
Copy link
Contributor

@hyprh hyprh commented Jun 18, 2025

close #32

@hyprh hyprh requested a review from a team as a code owner June 18, 2025 03:52
@hyprh hyprh changed the title [WIP] refactor trpc-a2a-go to latest a2a specification refactor trpc-a2a-go to latest a2a specification Jun 18, 2025
@sandyskies
Copy link
Contributor

@craigh33 pls review

// Returns:
// - MessageProcessingResult: Contains the result or streaming channel
// - error: Any error that occurred during processing
ProcessMessage(ctx context.Context, message protocol.Message, options ProcessOptions, handle TaskHandler) (*MessageProcessingResult, error)
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this is an improvement on the existing interface, but it will break existing implementations. As long as this is communicated in release notes, I am personally OK with this.

Copy link
Contributor

@craigh33 craigh33 left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@sandyskies sandyskies left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Collaborator

@WineChord WineChord left a comment

Choose a reason for hiding this comment

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

LGTM

@WineChord WineChord merged commit 4e03165 into trpc-group:main Jun 20, 2025
4 of 5 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jun 20, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

A2A Specification 0.2.1 Support
4 participants