Fix Streaming Error in examples/helloworld by andy010629 · Pull Request #19 · a2aproject/a2a-python
Navigation Menu
{{ message }}
a2aproject / a2a-python Public
- Notifications You must be signed in to change notification settings
- Fork 413
Closed
andy010629 wants to merge 1 commit intoa2aproject:mainfrom
Closed
Fix Streaming Error in examples/helloworld#19
andy010629 wants to merge 1 commit intoa2aproject:mainfrom
Fix Streaming Error in examples/helloworld#19
andy010629 wants to merge 1 commit intoa2aproject:mainfrom
Conversation
Copy link Copy Markdown
andy010629
commented
May 15, 2025
andy010629
commented
This PR addresses an issue where running the examples/helloworld example results in a streaming-related error. The changes ensure a smoother developer experience when executing the helloworld example by:
- Enabling Streaming Mode in Agent Card: Updated the Agent Card in the examples/helloworld directory to explicitly enable streaming mode, resolving the error encountered during execution.
- Adding Comments in Test Client: Added clarifying comments to the test_client.py script to guide developers on the expected behavior and configuration when running the helloworld example.
- [O] Follow the
CONTRIBUTINGGuide. - [O] Make your Pull Request title in the https://www.conventionalcommits.org/ specification.
- [O] Ensure the tests and linter pass (Run
nox -s formatfrom the repository root to format) - [O] Appropriate docs were updated (if necessary)
…ent streaming error
andy010629
requested a review
from a team
as a code owner
Copy link Copy Markdown
Contributor
kthota-g
commented
May 15, 2025
kthota-g commented
May 15, 2025hi, this fix is already part of #15
andy010629
closed this
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