| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
🧪 Code Coverage (vs main)
Generated by coverage-comment.yml |
Sorry, something went wrong.
There was a problem hiding this comment.
This pull request updates the src/a2a/helpers/init.py file to include and export a variety of new helper functions for creating data, raw, text, and URL-based artifacts, messages, and parts. These changes expand the utility of the A2A SDK for developers. I have no feedback to provide.
Sorry, something went wrong.
- Add get_data_parts, get_raw_parts, get_url_parts extractors to complement the existing get_text_parts. - Add new_data_artifact_update_event, new_raw_artifact_update_event, new_url_artifact_update_event to complement the existing new_text_artifact_update_event. - Re-export all new and previously unexposed helpers (from a2aproject#1004) in a2a.helpers.__init__ so they are accessible via `from a2a.helpers import ...`. - Add tests for all new helpers (12 new test cases).
| Back | FazBrowse Home | New Git URL |
Summary
Changes
Testing
BEGIN_COMMIT_OVERRIDE
feat(helpers): add non-text Part extractors and artifact update events
#1017
Release-As: 1.0.3
END_COMMIT_OVERRIDE